1. 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
  2. 515ba55 [libcxx] Remove unexpected handlers in C++17 by Eric Fiselier · 7 years ago
  3. f9aeac6 Mark a couple for basic_string member templates as inline. no ABI change this time. by Eric Fiselier · 7 years ago
  4. 43ec7b8 update revision in CHANGELOG.TXT and fix python error by Eric Fiselier · 7 years ago
  5. 25380e4 Remove more basic_string member function templates from the dylib exports by Eric Fiselier · 7 years ago
  6. 0eaf2e8 [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. by Eric Fiselier · 7 years ago
  7. 4203bfb add tests for ENAMETOOLONG by Eric Fiselier · 7 years ago
  8. d585455 Update a couple of issue statuses by Marshall Clow · 7 years ago
  9. af5f91f math: correct the MSVCRT condition by Saleem Abdulrasool · 7 years ago
  10. e80bd1a threading_support: make __thread_sleep_for be alertable by Saleem Abdulrasool · 7 years ago
  11. 2c477cb Add tests for noexcept functions by Eric Fiselier · 7 years ago
  12. 5748d2b config: disable thread safety analysis on COFF by Saleem Abdulrasool · 7 years ago
  13. 766ba68 math: actually pull the declarations/overloads into std by Saleem Abdulrasool · 7 years ago
  14. 7f5b63b test: mark another test as requiring pthreads by Saleem Abdulrasool · 7 years ago
  15. bacb35f math: follow up to SVN r294902 by Saleem Abdulrasool · 7 years ago
  16. bd18417 test: use char32_t rather than wchar_t by Saleem Abdulrasool · 7 years ago
  17. effe3dc test: mark requirement for pthread test by Saleem Abdulrasool · 7 years ago
  18. be3d93c math: pull more C functions from std by Saleem Abdulrasool · 7 years ago
  19. 0849d28 test: squelch -Wreturn-type error by Saleem Abdulrasool · 7 years ago
  20. 430800d cmath: adjust math forwards for Windows by Saleem Abdulrasool · 7 years ago
  21. c253e58 Remove a now unneeded __CloudABI__ check. by Ed Schouten · 7 years ago
  22. ff5eeb6 Fix the build of thread.cpp on CloudABI. by Ed Schouten · 7 years ago
  23. 197b882 Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd. by Marshall Clow · 7 years ago
  24. ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. by Marshall Clow · 7 years ago
  25. 00d9a94 Fix yet another Apple buildit bug by Eric Fiselier · 7 years ago
  26. f2dbd02 Attempt to fix Apple buildit bots by Eric Fiselier · 7 years ago
  27. 1edf316 Recommit "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  28. d3298ad Revert "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  29. e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2 by Eric Fiselier · 7 years ago
  30. 4aac249 test: XFAIL windows for non-portable test by Saleem Abdulrasool · 7 years ago
  31. 74ec9d7 test: fix test under Windows by Saleem Abdulrasool · 7 years ago
  32. f3078f6 properly escape compiler path in .sh.cpp tests by Eric Fiselier · 7 years ago
  33. b9eccbe test: allow -target usage on Windows by Saleem Abdulrasool · 7 years ago
  34. 801e00b Correctly default to using the system libc++abi on Apple. by Eric Fiselier · 7 years ago
  35. d60b66a Split exception.cpp and new.cpp implementation into different files for different runtimes. by Eric Fiselier · 7 years ago
  36. e7bee0d docs: add some documentation for building on Windows by Saleem Abdulrasool · 7 years ago
  37. 4fd0d50 Attempt to fix finding clang++ on Windows by Eric Fiselier · 7 years ago
  38. 29e1142 __threading_support: fix windows build by Saleem Abdulrasool · 7 years ago
  39. 7666130 Fully qualify (preprend ::) calls to math functions from libc by Mehdi Amini · 7 years ago
  40. 917331c Check for musl-libc's max_align_t in addition to other variants. by David L. Jones · 7 years ago
  41. 7be9c9a Add missing libc++ import by Eric Fiselier · 7 years ago
  42. 5115d24 add missing python import by Eric Fiselier · 7 years ago
  43. ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx. by Eric Fiselier · 7 years ago
  44. 1147753 Start libc++ python cleanup and consolidation. by Eric Fiselier · 7 years ago
  45. d8b62dc Fix PR31916 - std::visit rejects visitors accepting lvalue arguments by Eric Fiselier · 7 years ago
  46. 5a0c9c3 Use protected name for the prototype arguments. by Joerg Sonnenberger · 7 years ago
  47. 1b93961 Threading support: externalize sleep_for() function. by Asiri Rathnayake · 7 years ago
  48. f4699a5 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 7 years ago
  49. 5995503 Update info for LWG 2665 in upcoming_meeting.html by Eric Fiselier · 7 years ago
  50. 6c7c93f [test] Fix hard_link_count test to account for fs with dir nlink==1 by Michal Gorny · 7 years ago
  51. 1b8fc14 Temporarily disable the LCM/GCD tests under UBSAN. by Marshall Clow · 7 years ago
  52. 34da9b5 Add missing include in <numeric> by Eric Fiselier · 7 years ago
  53. 25f28d0 Prevent UBSAN from generating unsigned overflow diagnostics in the hashing internals by Eric Fiselier · 7 years ago
  54. fecf057 Fix bugs in filesystem detected by _LIBCPP_ASSERT. by Eric Fiselier · 7 years ago
  55. 2b495bd fix python3 syntax error by Eric Fiselier · 7 years ago
  56. cd4ab9c Fix test failures when using modules. by Eric Fiselier · 7 years ago
  57. 5a78d25 Use copy.deepcopy instead of doing it manually. by Dan Albert · 7 years ago
  58. 426546e Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. by Marshall Clow · 7 years ago
  59. 542c6e8 Mark LWG2784 as ready by Marshall Clow · 7 years ago
  60. 166d27e filesystem: return the constructed object by Saleem Abdulrasool · 8 years ago
  61. 24597f2 Add some tests to verify that we implement LWG#2837 correctly. No functional change. by Marshall Clow · 8 years ago
  62. c3eec46 Fix a typo - extra '>' by Marshall Clow · 8 years ago
  63. 5a00ab8 Set up 'upcoming meeting' bug list by Marshall Clow · 8 years ago
  64. cda122b Refer to _LIBCPP_MSVC macro where applicable by Saleem Abdulrasool · 8 years ago
  65. a67aa06 Mark LWG 2765 as complete. No changes needed by Eric Fiselier · 8 years ago
  66. 07d23d5 Implement LWG 2773 - std::ignore should be constexpr. by Eric Fiselier · 8 years ago
  67. fdbd18f [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  68. 19ab479 [libcxx] [test] Fix comment typos. by Stephan T. Lavavej · 8 years ago
  69. b40cb98 [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. by Stephan T. Lavavej · 8 years ago
  70. 041fb56 [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object prevents copy elision". by Stephan T. Lavavej · 8 years ago
  71. 02af098 [libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT. by Stephan T. Lavavej · 8 years ago
  72. 0eb6bb8 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3. by Stephan T. Lavavej · 8 years ago
  73. 9396079 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. by Stephan T. Lavavej · 8 years ago
  74. 5597800 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3. by Stephan T. Lavavej · 8 years ago
  75. 0becc20 Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noexcept by default, so it's not really needed, but the other exception classes have the _NOEXCEPT, and gcc complains if these are missing. I think we should remove them all - but not today. by Marshall Clow · 8 years ago
  76. a1c7fbb Fix variant build errors with GCC 7 by Eric Fiselier · 8 years ago
  77. d78b104 Adjust Apple ABI list after r294133 by Eric Fiselier · 8 years ago
  78. d55abe9 Adjust Linux ABI list after r294133 by Eric Fiselier · 8 years ago
  79. e2261bd Change the base class of std::bad_optional_access. This is a (subtle) ABI change, and is in response to http://http://wg21.link/LWG2806, which I *expect* to be adopted in Kona. I am making this change now in anticipation, and will get it into 4.0, because (a) 4.0 is the first release with std::optional, and (b) I don't want to make an ABI-change later, when the user base should be significantly larger. Note that I didn't change std::experimental::bad_optional_access, because that's still specified to derive from std::logic_error. by Marshall Clow · 8 years ago
  80. 7566869 filesystem: fix n4100 conformance for `temp_directory_path` by Saleem Abdulrasool · 8 years ago
  81. 1138f04 Remove CMake hack by Eric Fiselier · 8 years ago
  82. dab8677 Fix typo in docs by Eric Fiselier · 8 years ago
  83. b89eba0 Recommit [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  84. 236b752 Fix inconsistency in tuple's SFINAE. Patch from Andrey Khalyavin" by Eric Fiselier · 8 years ago
  85. 9e6abfa Mark basic_string::assign templates as inline to improve ABI stability. by Eric Fiselier · 8 years ago
  86. b1b1dcf Undefine min/max in __tree by Eric Fiselier · 8 years ago
  87. e520f0b Avoid implementation defined behavior in a test. by Dan Albert · 8 years ago
  88. 1773efd Extend XFAIL to c++98. by Asiri Rathnayake · 8 years ago
  89. 90b3732 Fix up some no-exception compile failures by Marshall Clow · 8 years ago
  90. cb14d02 Workaround new -Wshadow warning introduced by r293599 by Alex Lorenz · 8 years ago
  91. 9247fd2 Fix PR#31779: basic_string::operator= isn't exception safe. by Marshall Clow · 8 years ago
  92. e70b4ec Revert "Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`" by Justin Bogner · 8 years ago
  93. 445b823 experimental: avoid using raw _WIN32 in filesystem by Saleem Abdulrasool · 8 years ago
  94. 5c518e1 experimental: port directory_iterator to Windows by Saleem Abdulrasool · 8 years ago
  95. 1d3b737 experimental: add missing file header by Saleem Abdulrasool · 8 years ago
  96. 52241cb experimental: remove some extraneous _LIBCPP_FUNC_VIS by Saleem Abdulrasool · 8 years ago
  97. eebb4f7 experimental: inline single use of a typedef by Saleem Abdulrasool · 8 years ago
  98. b35cd98 experimental: tolerate the existence of a `__deref` macro by Saleem Abdulrasool · 8 years ago
  99. 2868162 experimental: remove dead function by Saleem Abdulrasool · 8 years ago
  100. bc11659 config: prevent the re-definition of a macro by Saleem Abdulrasool · 8 years ago