1. 2a26941 Reverts a compatibility change made to two tests by Dan Albert · 10 years ago
  2. 9fdc63a Disables tests that fail to compile by Dan Albert · 10 years ago
  3. 6f56ab7 Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  4. a93b5e2 Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string. by Marshall Clow · 11 years ago
  5. 98760c1 Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. by Marshall Clow · 11 years ago
  6. 1b92188 Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. by Marshall Clow · 11 years ago
  7. 061d0cc There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. by Marshall Clow · 11 years ago
  8. ecc8d7b Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1 by Marshall Clow · 11 years ago
  9. 09f8550 Fixes PR17148 by Marshall Clow · 11 years ago
  10. 8d9dd7a Mark namespaces for user defined literals as 'inline' by Marshall Clow · 11 years ago
  11. 5e57142 Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  12. 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
  13. 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
  14. bf6eda0 Eradicate tabs by Marshall Clow · 11 years ago
  15. 8634fc5 Added more tests for numeric conversion error handing; Refs LWG issue 2009 by Marshall Clow · 11 years ago
  16. 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
  17. 0f164c9 N3644 support for <string> and <vector> by Marshall Clow · 11 years ago
  18. ab61b2c War on tabs by Howard Hinnant · 11 years ago
  19. 1523432 Implement string suffixes from N3642 by Marshall Clow · 11 years ago
  20. 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
  21. 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
  22. c8e1889 [tests] Mark some string.conversions expected failures (with system libc++). by Daniel Dunbar · 12 years ago
  23. edfb053 [tests] XFAIL a few things that require libc (?) support missing on Darwin. by Daniel Dunbar · 12 years ago
  24. 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
  25. 352bd3a Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of. by Howard Hinnant · 12 years ago
  26. b97de44 Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure by Howard Hinnant · 13 years ago
  27. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  28. a78264f Fix wchar tests by not assuming that tm is complete and by using the by Sean Hunt · 13 years ago
  29. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  30. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  31. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  32. b64f8b0 license change by Howard Hinnant · 14 years ago
  33. 0ce0224 fixing whitespace by Howard Hinnant · 14 years ago
  34. 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
  35. 6e0a1f4 Fixing whitespace problems by Howard Hinnant · 14 years ago
  36. 0a68a4d Fix conflict with cstring and using namespace std by Howard Hinnant · 14 years ago
  37. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  38. 9cb7043 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago
  39. 4bd6cc9 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago
  40. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  41. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago