1. 51eb1be [libcxx] [test] Strip trailing whitespace. NFC, no code review. by Stephan T. Lavavej · 8 years ago
  2. 5616ee5 Get all tuple tests passing on Windows by Eric Fiselier · 8 years ago
  3. afd7cc8 Fix linking of DLL's on Windows by Eric Fiselier · 8 years ago
  4. 8eb066a Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG by Eric Fiselier · 8 years ago
  5. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  6. dceaa0e Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  7. 704ed27 Use C++11 static_assert in variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  8. 20f0c0f Get tests linking on Windows. by Eric Fiselier · 8 years ago
  9. 976f3f3 Fix test suite configuration when no lit.site.cfg is available by Eric Fiselier · 8 years ago
  10. 85294a2 Get test-suite configuring on Windows with clang-cl by Eric Fiselier · 8 years ago
  11. d0f20b2 Fix XPASS buildbot failure related to structured bindings by Eric Fiselier · 8 years ago
  12. c3dfece Fix PR26961 - Add default constructor to std::pointer_safety struct. by Eric Fiselier · 8 years ago
  13. 46a0c2e Fix std::pointer_safety type in ABI v2 by Eric Fiselier · 8 years ago
  14. 2b3c8a2 Fix verify test on 32 bit systems by Eric Fiselier · 8 years ago
  15. 3df90c9 Implement P0505: 'Wording for GB 50' by Marshall Clow · 8 years ago
  16. 9c6b70a Use C++11 static_assert in variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  17. 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings by Eric Fiselier · 8 years ago
  18. e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 8 years ago
  19. dcac520 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  20. 3169d4a [libcxx] [test] Fix recently introduced warnings emitted by MSVC. by Stephan T. Lavavej · 8 years ago
  21. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  22. e29d9ff [libcxx] Fix testing of the externally-threaded library build after r290850 by Asiri Rathnayake · 8 years ago
  23. 1d19237 threading_support: refactor for Win32 threading by Saleem Abdulrasool · 8 years ago
  24. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  25. 4084384 Re-implement LWG 2770 - Fix tuple_size with structured bindings. by Eric Fiselier · 8 years ago
  26. 4797c11 Fix some 'FIXME's in the tests. by Marshall Clow · 8 years ago
  27. bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  28. 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  29. 01153d5 Add missing include in test. by Eric Fiselier · 8 years ago
  30. 687c0bb Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  31. 1e17bc1 Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. by Ed Schouten · 8 years ago
  32. 8673c52 Get ctype_byname tests passing on Linux. by Eric Fiselier · 8 years ago
  33. 152e5e6 Fix PR31489 - std::function self-swap segfaults by Eric Fiselier · 8 years ago
  34. fb34238 Fix debug mode for vector/list and cleanup tests by Eric Fiselier · 8 years ago
  35. 47257c4 Add tests for unordered container tests and std::string by Eric Fiselier · 8 years ago
  36. fa31c10 Fix build errors in C++03 caused by recent debug changes by Eric Fiselier · 8 years ago
  37. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  38. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  39. 3010df9 Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly by Eric Fiselier · 8 years ago
  40. 99447c8 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 8 years ago
  41. ab9ab94 Enable -Wunreachable-code and fix duplicate warning flags by Eric Fiselier · 8 years ago
  42. e32aed8 Fix ASAN test failure by Eric Fiselier · 8 years ago
  43. 3414afa Fix -Wsign-compare warnings in re tests that only run on OS X by Eric Fiselier · 8 years ago
  44. 68e3ccb Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned by Eric Fiselier · 8 years ago
  45. f62eee4 Fix warning caused by platforms providing a signed wint_t by Eric Fiselier · 8 years ago
  46. f475367 Fix yet another missed -Wunused warning. Hopefully this is the last one by Eric Fiselier · 8 years ago
  47. 10dd69e Fix unused warning which only triggers in C++11 by Eric Fiselier · 8 years ago
  48. e978403 fix warnings only produced by apple-clang by Eric Fiselier · 8 years ago
  49. 9d2fd1f Fix missed sign-compare warning by Eric Fiselier · 8 years ago
  50. 0a1cbcf fix newly failing c++03 tests by Eric Fiselier · 8 years ago
  51. 3678f7d Fix another unused warning by Eric Fiselier · 8 years ago
  52. 50f6579 fix sign comparison warnings by Eric Fiselier · 8 years ago
  53. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  54. 0de917e Update doc and various cleanup by Eric Fiselier · 8 years ago
  55. 59c5cb0 Add test that _LIBCPP_VERSION matches __libcpp_version by Eric Fiselier · 8 years ago
  56. 20ace04 Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  57. 1d0d379 Fix XFAILS for is_trivially_destructible trait by Eric Fiselier · 8 years ago
  58. b7fe139 Fix typo by Eric Fiselier · 8 years ago
  59. cdc59e5 Add tests for LWG 2796 by Eric Fiselier · 8 years ago
  60. 90314c5 Add more test cases for PR31384 by Eric Fiselier · 8 years ago
  61. 1739d3e Add test case for PR31384 by Eric Fiselier · 8 years ago
  62. 9663ee4 Revert r289727 due to PR31384 by Eric Fiselier · 8 years ago
  63. 4a43541 XFAIL test for more apple-clang versions by Eric Fiselier · 8 years ago
  64. c480bc5 Work around bug in initialization of std::array base class with older clangs by Eric Fiselier · 8 years ago
  65. bad1d6c Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 8 years ago
  66. 7b7dedb [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. by Stephan T. Lavavej · 8 years ago
  67. 18e56b4 [libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array. by Eric Fiselier · 8 years ago
  68. a793c18 XFAIL test on apple-clang-7.0 by Eric Fiselier · 8 years ago
  69. ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. by Eric Fiselier · 8 years ago
  70. 6d95982 Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. by Eric Fiselier · 8 years ago
  71. 4d6f423 [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. by Stephan T. Lavavej · 8 years ago
  72. b988a6f [libcxx] [test] Change ifstream constructor tests to handle read-only files. by Stephan T. Lavavej · 8 years ago
  73. fbbec29 [libcxx] [test] Fix an improper assumption about Null Forward Iterators. by Stephan T. Lavavej · 8 years ago
  74. d8e3e93 Actually re-disable -Wsign-compare by Eric Fiselier · 8 years ago
  75. ab804f1 Re-disable -Wsign-compare for now. I didn't catch all occurrences by Eric Fiselier · 8 years ago
  76. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  77. 47dfc59 Fix copy/paste errors introduced in r289358 by Eric Fiselier · 8 years ago
  78. 11f64dc Fix undefined behavior in container swap tests. by Eric Fiselier · 8 years ago
  79. 12a450f Fix yet another dynamic exception spec by Eric Fiselier · 8 years ago
  80. e5bca2b Fix more uses of dynamic exception specifications in C++17 by Eric Fiselier · 8 years ago
  81. b61c998 Fix count_new.hpp to work w/o dynamic exception specifications by Eric Fiselier · 8 years ago
  82. 3e99c8b [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypunct_byname and numpunct_byname. by Eric Fiselier · 8 years ago
  83. eae7e51 [libcxx] [test] Fix string_view tests. by Stephan T. Lavavej · 8 years ago
  84. aa1d62b [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove an unused variable. by Stephan T. Lavavej · 8 years ago
  85. bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin by Eric Fiselier · 8 years ago
  86. e386ad3 Refactor uses_allocator test types for upcoming fixes by Eric Fiselier · 8 years ago
  87. 11715ba Put C++ ABI headers in a special build directory instead of the top level. by Eric Fiselier · 8 years ago
  88. f2f3637 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 8 years ago
  89. 3e541a6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 8 years ago
  90. f1cc7ff [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7. by Stephan T. Lavavej · 8 years ago
  91. 0e8cbce [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. by Stephan T. Lavavej · 8 years ago
  92. 62cd72c [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7. by Stephan T. Lavavej · 8 years ago
  93. f008c53 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. by Stephan T. Lavavej · 8 years ago
  94. 637a6f6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7. by Stephan T. Lavavej · 8 years ago
  95. c53fd92 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 1/7. by Stephan T. Lavavej · 8 years ago
  96. 22e3b2a Add more test cases to packaged_task copyability test by Eric Fiselier · 8 years ago
  97. 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
  98. 86e9c5f std::get<0>([std::variant constant expression]) *is* noexcept. by Casey Carter · 8 years ago
  99. 6504ee5 [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. by Stephan T. Lavavej · 8 years ago
  100. ae5809a [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. by Stephan T. Lavavej · 8 years ago