1. 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  2. 2a10c96 Support allocators with explicit conversion constructors. Fixes bug #29000 by Marshall Clow · 9 years ago
  3. 1f4231f Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 10 years ago
  4. cbf166a More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. by Marshall Clow · 10 years ago
  5. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/strings/basic.string/string.cons/alloc.pass.cpp]
  6. c3deeb5 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 · 12 years ago
  7. e34f6f6 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 · 12 years ago
  8. eec7218 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 · 12 years ago
  9. 412dbeb license change by Howard Hinnant · 15 years ago
  10. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  11. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago