1. 1f60111 update debugging docs to be less out of date by Eric Fiselier · 5 years ago
  2. 430415e Substantially reduce instantiations and debug size of std::function by Eric Fiselier · 5 years ago
  3. 5db0997 Fix some incorrect std::function tests by Eric Fiselier · 5 years ago
  4. 5b39f14 Revert "Speedup to_string and to_wstring for integers using stack buffer and SSO." by Vlad Tsyrklevich · 5 years ago
  5. 0a3564f [libcxx][test] Include test_workarounds.h where needed by Louis Dionne · 5 years ago
  6. 0174d76 Update issue statuses. Reviewed as https://reviews.llvm.org/D62932 by Marshall Clow · 5 years ago
  7. f2c358a Speedup to_string and to_wstring for integers using stack buffer and SSO. Reviewed as https://reviews.llvm.org/D59178 Thanks to ivafanas for all his work on this patch. by Marshall Clow · 5 years ago
  8. e5294f1 [libcxx] Add test to check min/max requirement to regular expression by Louis Dionne · 5 years ago
  9. 8423126 No longer reject inputs when using a locale that has grouping information _and_ the input has no grouping characters at all. We continue to reject cases when the input has grouping characters in the wrong place. Fixes PR#28704 by Marshall Clow · 5 years ago
  10. e590adb We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't like it. We (LLVM) now require GCC 5.1, so that's not a problem any more. Re-enable the assertion. Fixes PR#36863 by Marshall Clow · 5 years ago
  11. d7d781f [libcxx] Use libtool when merging archives on Apple platforms by Petr Hosek · 5 years ago
  12. b6e011b Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. by Marshall Clow · 5 years ago
  13. 98c565c [libcxx] Add regex test cases from PR40904 by Louis Dionne · 5 years ago
  14. 571342b [Docs] Modernize references to macOS by J. Ryan Stinnett · 5 years ago
  15. caea4e8 [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files by Petr Hosek · 5 years ago
  16. 12ec3ac [libcxx][libcxxabi] Remove the unused CMake checks by Petr Hosek · 5 years ago
  17. bdc9a5a [runtimes] Use -Wunknown-pragmas for the pragma check by Petr Hosek · 5 years ago
  18. 38d8775 [runtimes] Check if pragma comment(lib, ...) is supported first by Petr Hosek · 5 years ago
  19. 74d2da4 [runtimes] Support ELF dependent libraries feature by Petr Hosek · 5 years ago
  20. c30e2d9 [NFC][libcxx] Remove trailing whitespace by Louis Dionne · 5 years ago
  21. 58320be Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037. by Marshall Clow · 5 years ago
  22. fd386dd Fix build breakage on 32-bit machines by Eric Fiselier · 5 years ago
  23. bb2c95d Rework std::type_info definition to support systems without fully by Eric Fiselier · 5 years ago
  24. a7056db Fix test that used raw string literals. Doesn't work in C++03 by Marshall Clow · 5 years ago
  25. feb0e9a Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior. Reviewed as https://reviews.llvm.org/D61828. Thanks to Mark for the catch and the fix. by Marshall Clow · 5 years ago
  26. bfea730 fix test for older clang versions by Eric Fiselier · 5 years ago
  27. 57436c8 fix destroying delete test with older apple compilers by Eric Fiselier · 5 years ago
  28. 2444283 Update C++2a status for destroying delete by Eric Fiselier · 5 years ago
  29. 087c094 P0722R3: Implement library support for destroying delete by Eric Fiselier · 5 years ago
  30. a3b377a [CMake] Copy C++ headers before configuring runtimes build by Chris Bieneman · 5 years ago
  31. 154d4db [libcxx][tests] Fix order checking in unordered_multiset tests. by Louis Dionne · 5 years ago
  32. 1c6d484 [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++ by Petr Hosek · 5 years ago
  33. 05c927e [libcxx][test] Fix order checking in some more unordered_multimap tests by Louis Dionne · 5 years ago
  34. 5938e05 Speculative fix for std stream destruction order on Windows. by Eric Fiselier · 5 years ago
  35. 130106b Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as https://reviews.llvm.org/D61954 by Marshall Clow · 5 years ago
  36. 853fd4b Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03 by Eric Fiselier · 5 years ago
  37. a3dbe35 Remove `using namespace std;` in __gnu_cxx namespace. by Eric Fiselier · 5 years ago
  38. 7cfbabc Improve the test coverage for std::is_base_of by Marshall Clow · 5 years ago
  39. 549cc3d [libc++] [test] Use std::nextafter() instead of std::nexttoward() by Michal Gorny · 5 years ago
  40. 9a1483e [libcxx] teach type_traits test about long uint32_t by Brian Cain · 5 years ago
  41. 61ca0bb Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews.llvm.org/D61829 Thanks to Zoe for the patch. by Marshall Clow · 5 years ago
  42. 57a1416 force the bots to cycle by Eric Fiselier · 5 years ago
  43. 2f32324 Mark private function __sign as constexpr. by Marshall Clow · 5 years ago
  44. da525f1 Remove unneeded <algorithm> include in cmath. by Eric Fiselier · 5 years ago
  45. 393b489 [libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining them by Petr Hosek · 5 years ago
  46. 6807ed9 Mark is_trivially_destructible as unsupported with apple-clang-9 by Nico Weber · 5 years ago
  47. f16a595 [libc++][test] Remove non-portable assumption that thread's constructor allocates with ::new by Casey Carter · 5 years ago
  48. 07ca5d0 [libc++][CMake] Link against libSystem on Apple platforms by Louis Dionne · 5 years ago
  49. 43e9327 [gn] Support for building libc++ by Petr Hosek · 5 years ago
  50. 3c06e2e [libcxx] cmake - guard list remove by Brian Cain · 5 years ago
  51. c551aa9 Add missing locale requirement to test. by Dan Albert · 5 years ago
  52. d6842df [WebAssembly] WASI support for libcxx by Dan Gohman · 5 years ago
  53. 0c6eb81 Get rid of a bunch of 'unused variable' warnings in test when run with debug_level set. NFC by Marshall Clow · 5 years ago
  54. 548aa18 [libcxx] Move CMake file to src, avoid using globs by Petr Hosek · 5 years ago
  55. 3cae9fc Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. by Marshall Clow · 5 years ago
  56. 35323b7 Support overaligned types in `aligned_storage`. by Eric Fiselier · 5 years ago
  57. df0111c [libc++][CMake] Refactor how we link against system libraries by Louis Dionne · 5 years ago
  58. cac04cd Implement LWG 2960: nonesuch is insufficiently useless by Marshall Clow · 5 years ago
  59. c5b17c6 Mark LWG#2977 as 'Nothing to do'. NFC by Marshall Clow · 5 years ago
  60. 7323326 Add tests specifically for LWG2164. We already did this; but now we have tests. NFC by Marshall Clow · 5 years ago
  61. 30f78b9 Fix permission error while running bots by Eric Fiselier · 5 years ago
  62. 57c2f5d attempt to unbreak build bots by Eric Fiselier · 5 years ago
  63. 2cdb5e3 Attempt to switch to auto-scaling bots by Eric Fiselier · 5 years ago
  64. b940d76 Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this precondtion. Fix several tests which did not honor this precondition. Thanks to Andrey Maksimov for pointing this out. by Marshall Clow · 5 years ago
  65. 6513d1f [libc++] Relax libc++-only test on regex_constants by Louis Dionne · 5 years ago
  66. 5badcdb Fix r359229 which tried to fix r359159... by Chandler Carruth · 5 years ago
  67. 0ef0a76 add tuple_cat test for const T by Eric Fiselier · 5 years ago
  68. cc57a78 Fix return type of std::tuple_cat. by Eric Fiselier · 5 years ago
  69. ddc4442 Remove incorrect explicit instantiation declarations for valarray by Richard Smith · 5 years ago
  70. ee568af Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9). by Richard Smith · 5 years ago
  71. 8a590a4 Fix buildbot failures after r359159. by Richard Smith · 5 years ago
  72. 93c37a9 Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW mode by Martin Storsjo · 5 years ago
  73. d8b79a0 [libc++][test] Fix noexcept assertions in variant's get tests by Casey Carter · 5 years ago
  74. e84fd85 Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete. by Marshall Clow · 5 years ago
  75. 321a1f8 Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. by Marshall Clow · 5 years ago
  76. 26ff1b3 Update test to better check for the non-constexpr-ness of a move constructor. Fixes PR#41577. by Marshall Clow · 5 years ago
  77. 6892a8e Use modern type trait implementations when available. by Richard Smith · 5 years ago
  78. 250205c Add std::is_constant_evaluated. by Eric Fiselier · 5 years ago
  79. ef08906 Make the test object callable. libstdc++'s bind checks that (libc++ currently does not). Thanks to Jonathan Wakely for the fix. by Marshall Clow · 5 years ago
  80. 96f8d20 Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC. by Marshall Clow · 5 years ago
  81. df2f365 Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0/0/>0. Thanks to Jonathan Wakely for the report. by Marshall Clow · 5 years ago
  82. a123e7a Add an any_cast test for array types. Thanks to Jonathan Wakely for the suggestion. by Marshall Clow · 5 years ago
  83. 8e36575 Avoid name conflict with kernel headers by Eric Fiselier · 5 years ago
  84. 82c110a [libcxx] Use relative path for libc++ library when generating script by Petr Hosek · 5 years ago
  85. 9d4c40d Fix namespace name conflict with GCC by Eric Fiselier · 5 years ago
  86. dbd4f51 Fix implementation of ::abs and std::abs LWG 2192. by Eric Fiselier · 5 years ago
  87. f5450d0 [libc++] Remove redundant conditionals for Apple platforms by Louis Dionne · 5 years ago
  88. af3bb36 [libcxx] Update gen_link_script.py to support different input and output by Petr Hosek · 5 years ago
  89. a4aa812 [libc++][test] Update some wstring_convert tests for MSVC quirks by Casey Carter · 5 years ago
  90. 6f21f89 [libc++] [test] Silence C++20 deprecation warnings in the MSVC STL by Casey Carter · 5 years ago
  91. a12cb9d [libc++] Make __debug_less::operator() constexpr by Thomas Anderson · 5 years ago
  92. aa15214 [libc++] Link against libc++abi in the libc++abi tests by Louis Dionne · 5 years ago
  93. 80e36e1 [libc++] [test] Add missing required headers to midpoint.integer.pass.cpp by Billy Robert O'Neal III · 5 years ago
  94. 2696247 [libc++] Make sure we re-export some missing libc++abi symbols from libc++ by Louis Dionne · 5 years ago
  95. b6402fd [libc++] Unconditionally enable the __pad_and_output optimization by Louis Dionne · 5 years ago
  96. 4db7791 [libc++][CMake] Always provide new/delete in libc++ unless specified otherwise by Louis Dionne · 5 years ago
  97. 2b46448 [libc++][CMake] Remove unnecessary conditional for defining new handlers by Louis Dionne · 5 years ago
  98. 8a82647 [CMake] Split linked libraries for shared and static libc++ by Petr Hosek · 5 years ago
  99. 671f244 [libc++] (Take 2) Add a test that uses the debug database from multiple threads by Louis Dionne · 5 years ago
  100. 396cbee [libc++][CMake] Allow building neither the shared nor the static library by Louis Dionne · 5 years ago