1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. c004fd9 Update aosp/master libcxx rebase to r263688 by Dan Austin · 8 years ago
  3. 1418e41 Add compile time define that was missing. by Dan Austin · 8 years ago
  4. fc1962d Reorganize locale extension fallbacks. NFCI by Ben Craig · 8 years ago
  5. 14273e8 Cleanup superfluous std:: qualifiers in <type_traits> by Eric Fiselier · 8 years ago
  6. 7995c48 Optimize declval for compile times. Patch from Eric Niebler. by Eric Fiselier · 8 years ago
  7. ea76b44 Mark LWG2583 as complete. I did this a while ago, and forgot to update the table. by Marshall Clow · 8 years ago
  8. 2241cf0 Change the control flow in atomic_compare_exchange_strong to avoid a potential deadlock. by Marshall Clow · 8 years ago
  9. a3388c6 Test hijacking ADL for operator& in the stream iterator constructors. by Eric Fiselier · 8 years ago
  10. 995f64c Add test for r269789 by Eric Fiselier · 8 years ago
  11. d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof by Marshall Clow · 8 years ago
  12. 7f271a0 Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change by Marshall Clow · 8 years ago
  13. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 8 years ago
  14. 3cc263d Remove C++11 feature macros in tests. Use TEST_STD_VER instead. by Eric Fiselier · 8 years ago
  15. 5d98497 Add a test for uniqueptr having either NULL and nullptr by Marshall Clow · 8 years ago
  16. eaba7bb Add a couple of _LIBCPP_ASSERT calls. No functional change. by Marshall Clow · 8 years ago
  17. 10a6829 Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds. by Asiri Rathnayake · 8 years ago
  18. aee206a Apply D20014 - fix a missing return in a test. Fixes PR#27720 by Marshall Clow · 8 years ago
  19. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  20. 4e69be0 Generate code coverage for experimental libraries by Eric Fiselier · 8 years ago
  21. 8c8f0e5 Enable Pthread threading API on Solaris. Fix PR27677 by Eric Fiselier · 8 years ago
  22. ab46ace Fix memory_resource build for _LIBCPP_HAS_NO_THREADS by Eric Fiselier · 8 years ago
  23. 1354c94 Update TS implementation status page by Eric Fiselier · 8 years ago
  24. 4db388b Change allocator<T>::allocate to throw length_error, not bad_alloc by Eric Fiselier · 8 years ago
  25. dba23b4 Add experimental container alias templates for PMRs by Eric Fiselier · 8 years ago
  26. 33861da Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS by Eric Fiselier · 8 years ago
  27. 96e4c23 Fix typo it _LIBCPP_NO_EXCEPTIONS macro by Eric Fiselier · 8 years ago
  28. 257fd69 Add <experimental/memory_resource> by Eric Fiselier · 8 years ago
  29. 7048769 Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support by Eric Fiselier · 8 years ago
  30. 35ff03b Refactor pthread usage of libcxx. by Asiri Rathnayake · 8 years ago
  31. 6637dc2 Fix errors in documentation by Eric Fiselier · 8 years ago
  32. 953f34f Fix sphinx build. This is a temporary solution. by Eric Fiselier · 8 years ago
  33. f83eb7a Try and fix sphinx build by Eric Fiselier · 8 years ago
  34. 8a7462d Removing some trailing whitespace by Eric Fiselier · 8 years ago
  35. 360fa62 Fixed some spelling errors in assert messages. No functional change. Thanks to giffunip@yahoo.com for the report. by Marshall Clow · 8 years ago
  36. 03dc08c Update version numbers in docs by Eric Fiselier · 8 years ago
  37. 7039fa1 Add documentation for new experimental library by Eric Fiselier · 8 years ago
  38. 7da079c Make check-libcxx dependant on libc++experimental if present. by Eric Fiselier · 8 years ago
  39. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  40. 135ac80 [CMake] Fix a copy-paste error by Chris Bieneman · 8 years ago
  41. a956a10 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 8 years ago
  42. 6aec020 Fix PR27538. Remove __is_convertible specializations for array and function types. by Eric Fiselier · 8 years ago
  43. 219406e [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" by Eric Fiselier · 8 years ago
  44. 0cf277c Don't use std::__clz in 'test/support/hexfloat.h'. by Eric Fiselier · 8 years ago
  45. 3ed38a9 Guard use of <unistd.h> in test. by Eric Fiselier · 8 years ago
  46. feb3898 Cleanup warnings and remove use of __builtin_va_list in depr.c.headers by Eric Fiselier · 8 years ago
  47. 46c0511 Initialize local doubles to NaN. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  48. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  49. 61a220a Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  50. ffa3db2 [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 8 years ago
  51. 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
  52. bc8538f Move extern C include test into test/libcxx by Eric Fiselier · 8 years ago
  53. a7a9004 Fix test failures by adding missing include by Eric Fiselier · 8 years ago
  54. 1e5a4a4 Fix or move various non-standard tests. by Eric Fiselier · 8 years ago
  55. 96becae Move INVOKE tests into test/libcxx sub-tree. by Eric Fiselier · 8 years ago
  56. 7aa3806 Fix possible test breakage for MinGW by Eric Fiselier · 8 years ago
  57. 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  58. 138574c Remove more names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  59. b6e757e Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  60. 2d1a7f1 Add <string> include for streaming operators. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  61. 6531a09 Add proper include for unique_ptr. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  62. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  63. bda804e Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  64. 849c551 Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  65. ce24f96 Provide member function definitions to avoid warnings. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  66. a32eb83 Rename function parameters to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  67. 4596c29 Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  68. d446308 Fix = that should have been == in test. Thanks to STL@microsoft for the catch by Marshall Clow · 8 years ago
  69. 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
  70. 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
  71. 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
  72. 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL by Eric Fiselier · 8 years ago
  73. 59f2aea Add missing include of <algorithm> by Marshall Clow · 8 years ago
  74. 9341a8a Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 8 years ago
  75. df46b78 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 8 years ago
  76. 6f367f0 Fix C++03 build breakage by Eric Fiselier · 8 years ago
  77. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 8 years ago
  78. 8f1e73d Add is_swappable/is_nothrow_swappable traits by Eric Fiselier · 8 years ago
  79. a6013cc Make ios_base::failure visibility specified consistent by Eric Fiselier · 8 years ago
  80. 566bcb4 Fix most GCC attribute ignored warnings by Eric Fiselier · 8 years ago
  81. 994fb96 [libc++] fix macro redef warning when exception is disabled by Weiming Zhao · 8 years ago
  82. cf4550d Add cxx_runtime_root options for testing against a different libc++ at runtime by Eric Fiselier · 8 years ago
  83. e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate. by Eric Fiselier · 8 years ago
  84. 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. by Eric Fiselier · 8 years ago
  85. 9c6f00d XFAILing new test on C++03 by Ben Craig · 8 years ago
  86. d59d416 Include initializer_list from utility by Ben Craig · 8 years ago
  87. 611ab2b Framework to allow testing of static libc++abi by Ben Craig · 8 years ago
  88. 95526d3 Make tuples constructors conditionally EXPLICIT. See N4387 by Eric Fiselier · 8 years ago
  89. 1350927 Mark P0152R1 as complete. by Eric Fiselier · 8 years ago
  90. 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
  91. 134ff65 Implement LWG issue 2219 - support reference_wrapper in INVOKE by Eric Fiselier · 8 years ago
  92. b952822 Add hash specializations for __int128_t. Fixes LWG issue 2119 by Eric Fiselier · 8 years ago
  93. c325f3d Add tests for LWG issue 2361 by Eric Fiselier · 8 years ago
  94. 91a1565 Fix LWG issue 2345 - Add insert(value_type&&) by Eric Fiselier · 8 years ago
  95. dc414cd Teach map/unordered_map how to optimize 'emplace(Key, T)'. by Eric Fiselier · 8 years ago
  96. 83c9dc1 Extract key to avoid preemptive mallocs in insert/emplace in associative containers by Eric Fiselier · 8 years ago
  97. d501933 Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. by Eric Fiselier · 8 years ago
  98. 55ad3ac [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors by Eric Fiselier · 8 years ago
  99. 8165249 Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. by Marshall Clow · 8 years ago
  100. 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