| Commit message (Expand) | Author | Age | Files | Lines |
| * | http://llvm.org/bugs/show_bug.cgi?id=10469 | Howard Hinnant | 2011-07-24 | 2 | -0/+4 |
| * | Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm... | Howard Hinnant | 2011-07-24 | 1 | -1/+11 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10461 | Howard Hinnant | 2011-07-24 | 1 | -92/+2 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10455 | Howard Hinnant | 2011-07-23 | 1 | -2/+2 |
| * | Test commit | Dave Zarzycki | 2011-07-22 | 1 | -0/+1 |
| * | Correct test. | Howard Hinnant | 2011-07-19 | 1 | -0/+1 |
| * | Adjust two tests to account for a nasty change in copying behavior | Alexis Hunt | 2011-07-18 | 4 | -0/+18 |
| * | Make all fstream tests use tmpnam if creating files, rather than | Alexis Hunt | 2011-07-18 | 24 | -156/+205 |
| * | Do a litmus test of using tmpnam to generate safe temporary file names | Alexis Hunt | 2011-07-18 | 1 | -4/+6 |
| * | Given that __underlying_type is now available in clang, implement | Alexis Hunt | 2011-07-18 | 4 | -2/+40 |
| * | Give A an explicitly non-throwing destructor so that B's destructor is | Alexis Hunt | 2011-07-18 | 1 | -1/+1 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10390 | Howard Hinnant | 2011-07-18 | 3 | -0/+51 |
| * | Revert locale for apple back to original design, getting rid of now useless h... | Howard Hinnant | 2011-07-15 | 1 | -88/+18 |
| * | _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABI | Howard Hinnant | 2011-07-15 | 1 | -3/+3 |
| * | Fix wchar tests by not assuming that tm is complete and by using the | Alexis Hunt | 2011-07-15 | 2 | -4/+12 |
| * | Reapply 135035 with proper conditional inclusion, hopefully solving | Alexis Hunt | 2011-07-15 | 3 | -181/+449 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10353 | Howard Hinnant | 2011-07-14 | 1 | -0/+6 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10346 | Howard Hinnant | 2011-07-13 | 2 | -0/+58 |
| * | Reverted to 134947. Once I got into it, I discovered there were too many pro... | Howard Hinnant | 2011-07-13 | 3 | -309/+181 |
| * | Implement the __nolocale functions properly so that they will work on | Alexis Hunt | 2011-07-13 | 3 | -181/+309 |
| * | Make sure that __time_put constructors properly on non-Apple platforms. | Alexis Hunt | 2011-07-12 | 1 | -0/+4 |
| * | Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ... | Howard Hinnant | 2011-07-09 | 1 | -3/+3 |
| * | Make vector<bool>::reference and const_reference public | Howard Hinnant | 2011-07-09 | 1 | -2/+2 |
| * | Don't assume that wctype produces a nice mask on all platforms. On | Alexis Hunt | 2011-07-09 | 2 | -0/+50 |
| * | Conditionally wrap the changes from r134781. | Alexis Hunt | 2011-07-09 | 4 | -0/+44 |
| * | Implement generalized table lookups for upper, lower, and character | Alexis Hunt | 2011-07-09 | 3 | -69/+66 |
| * | provide ~future_error() definition | Howard Hinnant | 2011-07-08 | 1 | -0/+4 |
| * | Fix typo | Alexis Hunt | 2011-07-07 | 1 | -1/+1 |
| * | Fixing up some ABI issues | Howard Hinnant | 2011-07-07 | 8 | -133/+61 |
| * | <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do | Alexis Hunt | 2011-07-06 | 1 | -286/+0 |
| * | Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 | Howard Hinnant | 2011-07-05 | 1 | -1/+1 |
| * | Make the default Makefile less destructive: John McCall | Howard Hinnant | 2011-07-04 | 1 | -0/+3 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10248 | Howard Hinnant | 2011-07-02 | 3 | -3/+30 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10250 | Howard Hinnant | 2011-07-02 | 1 | -0/+47 |
| * | Changed constraints on pair and tuple constructors from is_convertible to is_... | Howard Hinnant | 2011-07-01 | 2 | -10/+6 |
| * | Correct for new rules regarding implicitly deleted special members. http://ll... | Howard Hinnant | 2011-07-01 | 8 | -10/+242 |
| * | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 58 | -1567/+1567 |
| * | Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 | Howard Hinnant | 2011-06-30 | 1 | -101/+134 |
| * | test for pair piecewise construction | Howard Hinnant | 2011-06-22 | 1 | -1/+34 |
| * | Teach libc++ about the addressof() overloads it needs to work with | Douglas Gregor | 2011-06-22 | 2 | -0/+49 |
| * | Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 | Howard Hinnant | 2011-06-22 | 1 | -0/+6 |
| * | More fixes: One of my fixes to type_traits earlier today was incorrect, so t... | Howard Hinnant | 2011-06-19 | 3 | -46/+46 |
| * | Miscellaneous minor fixes in <type_traits> | Howard Hinnant | 2011-06-19 | 1 | -2/+16 |
| * | Provide names for template and function parameters in forward declarations. ... | Howard Hinnant | 2011-06-14 | 12 | -56/+62 |
| * | more Apple build system tweaks | Nick Kledzik | 2011-06-09 | 1 | -5/+6 |
| * | Update CREDITS.TXT | Howard Hinnant | 2011-06-09 | 1 | -0/+4 |
| * | Move nullptr_t to unversioned namespace: Sean Hunt | Howard Hinnant | 2011-06-05 | 1 | -4/+9 |
| * | noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. | Howard Hinnant | 2011-06-04 | 6 | -10/+187 |
| * | noexcept for <queue>. | Howard Hinnant | 2011-06-04 | 11 | -42/+393 |
| * | noexcept for <unordered_set>. | Howard Hinnant | 2011-06-04 | 11 | -78/+826 |