1. 3c51b64 update buildbot doc to link to the new Appveyor builders by Eric Fiselier · 7 years ago
  2. 5829156 Attempt to enable the LIT progress bar on Appveyor by Eric Fiselier · 7 years ago
  3. a64f719 Setup Appveyor bot for MSVC 2017 and MSVC 2015 by Eric Fiselier · 7 years ago
  4. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  5. bd0685f [libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_STD_VER. by Stephan T. Lavavej · 7 years ago
  6. f3b2962 Attempt to escape paths correctly by Eric Fiselier · 7 years ago
  7. 8677b63 Attempt to setup MSVC 2017 by Eric Fiselier · 7 years ago
  8. 83e040f Use nullptr instead of the literal 0 by Eric Fiselier · 7 years ago
  9. ca57b14 Fix macro redefinition warnings for _LIBCPP_NO_RTTI by Eric Fiselier · 7 years ago
  10. 621612c Test commit for Appveyor - Remove incorrect caching logic by Eric Fiselier · 7 years ago
  11. 59a094f CMake: Only add test/ subdirectory when it exists by Duncan P. N. Exon Smith · 7 years ago
  12. 16d4a3f Attempt to fix appveyor build by Eric Fiselier · 7 years ago
  13. 6cff9cf Qualify calls to __invoke, __apply_fuctor, and __mu by Eric Fiselier · 7 years ago
  14. 57c4059 Add missing acquire_load to call_once overload. by Justin Lebar · 7 years ago
  15. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 7 years ago
  16. fba865a Expand test coverage for LWG2857 by Casey Carter · 7 years ago
  17. 9f6e23c update XFAIL comments with more details by Eric Fiselier · 7 years ago
  18. c0574ee Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 7 years ago
  19. c94dd0a XFAIL Windows test failures under test/libcxx by Eric Fiselier · 7 years ago
  20. aa22e51 Resolve unused local typedef warning in test. by Billy Robert O'Neal III · 7 years ago
  21. b343763 Fix 'verify-support' available feature by Eric Fiselier · 7 years ago
  22. 3d1d1ea [libc++] Default to vcruntime when targeting MSVC by Shoaib Meenai · 7 years ago
  23. a67beb7 Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows. by Eric Fiselier · 7 years ago
  24. 6ca6874 Fix comment and remove incorrect linker flags in test configuration by Eric Fiselier · 7 years ago
  25. 5bf8bed Disable the filesystem library on Windows by default by Eric Fiselier · 7 years ago
  26. 23ccaa5 Rename the static version of libc++ on Windows. by Eric Fiselier · 7 years ago
  27. b105246 Make linker errors verbose on Windows by Eric Fiselier · 7 years ago
  28. 47c3219 Fix dllimport on a class template by Eric Fiselier · 7 years ago
  29. 02213ed change what branches Appveyor builds by Eric Fiselier · 7 years ago
  30. a5ca944 Add appveyor.yml config for a future Windows bot. by Eric Fiselier · 7 years ago
  31. 04f2896 Fix typo in Windows test configuration code by Eric Fiselier · 7 years ago
  32. 2d282d7 [libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER by Shoaib Meenai · 7 years ago
  33. fbca5e0 Fix tests for extended noexcept in the container adaptors tests by Eric Fiselier · 7 years ago
  34. 2c4b8af Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception> by Eric Fiselier · 7 years ago
  35. aa55cef Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>, and <iterator> by Eric Fiselier · 7 years ago
  36. ec0df99 Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional library by Eric Fiselier · 7 years ago
  37. 191f075 Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utility by Eric Fiselier · 7 years ago
  38. 5875c1d Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headers by Eric Fiselier · 7 years ago
  39. 869c5ad Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests by Eric Fiselier · 7 years ago
  40. d311b3c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library by Eric Fiselier · 7 years ago
  41. 3e92897 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. by Eric Fiselier · 7 years ago
  42. 97db517 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers by Eric Fiselier · 7 years ago
  43. d89c715 Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex by Eric Fiselier · 7 years ago
  44. e915b5c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library by Eric Fiselier · 7 years ago
  45. 6b17a7b Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm by Eric Fiselier · 7 years ago
  46. 82810a6 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_list by Eric Fiselier · 7 years ago
  47. 690d999 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread. by Eric Fiselier · 7 years ago
  48. 1ae14a3 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap by Eric Fiselier · 7 years ago
  49. 6cdc049 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset by Eric Fiselier · 7 years ago
  50. a8d1b91 Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue. by Eric Fiselier · 7 years ago
  51. 7162dce Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack. by Eric Fiselier · 7 years ago
  52. ce924dc Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap by Eric Fiselier · 7 years ago
  53. a3de1e0 Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset by Eric Fiselier · 7 years ago
  54. 21d02be [test] Silence another unused-typedef warning by Casey Carter · 7 years ago
  55. 6f448f6 [test] Silence unused parameter/typedef warnings by Casey Carter · 7 years ago
  56. 2f2efbd Mark LWG#2788 as complete - we already do this by Marshall Clow · 7 years ago
  57. 30ea4d0 Emit benchmark tests into the benchmarks build directory, not lib/ by Eric Fiselier · 7 years ago
  58. 688edc7 Update google benchmark by Eric Fiselier · 7 years ago
  59. 937aecf Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. by Billy Robert O'Neal III · 7 years ago
  60. 55dc5da Work around GCC 4.9 bug regarding default initialization of const variables by Eric Fiselier · 7 years ago
  61. 7e69852 Fix passing incorrectly value-category when constructing unique_ptr's deleter by Eric Fiselier · 7 years ago
  62. 634a2b5 [optional] Update synopsis for LWG2934 by Casey Carter · 7 years ago
  63. 07d8458 Sigh. Once again forgot about the 'no exceptions' bots. by Marshall Clow · 7 years ago
  64. 5e1df5e Mark LWG#2853 as complete. No code changes required, but added a couple of extra tests by Marshall Clow · 7 years ago
  65. 1cbdb0c Cleanup one more <forward_list> test by Eric Fiselier · 7 years ago
  66. ed67bb6 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list> by Eric Fiselier · 7 years ago
  67. 55ff80e Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> by Eric Fiselier · 7 years ago
  68. 4850300 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque by Eric Fiselier · 7 years ago
  69. 6c26be6 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> by Eric Fiselier · 7 years ago
  70. ffaa304 Workaround Clang bug regarding template template parameters by Eric Fiselier · 7 years ago
  71. ad421ef Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. by Eric Fiselier · 7 years ago
  72. cebb3e9 [CMake][libcxx] Fix the --target and --gcc-toolchain flag handling by Petr Hosek · 7 years ago
  73. 745a5cd Cleanup and better scope unique_ptr internals by Eric Fiselier · 7 years ago
  74. e3aef86 Cleanup default_delete specializations by Eric Fiselier · 7 years ago
  75. a4fd0c9 Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. by Eric Fiselier · 7 years ago
  76. 98d9a85 Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft. by Eric Fiselier · 7 years ago
  77. 6ad335b Simplify test helper by Eric Fiselier · 7 years ago
  78. 622c7d5 Fix PR32642 - string::insert and string::append don't work with move_iterator. by Eric Fiselier · 7 years ago
  79. 9ea4041 [libcxx] Fix check-cxx-abilist on OS X by Eric Fiselier · 7 years ago
  80. 81f58e5 Rewrite and cleanup unique_ptr tests. by Eric Fiselier · 7 years ago
  81. dfac40a Make clang-format use C++03 syntax by Eric Fiselier · 7 years ago
  82. 82a50d6 [libcxx] Direct support for Fuchsia by Petr Hosek · 7 years ago
  83. e1c9dfb [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option by Shoaib Meenai · 7 years ago
  84. 0592569 Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 by Marshall Clow · 7 years ago
  85. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 7 years ago
  86. b975b45 [libc++] Explicitly set output directory for DLL by Shoaib Meenai · 7 years ago
  87. 9ac5bc5 Refactor throw_with_nested. NFC. by Marshall Clow · 7 years ago
  88. d3b3b1f Add TEST_NOEXCEPT_FALSE to support D31738 by Eric Fiselier · 7 years ago
  89. 0301092 Cleanup any_cast failure test by Eric Fiselier · 7 years ago
  90. e4b267b Fix template >> within C++03 code by Eric Fiselier · 7 years ago
  91. 706e2c7 Diagnose when reverse_iterator is used on path::iterator. by Eric Fiselier · 7 years ago
  92. dd59826 Fix C++03 test failures by Eric Fiselier · 7 years ago
  93. 0cb22a2 Add tests that std::unique_ptr's default constructor is constexpr. by Eric Fiselier · 7 years ago
  94. 3b7f796 Update tests -verify error messages after r300140. by Eric Fiselier · 7 years ago
  95. dca3bcd Fix more bad member swap definitions in unordered_map. by Eric Fiselier · 7 years ago
  96. 55d7bd0 Fix the default constructibility of __compressed_pair. by Eric Fiselier · 7 years ago
  97. 161ccc1 Fix most failures caused by r300140 by Eric Fiselier · 7 years ago
  98. db14bcc [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times, and add constexpr. by Eric Fiselier · 7 years ago
  99. 87fd9b2 Fix test failures with older Clang versions by Eric Fiselier · 7 years ago
  100. 7b41c79 [libc++] Implement LWG 2911 - add an is_aggregate type-trait by Eric Fiselier · 7 years ago