1. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  2. 0373708 Add <variant> tests but disable them for libc++ by Eric Fiselier · 8 years ago
  3. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  4. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  5. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  6. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  7. 487bc7e Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI by Eric Fiselier · 8 years ago
  8. 388ffe1 Adjust uses_alloc_types helpers for later changes by Eric Fiselier · 8 years ago
  9. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  10. 887c80e Mark test as unsupported in C++03 by Eric Fiselier · 8 years ago
  11. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  12. 2917004 [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning. by Stephan T. Lavavej · 8 years ago
  13. c044b03 Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Michael Daniels. by Eric Fiselier · 8 years ago
  14. 0252201 [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). by Stephan T. Lavavej · 8 years ago
  15. 3ee8025 [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::functions. by Stephan T. Lavavej · 8 years ago
  16. cb9d881 [libcxx] [test] D26813: allocator<const T> is non-Standard. by Stephan T. Lavavej · 8 years ago
  17. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  18. d3b197f Make merge_archives.py executable by Eric Fiselier · 8 years ago
  19. fa054d2 Add merge_archives.py utility by Eric Fiselier · 8 years ago
  20. 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS by Eric Fiselier · 8 years ago
  21. f66194b [libc++] Fix preprocessor guard for overload declaration by Shoaib Meenai · 8 years ago
  22. 9167363 update Apples ABI list to ignore non-std symbols by Eric Fiselier · 8 years ago
  23. 0d69418 Change sym_check to filter non-stdlib symbols. by Eric Fiselier · 8 years ago
  24. a93ebec Workaround compilers w/o C++1z inline variables by Eric Fiselier · 8 years ago
  25. c0ccadb Remove files missed in r287250 by Eric Fiselier · 8 years ago
  26. 8d33526 Implement P0504R0: Revisiting in-place tag types for any/optional/variant by Eric Fiselier · 8 years ago
  27. 77dabb3 Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter by Eric Fiselier · 8 years ago
  28. e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` by Shoaib Meenai · 8 years ago
  29. 3dd27eb Fix -verify tests for older ccache versions by Eric Fiselier · 8 years ago
  30. 18e2c82 Fix non-reserved name usage by Eric Fiselier · 8 years ago
  31. efd039a [libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc. by Justin Lebar · 8 years ago
  32. 746d008 Add .clang-format to libc++ by Eric Fiselier · 8 years ago
  33. bb835ac [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr. by Justin Lebar · 8 years ago
  34. e3cb222 Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." by Vedant Kumar · 8 years ago
  35. dd8b03e [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests. by Stephan T. Lavavej · 8 years ago
  36. dd3313c [libcxx] [test] D26625: future_error::what() is implementation-defined. by Stephan T. Lavavej · 8 years ago
  37. 0b2e1c2 [libcxx] [test] D26624: Fix bucket_count() assumptions. by Stephan T. Lavavej · 8 years ago
  38. 49721a9 Missed one of the try blocks the first time :-(. Thanks to Renato for the heads up. by Marshall Clow · 8 years ago
  39. 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests. by Marshall Clow · 8 years ago
  40. a4163bc Missed a test with exceptions disabled earlier. Oops. by Marshall Clow · 8 years ago
  41. 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah by Marshall Clow · 8 years ago
  42. 7817e14 Make one of the new tests fail correctly on pre-C++17 systems by Marshall Clow · 8 years ago
  43. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  44. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  45. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  46. 59368dd Update C++1z status with LWG papers from Issaquah. by Marshall Clow · 8 years ago
  47. 496fc7f Update C++1z status with LFTS issues from Issaquah. by Marshall Clow · 8 years ago
  48. d521adc Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS issues and papers by Marshall Clow · 8 years ago
  49. 897956e Protect std::ios tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  50. 70e4c50 Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 8 years ago
  51. bc464e5 Update tests for strings conversions under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  52. d56adc6 Protect smart-pointer tests under no exceptions by Roger Ferrer Ibanez · 8 years ago
  53. e96aa8c Fix ABI configuration detection on OS X by Eric Fiselier · 8 years ago
  54. 049a1ed Fix CMake set syntax by Eric Fiselier · 8 years ago
  55. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  56. 763984e Add docs for use-configurable libc++ features by Eric Fiselier · 8 years ago
  57. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  58. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  59. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  60. 66350f0 Protect bitset tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  61. d842fed [CMake] Check runtimes subdir when looking for libcxxabi by Petr Hosek · 8 years ago
  62. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  63. 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  64. d87eb99 Upgrade in-tree google benchmark to v1.1 by Eric Fiselier · 8 years ago
  65. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  66. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  67. aa138aa Remove spurious token from #endif by Roger Ferrer Ibanez · 8 years ago
  68. a405f45 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  69. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  70. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  71. c091160 Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  72. 8883740 Protect lock tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  73. 6168a5e Protect tests that expect an exception for an unknown std::random_device by Roger Ferrer Ibanez · 8 years ago
  74. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  75. 1c0757a Fix archetypes.hpp under libcpp-no-extensions and std level < 14 by Roger Ferrer Ibanez · 8 years ago
  76. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 8 years ago
  77. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  78. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  79. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  80. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  81. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  82. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  83. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  84. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  85. 8ea5d87 Remove files missed in r285466 by Eric Fiselier · 8 years ago
  86. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  87. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  88. 3c77475 Fix Clang 3.6 build error by Eric Fiselier · 8 years ago
  89. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  90. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  91. c457a97 Fix test when using an installed libc++ by Eric Fiselier · 8 years ago
  92. a0b4d55 Add more tests for optional<const T> by Eric Fiselier · 8 years ago
  93. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  94. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  95. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  96. e465ff3 [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated by Stephan T. Lavavej · 8 years ago
  97. 276a520 Move 'quoted' for string_view from <string_view> to <iomanip> (where the other versions of 'quoted' live. No functional change. by Marshall Clow · 8 years ago
  98. 8569478 Cleanup nonportable behavior in tests for std::any by Casey Carter · 8 years ago
  99. b035d8f Silence unused parameter warnings in archetypes.hpp by Casey Carter · 8 years ago
  100. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago