1. 10411c1 Add non-parallel version of for_each_n (+tests) from the Parallelism TS by Marshall Clow · 7 years ago
  2. 6d52b3b Add some constexpr tests for optional's move/copy ctor by Marshall Clow · 7 years ago
  3. a9197bd Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 7 years ago
  4. 64182a5 [test] Add support for Objective-C++ tests by Erik Pilkington · 7 years ago
  5. 9e6b540 Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0 by Marshall Clow · 7 years ago
  6. 6a56474 Mark the copy constructor and move by Marshall Clow · 7 years ago
  7. fd1c7cb [test] Add specific test for P0138R2, direct-list-init of fixed enums from integers, part 3/3. by Casey Carter · 7 years ago
  8. a172611 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3. by Casey Carter · 7 years ago
  9. 7e33af5 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3. by Casey Carter · 7 years ago
  10. db15e80 Fix C++03 test failures caused by static_assert emulation by Eric Fiselier · 7 years ago
  11. e250cc6 Cleanup test issues reported by STL @ Microsoft. by Eric Fiselier · 7 years ago
  12. 050bf66 Remove non-standard basic_string_view::clear() member. by Eric Fiselier · 7 years ago
  13. 8e7fc5f Move POSIX specific test under test/libcxx subdirectory by Eric Fiselier · 7 years ago
  14. b22e698 Move tests for libc++ configurations into libcxx/ test subdirectory by Eric Fiselier · 7 years ago
  15. 2d31e19 Fix or move tests with non-standard assumptions by Eric Fiselier · 7 years ago
  16. 40e4fb6 Guard usage of libc++ regex internals inside test. by Eric Fiselier · 7 years ago
  17. a12fded Fix XFAIL to reflect recent fixes in GCC by Eric Fiselier · 7 years ago
  18. 83c266a Mark LWG#2782 as complete. No functionality change; we already do this. Just added a few more tests. by Marshall Clow · 7 years ago
  19. 8fdc890 Replace a nested namespace used for overload resolution with a struct. Richard Smith says that using the namespace results in an ODR violation, but I disagree. Nevertheless, the struct works just as well. by Marshall Clow · 7 years ago
  20. 4cbf03e Mark LWG#2850 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests. Thanks to K-ballo for the heads up. by Marshall Clow · 7 years ago
  21. 8fdd811 Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests by Marshall Clow · 7 years ago
  22. f318b70 Fix `std::visit` for the zero variants case. by Michael Park · 7 years ago
  23. 98e4596 Workaround -W#warnings on Windows until the correct fixes can land by Eric Fiselier · 7 years ago
  24. ab2f54f Remove usages of _LIBCPP_MSVC which is never defined by Eric Fiselier · 7 years ago
  25. 2df956f Fix MinGW build to use Pthread when the header is available. by Eric Fiselier · 7 years ago
  26. ca91fd0 Don't interfere with the __builtin_foo namespace under MSVC by Eric Fiselier · 7 years ago
  27. 5f3d593 Fix bad #endif in msvc_stdlib_force_include.hpp. by Billy Robert O'Neal III · 7 years ago
  28. 41af64a [libc++] Refactor Windows support headers. by Eric Fiselier · 7 years ago
  29. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  30. 19fc985 XFAIL is_trivially_copyable test for compilers that don't implement Core 2094 by Eric Fiselier · 7 years ago
  31. 74424d0 Fix enable_shared_from_this test in C++11 by Eric Fiselier · 7 years ago
  32. f6e8a9c Clean up LIT failure output by not showing the entire environment by Eric Fiselier · 7 years ago
  33. b423f1e Update is_trivially_copyable tests with CWG 2094 by Billy Robert O'Neal III · 7 years ago
  34. 1bc7a4b [libc++] Fix PR32979 - types with a private std::enable_shared_from_this base break shared_ptr by Eric Fiselier · 7 years ago
  35. f0346a5 [test] support machinery changes for EDG & C1XX /Za by Casey Carter · 7 years ago
  36. 5fa184d Attempt to speculatively unbreak Apple build bots by Eric Fiselier · 7 years ago
  37. ff17452 Rename Appveyor install helper script. by Eric Fiselier · 7 years ago
  38. fc47475 Support using MinGW POSIX threads on Windows by Eric Fiselier · 7 years ago
  39. 9d987ba attempt to fix appveyor syntax error by Eric Fiselier · 7 years ago
  40. 85fc444 Add MinGW64 builder to Appveyor. by Eric Fiselier · 7 years ago
  41. 4680f0c Improve how LIT reports the added environment variables by Eric Fiselier · 7 years ago
  42. f715326 Attempt to unbreak Libc++ test configuration by Eric Fiselier · 7 years ago
  43. df43226 Fix test runtime environment on Windows by Eric Fiselier · 7 years ago
  44. 01c2bb3 Fix misspelling of environment throughout libc++ by Eric Fiselier · 7 years ago
  45. 867ae29 docs: Fix Sphinx detection with out-of-tree builds by Tom Stellard · 7 years ago
  46. c6aa3e7 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  47. 2a1cb9c Revert "Fix Windows tests when __config_site is present." by Ben Craig · 7 years ago
  48. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  49. 2ec6d39 Refactor <locale> RAII guards to aid upcoming Windows locale changes. by Eric Fiselier · 7 years ago
  50. b5a065c Fix possible loss of data warnings on amd64 by Billy Robert O'Neal III · 7 years ago
  51. 3f9bc2d Resolve integer overflow warnings in GCD and LCM tests by Billy Robert O'Neal III · 7 years ago
  52. ed69373 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  53. ca052ce Fix Windows locale detection by Eric Fiselier · 7 years ago
  54. 720637d Fix shared_mutex dll import errors on Windows by Eric Fiselier · 7 years ago
  55. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  56. 1133de5 Fix DLL import/export on Win32 locale helpers by Eric Fiselier · 7 years ago
  57. c5a600a Fix DLL import for __time_get_c_storage member functions. by Eric Fiselier · 7 years ago
  58. 46795cc Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows" by Eric Fiselier · 7 years ago
  59. 04da0e1 Actually remove the MSVC STL when linking and testing libc++ on Windows by Eric Fiselier · 7 years ago
  60. 8fb888a Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 7 years ago
  61. f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 7 years ago
  62. b90dc26 Accept Windows specific output in system error tests by Eric Fiselier · 7 years ago
  63. 4bd682b Fix two test failures caused by Windows mangling of function types. by Eric Fiselier · 7 years ago
  64. 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 7 years ago
  65. a9f9f0b Fix lgamma_r linking errors on Windows. It appears the normal lgamma function is thread safe anyway by Eric Fiselier · 7 years ago
  66. 5dbf234 [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner. by Stephan T. Lavavej · 7 years ago
  67. 154d7f1 [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". by Stephan T. Lavavej · 7 years ago
  68. ff9b14a [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". by Stephan T. Lavavej · 7 years ago
  69. 53a76dd Mark test using <sys/time.h> as UNSUPPORTED on Windows by Eric Fiselier · 7 years ago
  70. 08fd336 Fix condition_variable::wait_until and wait_for on Windows. by Eric Fiselier · 7 years ago
  71. 4726a9c Fix detection for [[fallthrough]] with GCC by Eric Fiselier · 7 years ago
  72. 50ca6f7 Fix remaining GCC 7 build warnings by Eric Fiselier · 7 years ago
  73. 799d02d Fix new warnings emitted by GCC 7 by Eric Fiselier · 7 years ago
  74. b3b66a4 Document XFAIL's with the relevent bug number by Eric Fiselier · 7 years ago
  75. 2951491 Fix test failure with GCC 4.9 by Eric Fiselier · 7 years ago
  76. 8ef97ec Change Appveyor to download Clang from llvm.org instead of my private server by Eric Fiselier · 7 years ago
  77. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  78. 3320e88 Use lgamma_r instead of lgamma in binomial_distribution, because freakin' POSIX took a perfectly fine call and made it not thread safe. by Marshall Clow · 7 years ago
  79. 49abbf5 [test] Name the local variable in the C1XX implementation of DoNotOptmize by Casey Carter · 7 years ago
  80. d252306 [test] variant: enable constexpr construction tests on MSVC STL by Casey Carter · 7 years ago
  81. 474dfc3 Fix incorrect usage of __libcpp_mutex_trylock. Patch from Andrey Khalyavin by Eric Fiselier · 7 years ago
  82. b857743 Update Appveyor bot link to point to new llvm-mirror Appveyor account by Eric Fiselier · 7 years ago
  83. 74abe0b test commit by Eric Fiselier · 7 years ago
  84. 7d96f16 test commit by Eric Fiselier · 7 years ago
  85. f77a7df [libcxx][CMake] Set library dir when built under runtimes/ by Jonas Hahnfeld · 7 years ago
  86. 3c51b64 update buildbot doc to link to the new Appveyor builders by Eric Fiselier · 7 years ago
  87. 5829156 Attempt to enable the LIT progress bar on Appveyor by Eric Fiselier · 7 years ago
  88. a64f719 Setup Appveyor bot for MSVC 2017 and MSVC 2015 by Eric Fiselier · 7 years ago
  89. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  90. bd0685f [libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_STD_VER. by Stephan T. Lavavej · 7 years ago
  91. f3b2962 Attempt to escape paths correctly by Eric Fiselier · 7 years ago
  92. 8677b63 Attempt to setup MSVC 2017 by Eric Fiselier · 7 years ago
  93. 83e040f Use nullptr instead of the literal 0 by Eric Fiselier · 7 years ago
  94. ca57b14 Fix macro redefinition warnings for _LIBCPP_NO_RTTI by Eric Fiselier · 7 years ago
  95. 621612c Test commit for Appveyor - Remove incorrect caching logic by Eric Fiselier · 7 years ago
  96. 59a094f CMake: Only add test/ subdirectory when it exists by Duncan P. N. Exon Smith · 7 years ago
  97. 16d4a3f Attempt to fix appveyor build by Eric Fiselier · 7 years ago
  98. 6cff9cf Qualify calls to __invoke, __apply_fuctor, and __mu by Eric Fiselier · 7 years ago
  99. 57c4059 Add missing acquire_load to call_once overload. by Justin Lebar · 7 years ago
  100. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 7 years ago