1. 7039fa1 Add documentation for new experimental library by Eric Fiselier · 8 years ago
  2. 7da079c Make check-libcxx dependant on libc++experimental if present. by Eric Fiselier · 8 years ago
  3. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  4. 135ac80 [CMake] Fix a copy-paste error by Chris Bieneman · 8 years ago
  5. a956a10 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 8 years ago
  6. 6aec020 Fix PR27538. Remove __is_convertible specializations for array and function types. by Eric Fiselier · 8 years ago
  7. 219406e [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" by Eric Fiselier · 8 years ago
  8. 0cf277c Don't use std::__clz in 'test/support/hexfloat.h'. by Eric Fiselier · 8 years ago
  9. 3ed38a9 Guard use of <unistd.h> in test. by Eric Fiselier · 8 years ago
  10. feb3898 Cleanup warnings and remove use of __builtin_va_list in depr.c.headers by Eric Fiselier · 8 years ago
  11. 46c0511 Initialize local doubles to NaN. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  12. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  13. 61a220a Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  14. ffa3db2 [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 8 years ago
  15. 59af3f8 Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test by Eric Fiselier · 8 years ago
  16. bc8538f Move extern C include test into test/libcxx by Eric Fiselier · 8 years ago
  17. a7a9004 Fix test failures by adding missing include by Eric Fiselier · 8 years ago
  18. 1e5a4a4 Fix or move various non-standard tests. by Eric Fiselier · 8 years ago
  19. 96becae Move INVOKE tests into test/libcxx sub-tree. by Eric Fiselier · 8 years ago
  20. 7aa3806 Fix possible test breakage for MinGW by Eric Fiselier · 8 years ago
  21. 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  22. 138574c Remove more names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  23. b6e757e Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  24. 2d1a7f1 Add <string> include for streaming operators. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  25. 6531a09 Add proper include for unique_ptr. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  26. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  27. bda804e Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  28. 849c551 Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  29. ce24f96 Provide member function definitions to avoid warnings. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  30. a32eb83 Rename function parameters to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  31. 4596c29 Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  32. d446308 Fix = that should have been == in test. Thanks to STL@microsoft for the catch by Marshall Clow · 8 years ago
  33. 85d5622 Apparently XFAIL tests that are supposed to fail to compile can be problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error. by Marshall Clow · 8 years ago
  34. 6dfff1c #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change by Marshall Clow · 8 years ago
  35. d7f1f97 Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch by Marshall Clow · 8 years ago
  36. 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL by Eric Fiselier · 8 years ago
  37. 59f2aea Add missing include of <algorithm> by Marshall Clow · 8 years ago
  38. 9341a8a Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 8 years ago
  39. df46b78 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 8 years ago
  40. 6f367f0 Fix C++03 build breakage by Eric Fiselier · 8 years ago
  41. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 8 years ago
  42. 8f1e73d Add is_swappable/is_nothrow_swappable traits by Eric Fiselier · 8 years ago
  43. a6013cc Make ios_base::failure visibility specified consistent by Eric Fiselier · 8 years ago
  44. 566bcb4 Fix most GCC attribute ignored warnings by Eric Fiselier · 8 years ago
  45. 994fb96 [libc++] fix macro redef warning when exception is disabled by Weiming Zhao · 8 years ago
  46. cf4550d Add cxx_runtime_root options for testing against a different libc++ at runtime by Eric Fiselier · 8 years ago
  47. e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate. by Eric Fiselier · 8 years ago
  48. 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. by Eric Fiselier · 8 years ago
  49. 9c6f00d XFAILing new test on C++03 by Ben Craig · 8 years ago
  50. d59d416 Include initializer_list from utility by Ben Craig · 8 years ago
  51. 611ab2b Framework to allow testing of static libc++abi by Ben Craig · 8 years ago
  52. 95526d3 Make tuples constructors conditionally EXPLICIT. See N4387 by Eric Fiselier · 8 years ago
  53. 1350927 Mark P0152R1 as complete. by Eric Fiselier · 8 years ago
  54. 2e37f92 Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign implementations in unordered_map by Eric Fiselier · 8 years ago
  55. 134ff65 Implement LWG issue 2219 - support reference_wrapper in INVOKE by Eric Fiselier · 8 years ago
  56. b952822 Add hash specializations for __int128_t. Fixes LWG issue 2119 by Eric Fiselier · 8 years ago
  57. c325f3d Add tests for LWG issue 2361 by Eric Fiselier · 8 years ago
  58. 91a1565 Fix LWG issue 2345 - Add insert(value_type&&) by Eric Fiselier · 8 years ago
  59. dc414cd Teach map/unordered_map how to optimize 'emplace(Key, T)'. by Eric Fiselier · 8 years ago
  60. 83c9dc1 Extract key to avoid preemptive mallocs in insert/emplace in associative containers by Eric Fiselier · 8 years ago
  61. d501933 Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. by Eric Fiselier · 8 years ago
  62. 55ad3ac [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors by Eric Fiselier · 8 years ago
  63. 8165249 Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. by Marshall Clow · 8 years ago
  64. dca800c Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing. by Marshall Clow · 8 years ago
  65. 547d4a0 Update filesystem status by Eric Fiselier · 8 years ago
  66. f4f7d8f Recommit r263036 with additional inlining, so that it will continue to work with existing system dylibs. Implements LWG#2583 by Marshall Clow · 8 years ago
  67. 56a0a43 Added a noexcept test by Marshall Clow · 8 years ago
  68. 005c60b Fix bug #27260 - add missing swap(reference, reference) to vector<bool>. by Marshall Clow · 8 years ago
  69. 32c9099 Remove unused internal routines. No functional change by Marshall Clow · 8 years ago
  70. 5f9110c Put back the undefs that Richard removed. Boost won't build w/o these; specifically the file 'bytes_methods.h' in Apple's python framework defines these. by Marshall Clow · 8 years ago
  71. a277811 Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need work; so the bug will stay open. by Marshall Clow · 8 years ago
  72. d286467 Fix LWG issue 2469 - Use piecewise construction in map::operator[]. by Eric Fiselier · 8 years ago
  73. db21506 Teach __tree how to handle map's __value_type by Eric Fiselier · 8 years ago
  74. 21f3b4c Update container_test_types.h and cleanup the related tests by Eric Fiselier · 8 years ago
  75. e7931f9 Update copyright year to 2016. by Paul Robinson · 8 years ago
  76. 08511cd Implement is_always_lock_free by JF Bastien · 8 years ago
  77. 037efda Guard a number of tests relying on threads support when built in by Richard Barton · 8 years ago
  78. 4c51222 Missing ATOMIC_*_LOCK_FREE tests by JF Bastien · 8 years ago
  79. 798ec84 unord: Extract key to avoid preemptive mallocs in insert/emplace by Duncan P. N. Exon Smith · 8 years ago
  80. 735026e Make std::addressof constexpr in C++17 (Clang only). by Eric Fiselier · 8 years ago
  81. 8b15aee Add __unconstref for future use by Eric Fiselier · 8 years ago
  82. a15e8c3 Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@google.com. by Eric Fiselier · 8 years ago
  83. 3614681 [libcxx] Remove localization tests for Russian month names by Jonas Hahnfeld · 8 years ago
  84. d124b5b Missed this file in previous checkin by Marshall Clow · 8 years ago
  85. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 8 years ago
  86. fd2d680 Add failing tests that I forgot to add to the last commit by Marshall Clow · 8 years ago
  87. ed77ffb Implement LWG#2566: Requirements on the first template parameter of container adaptors by Marshall Clow · 8 years ago
  88. d8b9e0b Mark exception-throwing test as XFAIL when exceptions are disabled by Marshall Clow · 8 years ago
  89. 2fe62cd Disable CFI checks in std::addressof. by Evgeniy Stepanov · 8 years ago
  90. fadd1db Revert r263036, it's ABI-breaking. by Nico Weber · 8 years ago
  91. a3f5b39 Update status to mark 2579 complete by Marshall Clow · 8 years ago
  92. f40ec90 Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign by Marshall Clow · 8 years ago
  93. ff0b9f5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 8 years ago
  94. d7d1bda Add some more tests for the containers type requirements by Marshall Clow · 8 years ago
  95. 2187425 Split locale management out of locale_win32. NFCI by Ben Craig · 8 years ago
  96. fd55658 Reorganize _LIBCPP_LOCALE__L_EXTENSIONS by Ben Craig · 8 years ago
  97. ee208ca Remove a couple tabs that crept in by Marshall Clow · 8 years ago
  98. f532a70 Implement P0272R1: Give 'std::string' a non-const '.data()' member function by Marshall Clow · 8 years ago
  99. f6d6b51 Implement P0253R1: Fixing a design mistake in the searchers interface. by Marshall Clow · 8 years ago
  100. 3e0808e Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 by Marshall Clow · 8 years ago