1. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  2. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  3. 59368dd Update C++1z status with LWG papers from Issaquah. by Marshall Clow · 8 years ago
  4. 496fc7f Update C++1z status with LFTS issues from Issaquah. by Marshall Clow · 8 years ago
  5. d521adc Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS issues and papers by Marshall Clow · 8 years ago
  6. 897956e Protect std::ios tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  7. 70e4c50 Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 8 years ago
  8. bc464e5 Update tests for strings conversions under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  9. d56adc6 Protect smart-pointer tests under no exceptions by Roger Ferrer Ibanez · 8 years ago
  10. e96aa8c Fix ABI configuration detection on OS X by Eric Fiselier · 8 years ago
  11. 049a1ed Fix CMake set syntax by Eric Fiselier · 8 years ago
  12. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  13. 763984e Add docs for use-configurable libc++ features by Eric Fiselier · 8 years ago
  14. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  15. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  16. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  17. 66350f0 Protect bitset tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  18. d842fed [CMake] Check runtimes subdir when looking for libcxxabi by Petr Hosek · 8 years ago
  19. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  20. 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  21. d87eb99 Upgrade in-tree google benchmark to v1.1 by Eric Fiselier · 8 years ago
  22. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  23. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  24. aa138aa Remove spurious token from #endif by Roger Ferrer Ibanez · 8 years ago
  25. a405f45 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  26. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  27. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  28. c091160 Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  29. 8883740 Protect lock tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  30. 6168a5e Protect tests that expect an exception for an unknown std::random_device by Roger Ferrer Ibanez · 8 years ago
  31. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  32. 1c0757a Fix archetypes.hpp under libcpp-no-extensions and std level < 14 by Roger Ferrer Ibanez · 8 years ago
  33. 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
  34. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  35. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  36. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  37. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  38. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  39. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  40. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  41. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  42. 8ea5d87 Remove files missed in r285466 by Eric Fiselier · 8 years ago
  43. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  44. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  45. 3c77475 Fix Clang 3.6 build error by Eric Fiselier · 8 years ago
  46. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  47. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  48. c457a97 Fix test when using an installed libc++ by Eric Fiselier · 8 years ago
  49. a0b4d55 Add more tests for optional<const T> by Eric Fiselier · 8 years ago
  50. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  51. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  52. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  53. e465ff3 [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated by Stephan T. Lavavej · 8 years ago
  54. 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
  55. 8569478 Cleanup nonportable behavior in tests for std::any by Casey Carter · 8 years ago
  56. b035d8f Silence unused parameter warnings in archetypes.hpp by Casey Carter · 8 years ago
  57. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  58. da2c55e Update revision number in CHANGELOG.TXT by Eric Fiselier · 8 years ago
  59. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  60. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  61. c4a7e91 Fix non-portable tests for temp_directory_path(...) by Eric Fiselier · 8 years ago
  62. 04b7f3d Add missing include in string_view tests. Patch from Billy ONeil @ microsoft by Eric Fiselier · 8 years ago
  63. 4454393 Fix shadow warnings in string_view tests. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  64. 87c6313 Backout enabling -Wshadow until I have time to fix the breakage by Eric Fiselier · 8 years ago
  65. 44197a1 [libcxx] Use C++14 when building libc++ with musl by Petr Hosek · 8 years ago
  66. 1e836f0 Fix breakage introduced by adding -Wshadow. by Eric Fiselier · 8 years ago
  67. 6547b4f Fix libc++ specific assertion in permissions(...) tests by Eric Fiselier · 8 years ago
  68. c8e7821 Turn on -Wshadow so I find occurances before STL does by Eric Fiselier · 8 years ago
  69. 26cbb8d Make make_from_tuple tests more portable. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  70. 3171202 Fix unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  71. e2c4227 Fix shadowing warning. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  72. 741cb8b [libcxx] Support std::regex_constants::match_not_null by Tim Shen · 8 years ago
  73. 2d164cb [ModuleMap] Add more module entries to cover some non modular headers by Bruno Cardoso Lopes · 8 years ago
  74. 464abc8 Adding a missing constexpr test for reverse_iterator operator[]. by Marshall Clow · 8 years ago
  75. 6d36efa Attempt to workaround XPASS for aligned allocation tests by Eric Fiselier · 8 years ago
  76. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  77. 4f031f8 [cmake] Allow testing against installed LLVM with no sources by Michal Gorny · 8 years ago
  78. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  79. bf9e11c [solaris] Fix iswxdigit_l() support function prototype by Michal Gorny · 8 years ago
  80. 4035b66 Make any_cast<void()>(nullptr) compile by Eric Fiselier · 8 years ago
  81. 2a901da Update LWG 2754 status by Eric Fiselier · 8 years ago
  82. 1006035 Fix use of non-constexpr C++14 addressof by Eric Fiselier · 8 years ago
  83. fcdb3f7 Update LWG 2767 and add test case by Eric Fiselier · 8 years ago
  84. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  85. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  86. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  87. 6e5869a Update notes for LWG 2678 by Eric Fiselier · 8 years ago
  88. 1e1bbc7 Implement LWG 2712 and update other issues status by Eric Fiselier · 8 years ago
  89. 451f34d Implement LWG 2681 and 2682 by Eric Fiselier · 8 years ago
  90. 8bbf53f Mark LWG 2680 as done by Eric Fiselier · 8 years ago
  91. 25dc5bd Implement LWG 2672. by Eric Fiselier · 8 years ago
  92. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  93. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  94. 9f39437 Update the status of issues by Eric Fiselier · 8 years ago
  95. 9ffd1d5 Prevent new/delete replacement tests from being optimized away. by Eric Fiselier · 8 years ago
  96. e630058 Clarify XFAIL comments by Eric Fiselier · 8 years ago
  97. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  98. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  99. 29026ad Disable Modules when building the libc++ sources. by Eric Fiselier · 8 years ago
  100. 78c020b Work around Clang driver segfault when --coverage is used with -c and /dev/null by Eric Fiselier · 8 years ago