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