1. c6da5c5 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 6 years ago
  2. 5d11d6e [libcxx] [test] Include <cassert> for assert(). by Stephan T. Lavavej · 6 years ago
  3. 5e97ad3 [libcxx] [test] Fix MSVC warning C4800. by Stephan T. Lavavej · 6 years ago
  4. ca91cfc Attempt to show progress bar in benchmark tests by Eric Fiselier · 6 years ago
  5. c53065d Exclude check-cxx-benchmarks from the global test target. by Eric Fiselier · 6 years ago
  6. b124ade Rename cxx-benchmark-unittests target and convert to LIT. by Eric Fiselier · 6 years ago
  7. eabc478 [libcxx] [test] Fix running tests on macOS with python3 by Alexander Richardson · 6 years ago
  8. 439de45 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 6 years ago
  9. ad46a18 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 6 years ago
  10. 2d7654e Add cxx-benchmark-unittests target by Eric Fiselier · 6 years ago
  11. 34aa86b Fix "use of" uninitialized memory in benchmark. by Eric Fiselier · 6 years ago
  12. 1595c0d Mark #2184 as complete; the tests are fine. (I thought that they were wrong before) by Marshall Clow · 6 years ago
  13. a4e279c [NFC] Mark LWG3128 and LWG3132 as requiring no work by Louis Dionne · 6 years ago
  14. 6b8b8a1 Fix UB in string.bench.cpp. by Eric Fiselier · 6 years ago
  15. 10180dc Remove duplicate entry for issue 3134 by Marshall Clow · 6 years ago
  16. 87b4a05 Update status for issue 3122 by Marshall Clow · 6 years ago
  17. d9c2715 [NFC][libcxx] Mark P1006R1 as complete by Louis Dionne · 6 years ago
  18. 98d4ace Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828 by Marshall Clow · 6 years ago
  19. d086fcc [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0 by Louis Dionne · 6 years ago
  20. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  21. 64d50b3 [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide <sys/sysctl.h> by Louis Dionne · 6 years ago
  22. 9140061 Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported. by Eric Fiselier · 6 years ago
  23. 16a8e7e Add emplace tests for multiset/unordered_multiset. by Eric Fiselier · 6 years ago
  24. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  25. 94664a1 Update to-do list with new work from WG21 meeting in San Diego by Marshall Clow · 6 years ago
  26. e754a7a [NFC] Reformat std::optional tests by Louis Dionne · 6 years ago
  27. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  28. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  29. 55a3e6c Attempt to enable -Wconversion by Eric Fiselier · 6 years ago
  30. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  31. 9b0b9d6 Fix the test for partition_copy so it is not ridiculously slow. Also, detab. by Marshall Clow · 6 years ago
  32. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  33. 73d2ecc Fix test assumption that Linux implies glibc. by Dan Albert · 6 years ago
  34. 5dc3776 Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible." by Louis Dionne · 6 years ago
  35. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  36. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  37. 3fa96b3 [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively by Louis Dionne · 6 years ago
  38. def3a40 [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0 by Louis Dionne · 6 years ago
  39. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  40. 3a73f01 Correct ABI list change wrongly advertised as being in the 7.0 release by Louis Dionne · 6 years ago
  41. 381fd9e Revert "Build with -fvisibility=hidden" by Eric Fiselier · 6 years ago
  42. 74b3eac Build with -fvisibility=hidden by Eric Fiselier · 6 years ago
  43. 831ab1b [libcxx] Correct link to code review for P1006 by Louis Dionne · 6 years ago
  44. e6f91d8 Make libc++'s versioning namespace customizable by Eric Fiselier · 6 years ago
  45. 02bbf43 Add link to implementation for P1006R0 by Marshall Clow · 6 years ago
  46. abfbf14 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot by Eric Fiselier · 6 years ago
  47. 3b92bcd Add more benchmarks for std::string. by Samuel Benzaquen · 6 years ago
  48. 94ce26b Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD by Eric Fiselier · 6 years ago
  49. 3238cbf XFAIL test on OS X availability by Eric Fiselier · 6 years ago
  50. c5a77b2 Added Phab link for P0927 by Marshall Clow · 6 years ago
  51. 207b919 Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible. by Eric Fiselier · 6 years ago
  52. 081dda5 Fix mismatch between size_t and uint64_t in std::set benchmark. by Samuel Benzaquen · 6 years ago
  53. 640fa25 [libc++] Use exclude_from_explicit_instantiation instead of always_inline by Louis Dionne · 6 years ago
  54. 293b83d Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare. by Eric Fiselier · 6 years ago
  55. 924b8f3 Work around gcc.gnu.org/PR87766 by Eric Fiselier · 6 years ago
  56. 73f498b [NFC] Update comment in libc++ ABI changelog by Louis Dionne · 6 years ago
  57. e696826 Fix incorrect use of aligned allocation in get_temporary_buffer. by Eric Fiselier · 6 years ago
  58. 6dcb34a XFAIL sized deallocation test with GCC by Eric Fiselier · 6 years ago
  59. 5be2163 Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. by Marshall Clow · 6 years ago
  60. b3ae0c8 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 6 years ago
  61. e09f85b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  62. 07f95bd [libc++] Make sure we can build libc++ with -fvisibility=hidden by Louis Dionne · 6 years ago
  63. 92d8736 Revert "Fix use of __libcpp_deallocate in dynarray" by Eric Christopher · 6 years ago
  64. 1b9ee84 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 6 years ago
  65. d03e037 Fix use of __libcpp_deallocate in dynarray by Eric Fiselier · 6 years ago
  66. 0cfdf55 Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  67. 842383f Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are" by Petr Hosek · 6 years ago
  68. 005bb4c Fix use of libc++ specific macro in support/test_macros.h by Eric Fiselier · 6 years ago
  69. 0423faf Adjust unsupported C++ versions in some tests by Mikhail Maltsev · 6 years ago
  70. ec22e35 Off-by-one errors strike again. Thank goodness for ASAN and the bots. by Marshall Clow · 6 years ago
  71. b994bfe When filling a vector<bool> with stuff, initialize the last word of the storage that you're touching. Otherwise, when we lay down the bits with operator&=, we get UB from reading uninitialized memory. Fixes Bug 39354. Thanks to David Wagner for the bug report. by Marshall Clow · 6 years ago
  72. d8754ba Add benchmark for std::set. by Samuel Benzaquen · 6 years ago
  73. 9678b5d Mark the move construct/move assign tests as unsupported on C++03 by Marshall Clow · 6 years ago
  74. 374084f Add tests for match_results copy/move assignment operators. NFC by Marshall Clow · 6 years ago
  75. 268b4d0 Remove a 'const' from the synopsis. NFC by Marshall Clow · 6 years ago
  76. 173057e Updated the issue notes. by Marshall Clow · 6 years ago
  77. a894ebb Add tests for match_results copy/move construction. NFC by Marshall Clow · 6 years ago
  78. dd10075 Added more notes to the issues. by Marshall Clow · 6 years ago
  79. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  80. 9110b80 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  81. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  82. 0a890c9 [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX by Billy Robert O'Neal III · 6 years ago
  83. 87aef88 [libcxx] [test] Add missing <stdexcept> to map at tests. by Billy Robert O'Neal III · 6 years ago
  84. 22b685e Repair thread-unsafe modifications of n_alive in F.pass.cpp by Billy Robert O'Neal III · 6 years ago
  85. 6c34a15 [libcxx] Improve reporting when running the lit test suite by Louis Dionne · 6 years ago
  86. 4104ebe [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10 by Louis Dionne · 6 years ago
  87. d74c17e [libcxx] Avoid repeating the definition of std:: namespaces by Louis Dionne · 6 years ago
  88. 3845a65 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  89. cc5c12d Recommit <chrono> changes with a couple xtra tests marked to fail on apple's clang. Reviewed as D51762 by Marshall Clow · 6 years ago
  90. 7e3ab17 Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Reviewed as https://reviews.llvm.org/D52240 by Marshall Clow · 6 years ago
  91. 93d0856 Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..." by Artem Dergachev · 6 years ago
  92. 7f20dc6 Revert r344529 "Implement the first part of the calendar support for C++20" by Artem Dergachev · 6 years ago
  93. 9bc5d8e [libcxx] Remove custom CMake code targeting Mac OS 10.6 by Louis Dionne · 6 years ago
  94. 689f6cd Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232 by Marshall Clow · 6 years ago
  95. 1b8e200 Wrap up the new chrono literals in an #ifdef so that old versions of clang don't complain. I'm looking at you, clang 5.0.1 by Marshall Clow · 6 years ago
  96. fc25eeb Implement the first part of the calendar support for C++20. This is still incomplete; there will be more patches coming. Reviewed as D51762 by Marshall Clow · 6 years ago
  97. fa1a3d5 One more local type warning removed from the tests. NFC by Marshall Clow · 6 years ago
  98. 8f07ece Update the array tests to not use a local type; removes warnings in C++03. NFC by Marshall Clow · 6 years ago
  99. 477f04b Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC by Marshall Clow · 6 years ago
  100. 11b8a46 Add benchmarks for std::function. by Samuel Benzaquen · 6 years ago