1. 5e57142 Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  2. 499cea1 Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib. by Howard Hinnant · 11 years ago
  3. d7cddf6 XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib by Howard Hinnant · 11 years ago
  4. bf6eda0 Eradicate tabs by Marshall Clow · 11 years ago
  5. 8634fc5 Added more tests for numeric conversion error handing; Refs LWG issue 2009 by Marshall Clow · 11 years ago
  6. 051c848 N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests by Marshall Clow · 11 years ago
  7. 0f164c9 N3644 support for <string> and <vector> by Marshall Clow · 11 years ago
  8. ab61b2c War on tabs by Howard Hinnant · 11 years ago
  9. 1523432 Implement string suffixes from N3642 by Marshall Clow · 11 years ago
  10. 9dcdcde Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. by Howard Hinnant · 11 years ago
  11. 9976b55 This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. by Howard Hinnant · 12 years ago
  12. c8e1889 [tests] Mark some string.conversions expected failures (with system libc++). by Daniel Dunbar · 12 years ago
  13. edfb053 [tests] XFAIL a few things that require libc (?) support missing on Darwin. by Daniel Dunbar · 12 years ago
  14. 3e3ae9e Fix string conversions functions to throw out_of_range properly. Fixes http://llvm.org/bugs/show_bug.cgi?id=14919. by Howard Hinnant · 12 years ago
  15. 352bd3a Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of. by Howard Hinnant · 12 years ago
  16. b97de44 Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure by Howard Hinnant · 13 years ago
  17. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  18. a78264f Fix wchar tests by not assuming that tm is complete and by using the by Sean Hunt · 13 years ago
  19. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  20. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  21. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  22. b64f8b0 license change by Howard Hinnant · 14 years ago
  23. 0ce0224 fixing whitespace by Howard Hinnant · 14 years ago
  24. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  25. 6e0a1f4 Fixing whitespace problems by Howard Hinnant · 14 years ago
  26. 0a68a4d Fix conflict with cstring and using namespace std by Howard Hinnant · 14 years ago
  27. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  28. 9cb7043 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago
  29. 4bd6cc9 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago
  30. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  31. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago