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