1. 461797d Fix warning in tuple tests. The test suite should now run clean with most warnings enabled by Eric Fiselier · 9 years ago
  2. 6bdead7 Add -Wno-unused-command-line-argument when running the test suite to prevent errors by Eric Fiselier · 9 years ago
  3. 12150a7 Fix const default initialization of lock_guard<> by Eric Fiselier · 9 years ago
  4. 629aa56 [libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid moving immovable types. by Eric Fiselier · 9 years ago
  5. 42e3e18 Improve portability of random_device tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  6. c02ca7f Improve portability of vector tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  7. a995776 Improve portability of hash tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  8. 5fb49ff Automatically detect export lists for OS X. by Eric Fiselier · 9 years ago
  9. d0eba8d Fix bad test that was previously getting ifdef-ed away by Eric Fiselier · 9 years ago
  10. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  11. 174432d Found a couple bugs in the test suite. No functionality change. by Marshall Clow · 9 years ago
  12. d9e1819 Partially Revert r272613. FreeBSD needs the non-trivial constructors in pair. by Eric Fiselier · 9 years ago
  13. 5a623cf Update errcat.objects tests so they test the bug fixed in r272640. by Eric Fiselier · 9 years ago
  14. d3f1134 Fix syntax error in r272640. by Eric Fiselier · 9 years ago
  15. 17402e3 Fix error checking for strerror_r implementations that return the error code. by Eric Fiselier · 9 years ago
  16. e443672 Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  17. 10d7856 Add missing include by Eric Fiselier · 9 years ago
  18. 1f471cb Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9 by Eric Fiselier · 9 years ago
  19. 10b52a0 Implement variadic lock_guard. by Eric Fiselier · 9 years ago
  20. a30cee2 Make system_error::message() thread safe. Fixes PR25598. by Eric Fiselier · 9 years ago
  21. 55ae1f0 Ignore depricated warnings from <ext/hash_map> and <ext/hash_set> by Eric Fiselier · 9 years ago
  22. bfdae20 Fix warnings in tests. by Eric Fiselier · 9 years ago
  23. 202acb7 Remove unused local var. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  24. afa2f43 Prevent truncation warning. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  25. 831bfc2 Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  26. d6c0cf0 Rename variables to prevent shadowing. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  27. 5e3bf9c Avoid name shadowing in test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  28. be6c5e1 Silence more unused variable warnings. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  29. bf5a418 Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option. by Eric Fiselier · 9 years ago
  30. d8df178 Add `REQUIRES: c++experimental` where appropriate. by Dan Albert · 9 years ago
  31. 42e8527 [streambuf] Added call to traits_type::copy to common case in xsgetn() by Evandro Menezes · 9 years ago
  32. 4241df3 Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change. by Marshall Clow · 9 years ago
  33. 94f5dfc Two more issues w/patches by Marshall Clow · 9 years ago
  34. f486825 Add notes for 2688 by Marshall Clow · 9 years ago
  35. 54f2d20 [CMake] Cleanup uses of USES_TERMINAL by Chris Bieneman · 9 years ago
  36. 9e65b66 Mark 2441 as ready by Marshall Clow · 9 years ago
  37. a5d22d5 Patch ready for #2436 by Marshall Clow · 9 years ago
  38. a8054c3 Added notes for a bunch of the issues by Marshall Clow · 9 years ago
  39. 0f3f60f Added notes about the issues for Oulu by Marshall Clow · 9 years ago
  40. 467eaf8 Avoid Shadowing warnings in the associative containers tests. Thanks to STL for the patch. by Marshall Clow · 9 years ago
  41. fb59f5c Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. by Marshall Clow · 9 years ago
  42. 10b4526 Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report. by Marshall Clow · 9 years ago
  43. 2700619 Don't call memmove when there's nothing to move. Fixes PR#27978. by Marshall Clow · 9 years ago
  44. 1575e3e [libcxx] Fix c++98 test failures. by Asiri Rathnayake · 9 years ago
  45. 0dd618b [libcxx] Fix thread join.pass.cpp segfault after r271475 by Asiri Rathnayake · 9 years ago
  46. 3bf0d98 Add not_fn test for throwing operator! by Eric Fiselier · 9 years ago
  47. dd74189 Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite. by Eric Fiselier · 9 years ago
  48. 03b9c6b Mark LWG issue 2545 as complete. Add extra tests by Eric Fiselier · 9 years ago
  49. b36940b Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it. by Eric Fiselier · 9 years ago
  50. a2cc95e Mark LWG issue 2218 as complete. by Eric Fiselier · 9 years ago
  51. f1dbeb4 Mark LWG issue 2336 as complete. There is nothing to do. by Eric Fiselier · 9 years ago
  52. e98bd2a Mark LWG issue 2250 as complete by Eric Fiselier · 9 years ago
  53. 400d356 Mark LWG issue 2450 as complete. by Eric Fiselier · 9 years ago
  54. d256280 Update libcxx.llvm.org documentation by linking to new docs. by Eric Fiselier · 9 years ago
  55. c230822 Add C++17 std::not_fn negator. by Eric Fiselier · 9 years ago
  56. a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests by Eric Fiselier · 9 years ago
  57. dbfa5b6 Remove enable_shared_from_this test since it leaks the control block and fails with ASAN by Eric Fiselier · 9 years ago
  58. 18e1ea6 Implement P0033R1 - Re-enabling shared_from_this by Eric Fiselier · 9 years ago
  59. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  60. 68db6cd Cleanup non-standard tests as reported by STL@microsoft.com. NFC. by Eric Fiselier · 9 years ago
  61. cad86ff [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 9 years ago
  62. 6cec342 Issues for Oulu by Marshall Clow · 9 years ago
  63. 8a8c114 Mark LWG issue 2520 as complete by Eric Fiselier · 9 years ago
  64. 57c164f Add tests that got missed in r271247. by Eric Fiselier · 9 years ago
  65. b169bb0 Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for it by Eric Fiselier · 9 years ago
  66. 7883d02 Mark LWG issue 2537 as complete by Eric Fiselier · 9 years ago
  67. 7d1c44c Mark LWG issue #2585 as complete by Eric Fiselier · 9 years ago
  68. 9791377 Mark LWG issue 2565 as complete. Update the tests to check it. by Eric Fiselier · 9 years ago
  69. efa8e88 Make string_view work with -fno-exceptions and get tests passing. by Eric Fiselier · 9 years ago
  70. 53d9966 Cleanup error handling when TLS creation fails by Eric Fiselier · 9 years ago
  71. e058f63 Mark LWG issue #2522 as complete by Eric Fiselier · 9 years ago
  72. 2aad5d5 Fix bug in test allocator that incorrectly computed the allocation size by Eric Fiselier · 9 years ago
  73. a3eac51 [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 9 years ago
  74. dcb35ad Add missing include to test_iterators.h by Eric Fiselier · 9 years ago
  75. d9343ac Fix PR27751. Add proper dependancies for install-libcxx-headers rule by Eric Fiselier · 9 years ago
  76. 1eb7445 Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string by Eric Fiselier · 9 years ago
  77. 1f21fcd Guard testing of tuple extensions to make tests portable by Eric Fiselier · 9 years ago
  78. 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in tests. by Eric Fiselier · 9 years ago
  79. 5163e46 [libcxx] Allow explicit pthread opt-in by Ben Craig · 9 years ago
  80. fc1962d Reorganize locale extension fallbacks. NFCI by Ben Craig · 9 years ago
  81. 14273e8 Cleanup superfluous std:: qualifiers in <type_traits> by Eric Fiselier · 9 years ago
  82. 7995c48 Optimize declval for compile times. Patch from Eric Niebler. by Eric Fiselier · 9 years ago
  83. ea76b44 Mark LWG2583 as complete. I did this a while ago, and forgot to update the table. by Marshall Clow · 9 years ago
  84. 2241cf0 Change the control flow in atomic_compare_exchange_strong to avoid a potential deadlock. by Marshall Clow · 9 years ago
  85. a3388c6 Test hijacking ADL for operator& in the stream iterator constructors. by Eric Fiselier · 9 years ago
  86. 995f64c Add test for r269789 by Eric Fiselier · 9 years ago
  87. d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof by Marshall Clow · 9 years ago
  88. 7f271a0 Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change by Marshall Clow · 9 years ago
  89. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 9 years ago
  90. 3cc263d Remove C++11 feature macros in tests. Use TEST_STD_VER instead. by Eric Fiselier · 9 years ago
  91. 5d98497 Add a test for uniqueptr having either NULL and nullptr by Marshall Clow · 9 years ago
  92. eaba7bb Add a couple of _LIBCPP_ASSERT calls. No functional change. by Marshall Clow · 9 years ago
  93. 10a6829 Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds. by Asiri Rathnayake · 9 years ago
  94. aee206a Apply D20014 - fix a missing return in a test. Fixes PR#27720 by Marshall Clow · 9 years ago
  95. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 9 years ago
  96. 4e69be0 Generate code coverage for experimental libraries by Eric Fiselier · 9 years ago
  97. 8c8f0e5 Enable Pthread threading API on Solaris. Fix PR27677 by Eric Fiselier · 9 years ago
  98. ab46ace Fix memory_resource build for _LIBCPP_HAS_NO_THREADS by Eric Fiselier · 9 years ago
  99. 1354c94 Update TS implementation status page by Eric Fiselier · 9 years ago
  100. 4db388b Change allocator<T>::allocate to throw length_error, not bad_alloc by Eric Fiselier · 9 years ago