1. 03b862f Remove random_shuffle in C++17. Please use shuffle instead. If you have to, you cant get it back by defining _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE before including any libc++ headers. by Marshall Clow · 7 years ago
  2. 46da6b8 Silence a couple of 'unused variable' warnings in c++03 tests. No functional change by Marshall Clow · 7 years ago
  3. ad3680b Worked around GCC bug 56480. Explicit specialization in a different namespace. by Michael Park · 7 years ago
  4. 570f32c Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17 by Marshall Clow · 7 years ago
  5. af552ba Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 by Marshall Clow · 7 years ago
  6. 0309626 Address post-commit review comments regarding test_workarounds.h by Eric Fiselier · 7 years ago
  7. 0da4cb8 [libc++] Work around C1XX bug which breaks poisoned hash tests. by Eric Fiselier · 7 years ago
  8. faf14a5 Fix test failure I introduced by Marshall Clow · 7 years ago
  9. 6b6874c Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot. by Marshall Clow · 7 years ago
  10. 6ccca38 Add a bit more to one of the chrono tests by Marshall Clow · 7 years ago
  11. cf6e0db Implement P0548: 'common_type and duration' This involves a subtle change in the return type of the unary +/- operators for std::chrono::duration, though I expect that no one will notice. by Marshall Clow · 7 years ago
  12. 0b1f95b Add two more papers from Kona, and sort them by Marshall Clow · 7 years ago
  13. 2d4c3fa Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too by Marshall Clow · 7 years ago
  14. e807cbc Add deployment knobs to tests (for Apple platforms) by Mehdi Amini · 7 years ago
  15. 0b23f9c Fixed unintentional assignment-in-assert in new "extending memory management tools" algorithms. by Billy Robert O'Neal III · 7 years ago
  16. 7a16fa8 Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to do for them. by Marshall Clow · 7 years ago
  17. 755dd59 Also mark LWG#2785 as complete, because we already implemented that by Marshall Clow · 7 years ago
  18. abba685 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 7 years ago
  19. dd1f059 Fix cmake to find the compiler-rt libs on darwin by Bruno Cardoso Lopes · 7 years ago
  20. 5cdf673 fix test coverage capture dirs by Eric Fiselier · 7 years ago
  21. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 7 years ago
  22. 76880f5 Fix DoNotOptimize on MSVC by Eric Fiselier · 7 years ago
  23. 3b7c134 Disable unsigned integer sanitizer for basic_string::replace(). Patch from tomcherry@google.com by Eric Fiselier · 7 years ago
  24. 15da97c [libc++] Avoid double defining macro on Windows by Shoaib Meenai · 7 years ago
  25. f1dab68 Fix PR32183 - Wrap GCC exception implementation in missing namespace std by Eric Fiselier · 7 years ago
  26. 6f8ab3e Add list of filesystem NB comments to TODO.TXT so they can be tracked separately by Eric Fiselier · 7 years ago
  27. f158316 Mark LWG 2806 as complete. Libc++ speculatively shiped this change in 4.0 by Eric Fiselier · 7 years ago
  28. 27d4f66 Mark LWG 2789 as complete. No changes required by Eric Fiselier · 7 years ago
  29. 7c7df64 Implement LWG 2787 - [file_status.cons] is inconsistent by Eric Fiselier · 7 years ago
  30. b537d38 Mark LWG 2781 as complete. No changes required by Eric Fiselier · 7 years ago
  31. 76a3c66 Mark two any_cast issues as complete by Eric Fiselier · 7 years ago
  32. 5a99cf1 Updated email address in `CREDITS.txt`. by Michael Park · 7 years ago
  33. cd6055e Header update with info about the current status of C++17 by Marshall Clow · 7 years ago
  34. e116393 Update list with changes from Kona meeting by Marshall Clow · 7 years ago
  35. 45a6abf Fix nonsense comment by Eric Fiselier · 7 years ago
  36. b75f6de teach LIT how to detect the glibc version by Eric Fiselier · 7 years ago
  37. a075831 Remove the buildit and testit scripts; they haven't been supported in years by Eric Fiselier · 7 years ago
  38. c1b1d7f Fix hash requirements check in __hash_table. by Eric Fiselier · 7 years ago
  39. c795c2a Fix libc++ test to pass in C++03 mode by Mehdi Amini · 7 years ago
  40. f4dfb45 Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES by Eric Fiselier · 7 years ago
  41. 04732df Fix sign-compare warning in test; Oddly this only appears on OS X by Eric Fiselier · 7 years ago
  42. 778ec30 Work around test failure on 32 bit OS X by Eric Fiselier · 7 years ago
  43. 92dbfc4 remove max_size() extension from polymorphic_allocator. It is unneeded by Eric Fiselier · 7 years ago
  44. 3df9fd8 Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp when ran in c++11 mode 32 bits by Mehdi Amini · 7 years ago
  45. 0cbd39f Work around GCC linking errors within libc++abi due to missing new/delete definitions by Eric Fiselier · 7 years ago
  46. f282bc8 Fix test failures caused by new/delete calls getting optimized away by Eric Fiselier · 7 years ago
  47. c6748b2 Update ABI list for 4.0 release by Eric Fiselier · 7 years ago
  48. dc69aac [libc++] Add option to disable new/delete overloads when libc++abi provides them. by Eric Fiselier · 7 years ago
  49. 6b73492 [libc++] Make _LIBCPP_TYPE_VIS export members by Shoaib Meenai · 7 years ago
  50. 24e8dbd [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members by Shoaib Meenai · 7 years ago
  51. 4795f13 [libc++] Mark some std::num_get method templates inline by Shoaib Meenai · 7 years ago
  52. 459bbcd Remove more usages of REQUIRES-ANY in the test-suite by Eric Fiselier · 7 years ago
  53. bd89190 Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 7 years ago
  54. c10e963 Revert "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 7 years ago
  55. a30d98b Fix python 3 syntax error in sym_diff by Eric Fiselier · 7 years ago
  56. 5876a62 Fix Apple-specific XFAIL directive in libc++ test by Mehdi Amini · 7 years ago
  57. d3acadc Fix Apple-specific XFAIL directive in libc++ test by Mehdi Amini · 7 years ago
  58. c57fb58 Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF. by Eric Fiselier · 7 years ago
  59. 29ed46b [libcxx] Support threads on Fuchsia by Petr Hosek · 7 years ago
  60. 0987c0c Mark test as unsupported in C++11 by Eric Fiselier · 7 years ago
  61. f9ddb9a Fix test failures due to bad test hasher by Eric Fiselier · 7 years ago
  62. c642236 Improve diagnostics when an invalid hash is used in an unordered container. by Eric Fiselier · 7 years ago
  63. 67f7a78 Fix PR32097 - is_abstract doesn't work on class templates. by Eric Fiselier · 7 years ago
  64. 0268c19 Updated the XFAIL comment in variant tests. by Michael Park · 7 years ago
  65. 244033d Remove XFAIL in implicit_deduction_guides tests by Steven Wu · 7 years ago
  66. 3f017a8 Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC. by Asiri Rathnayake · 7 years ago
  67. 62aeff9 Fix typo in error message. NFC. by Asiri Rathnayake · 7 years ago
  68. dec9851 Fix cmake dependency for the external-thread-library variant. NFC. by Asiri Rathnayake · 7 years ago
  69. e891cc8 Revert "threading_support: make __thread_sleep_for be alertable" by Saleem Abdulrasool · 7 years ago
  70. 7556597 test: silence warnings on clang under clang-cl by Saleem Abdulrasool · 7 years ago
  71. 1eab168 math: add type promoting template definition on MSVCRT by Saleem Abdulrasool · 7 years ago
  72. 524f109 test: explicitly size enumeration by Saleem Abdulrasool · 7 years ago
  73. 958d196 test: prevent incorrect quoting of paths by Saleem Abdulrasool · 7 years ago
  74. 29a8300 math: fix typo in macro by Saleem Abdulrasool · 7 years ago
  75. e72cf6d cmath: Use c99 math on a new enough msvcrt by Saleem Abdulrasool · 7 years ago
  76. b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 7 years ago
  77. ba5f008 Use inline namespaces with GCC instead of __attribute__((__strong__)). by Eric Fiselier · 7 years ago
  78. 8c9af4d Remove dead code in test by Eric Fiselier · 7 years ago
  79. 836ae8f add implicit deduction guide tests for string_view by Eric Fiselier · 7 years ago
  80. 224dbbb Work around Clang assertion when testing C++17 deduction guides with '-g'. by Eric Fiselier · 7 years ago
  81. 6ebcc5c Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES by Eric Fiselier · 7 years ago
  82. 515ba55 [libcxx] Remove unexpected handlers in C++17 by Eric Fiselier · 7 years ago
  83. f9aeac6 Mark a couple for basic_string member templates as inline. no ABI change this time. by Eric Fiselier · 7 years ago
  84. 43ec7b8 update revision in CHANGELOG.TXT and fix python error by Eric Fiselier · 7 years ago
  85. 25380e4 Remove more basic_string member function templates from the dylib exports by Eric Fiselier · 7 years ago
  86. 0eaf2e8 [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. by Eric Fiselier · 7 years ago
  87. 4203bfb add tests for ENAMETOOLONG by Eric Fiselier · 7 years ago
  88. d585455 Update a couple of issue statuses by Marshall Clow · 7 years ago
  89. af5f91f math: correct the MSVCRT condition by Saleem Abdulrasool · 7 years ago
  90. e80bd1a threading_support: make __thread_sleep_for be alertable by Saleem Abdulrasool · 7 years ago
  91. 2c477cb Add tests for noexcept functions by Eric Fiselier · 7 years ago
  92. 5748d2b config: disable thread safety analysis on COFF by Saleem Abdulrasool · 7 years ago
  93. 766ba68 math: actually pull the declarations/overloads into std by Saleem Abdulrasool · 7 years ago
  94. 7f5b63b test: mark another test as requiring pthreads by Saleem Abdulrasool · 7 years ago
  95. bacb35f math: follow up to SVN r294902 by Saleem Abdulrasool · 7 years ago
  96. bd18417 test: use char32_t rather than wchar_t by Saleem Abdulrasool · 7 years ago
  97. effe3dc test: mark requirement for pthread test by Saleem Abdulrasool · 7 years ago
  98. be3d93c math: pull more C functions from std by Saleem Abdulrasool · 7 years ago
  99. 0849d28 test: squelch -Wreturn-type error by Saleem Abdulrasool · 7 years ago
  100. 430800d cmath: adjust math forwards for Windows by Saleem Abdulrasool · 7 years ago