1. ca91fd0 Don't interfere with the __builtin_foo namespace under MSVC by Eric Fiselier · 7 years ago
  2. 5f3d593 Fix bad #endif in msvc_stdlib_force_include.hpp. by Billy Robert O'Neal III · 7 years ago
  3. 41af64a [libc++] Refactor Windows support headers. by Eric Fiselier · 7 years ago
  4. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  5. 19fc985 XFAIL is_trivially_copyable test for compilers that don't implement Core 2094 by Eric Fiselier · 7 years ago
  6. 74424d0 Fix enable_shared_from_this test in C++11 by Eric Fiselier · 7 years ago
  7. f6e8a9c Clean up LIT failure output by not showing the entire environment by Eric Fiselier · 7 years ago
  8. b423f1e Update is_trivially_copyable tests with CWG 2094 by Billy Robert O'Neal III · 7 years ago
  9. 1bc7a4b [libc++] Fix PR32979 - types with a private std::enable_shared_from_this base break shared_ptr by Eric Fiselier · 7 years ago
  10. f0346a5 [test] support machinery changes for EDG & C1XX /Za by Casey Carter · 7 years ago
  11. 5fa184d Attempt to speculatively unbreak Apple build bots by Eric Fiselier · 7 years ago
  12. ff17452 Rename Appveyor install helper script. by Eric Fiselier · 7 years ago
  13. fc47475 Support using MinGW POSIX threads on Windows by Eric Fiselier · 7 years ago
  14. 9d987ba attempt to fix appveyor syntax error by Eric Fiselier · 7 years ago
  15. 85fc444 Add MinGW64 builder to Appveyor. by Eric Fiselier · 7 years ago
  16. 4680f0c Improve how LIT reports the added environment variables by Eric Fiselier · 7 years ago
  17. f715326 Attempt to unbreak Libc++ test configuration by Eric Fiselier · 7 years ago
  18. df43226 Fix test runtime environment on Windows by Eric Fiselier · 7 years ago
  19. 01c2bb3 Fix misspelling of environment throughout libc++ by Eric Fiselier · 7 years ago
  20. 867ae29 docs: Fix Sphinx detection with out-of-tree builds by Tom Stellard · 7 years ago
  21. c6aa3e7 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  22. 2a1cb9c Revert "Fix Windows tests when __config_site is present." by Ben Craig · 7 years ago
  23. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  24. 2ec6d39 Refactor <locale> RAII guards to aid upcoming Windows locale changes. by Eric Fiselier · 7 years ago
  25. b5a065c Fix possible loss of data warnings on amd64 by Billy Robert O'Neal III · 7 years ago
  26. 3f9bc2d Resolve integer overflow warnings in GCD and LCM tests by Billy Robert O'Neal III · 7 years ago
  27. ed69373 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  28. ca052ce Fix Windows locale detection by Eric Fiselier · 7 years ago
  29. 720637d Fix shared_mutex dll import errors on Windows by Eric Fiselier · 7 years ago
  30. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  31. 1133de5 Fix DLL import/export on Win32 locale helpers by Eric Fiselier · 7 years ago
  32. c5a600a Fix DLL import for __time_get_c_storage member functions. by Eric Fiselier · 7 years ago
  33. 46795cc Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows" by Eric Fiselier · 7 years ago
  34. 04da0e1 Actually remove the MSVC STL when linking and testing libc++ on Windows by Eric Fiselier · 7 years ago
  35. 8fb888a Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 7 years ago
  36. f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 7 years ago
  37. b90dc26 Accept Windows specific output in system error tests by Eric Fiselier · 7 years ago
  38. 4bd682b Fix two test failures caused by Windows mangling of function types. by Eric Fiselier · 7 years ago
  39. 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 7 years ago
  40. a9f9f0b Fix lgamma_r linking errors on Windows. It appears the normal lgamma function is thread safe anyway by Eric Fiselier · 7 years ago
  41. 5dbf234 [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner. by Stephan T. Lavavej · 7 years ago
  42. 154d7f1 [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". by Stephan T. Lavavej · 7 years ago
  43. ff9b14a [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". by Stephan T. Lavavej · 7 years ago
  44. 53a76dd Mark test using <sys/time.h> as UNSUPPORTED on Windows by Eric Fiselier · 7 years ago
  45. 08fd336 Fix condition_variable::wait_until and wait_for on Windows. by Eric Fiselier · 7 years ago
  46. 4726a9c Fix detection for [[fallthrough]] with GCC by Eric Fiselier · 7 years ago
  47. 50ca6f7 Fix remaining GCC 7 build warnings by Eric Fiselier · 7 years ago
  48. 799d02d Fix new warnings emitted by GCC 7 by Eric Fiselier · 7 years ago
  49. b3b66a4 Document XFAIL's with the relevent bug number by Eric Fiselier · 7 years ago
  50. 2951491 Fix test failure with GCC 4.9 by Eric Fiselier · 7 years ago
  51. 8ef97ec Change Appveyor to download Clang from llvm.org instead of my private server by Eric Fiselier · 7 years ago
  52. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  53. 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
  54. 49abbf5 [test] Name the local variable in the C1XX implementation of DoNotOptmize by Casey Carter · 7 years ago
  55. d252306 [test] variant: enable constexpr construction tests on MSVC STL by Casey Carter · 7 years ago
  56. 474dfc3 Fix incorrect usage of __libcpp_mutex_trylock. Patch from Andrey Khalyavin by Eric Fiselier · 7 years ago
  57. b857743 Update Appveyor bot link to point to new llvm-mirror Appveyor account by Eric Fiselier · 7 years ago
  58. 74abe0b test commit by Eric Fiselier · 7 years ago
  59. 7d96f16 test commit by Eric Fiselier · 7 years ago
  60. f77a7df [libcxx][CMake] Set library dir when built under runtimes/ by Jonas Hahnfeld · 7 years ago
  61. 3c51b64 update buildbot doc to link to the new Appveyor builders by Eric Fiselier · 7 years ago
  62. 5829156 Attempt to enable the LIT progress bar on Appveyor by Eric Fiselier · 7 years ago
  63. a64f719 Setup Appveyor bot for MSVC 2017 and MSVC 2015 by Eric Fiselier · 7 years ago
  64. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  65. bd0685f [libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_STD_VER. by Stephan T. Lavavej · 7 years ago
  66. f3b2962 Attempt to escape paths correctly by Eric Fiselier · 7 years ago
  67. 8677b63 Attempt to setup MSVC 2017 by Eric Fiselier · 7 years ago
  68. 83e040f Use nullptr instead of the literal 0 by Eric Fiselier · 7 years ago
  69. ca57b14 Fix macro redefinition warnings for _LIBCPP_NO_RTTI by Eric Fiselier · 7 years ago
  70. 621612c Test commit for Appveyor - Remove incorrect caching logic by Eric Fiselier · 7 years ago
  71. 59a094f CMake: Only add test/ subdirectory when it exists by Duncan P. N. Exon Smith · 7 years ago
  72. 16d4a3f Attempt to fix appveyor build by Eric Fiselier · 7 years ago
  73. 6cff9cf Qualify calls to __invoke, __apply_fuctor, and __mu by Eric Fiselier · 7 years ago
  74. 57c4059 Add missing acquire_load to call_once overload. by Justin Lebar · 7 years ago
  75. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 7 years ago
  76. fba865a Expand test coverage for LWG2857 by Casey Carter · 7 years ago
  77. 9f6e23c update XFAIL comments with more details by Eric Fiselier · 7 years ago
  78. c0574ee Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 7 years ago
  79. c94dd0a XFAIL Windows test failures under test/libcxx by Eric Fiselier · 7 years ago
  80. aa22e51 Resolve unused local typedef warning in test. by Billy Robert O'Neal III · 7 years ago
  81. b343763 Fix 'verify-support' available feature by Eric Fiselier · 7 years ago
  82. 3d1d1ea [libc++] Default to vcruntime when targeting MSVC by Shoaib Meenai · 7 years ago
  83. a67beb7 Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows. by Eric Fiselier · 7 years ago
  84. 6ca6874 Fix comment and remove incorrect linker flags in test configuration by Eric Fiselier · 7 years ago
  85. 5bf8bed Disable the filesystem library on Windows by default by Eric Fiselier · 7 years ago
  86. 23ccaa5 Rename the static version of libc++ on Windows. by Eric Fiselier · 7 years ago
  87. b105246 Make linker errors verbose on Windows by Eric Fiselier · 7 years ago
  88. 47c3219 Fix dllimport on a class template by Eric Fiselier · 7 years ago
  89. 02213ed change what branches Appveyor builds by Eric Fiselier · 7 years ago
  90. a5ca944 Add appveyor.yml config for a future Windows bot. by Eric Fiselier · 7 years ago
  91. 04f2896 Fix typo in Windows test configuration code by Eric Fiselier · 7 years ago
  92. 2d282d7 [libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER by Shoaib Meenai · 7 years ago
  93. fbca5e0 Fix tests for extended noexcept in the container adaptors tests by Eric Fiselier · 7 years ago
  94. 2c4b8af Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception> by Eric Fiselier · 7 years ago
  95. aa55cef Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>, and <iterator> by Eric Fiselier · 7 years ago
  96. ec0df99 Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional library by Eric Fiselier · 7 years ago
  97. 191f075 Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utility by Eric Fiselier · 7 years ago
  98. 5875c1d Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headers by Eric Fiselier · 7 years ago
  99. 869c5ad Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests by Eric Fiselier · 7 years ago
  100. d311b3c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library by Eric Fiselier · 7 years ago