1. c4f0f1e Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice). by Marshall Clow · 6 years ago
  2. f45b25b Fix ODR violation: namespace-scope helpers should not be declared 'static'. by Richard Smith · 6 years ago
  3. e45e064 Mark P0556 as 'in progress' by Marshall Clow · 6 years ago
  4. cd04d45 [libc++] Fix handling of negated character classes in regex by Louis Dionne · 6 years ago
  5. 39ad1d1 [libc++] Remove race condition in std::async by Louis Dionne · 6 years ago
  6. b2dd769 Comment out #define __cpp_lib_node_extract, we only support half of that functionality by Erik Pilkington · 6 years ago
  7. ed6c20e Disable the aligned allocation test on old mac versions instead of XFAILing it by Reid Kleckner · 6 years ago
  8. c39fe08 Add diagnostics for min/max algorithms when a InputIterator is used. by Eric Fiselier · 6 years ago
  9. 1e22fa5 Attempt to unbreak filesystem tests on certain linux distros. by Eric Fiselier · 6 years ago
  10. 4c90425 Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). by Marshall Clow · 6 years ago
  11. 36711b2 Teach libc++ to use native NetBSD's max_align_t by Kamil Rytarowski · 6 years ago
  12. f017e1e Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as https://reviews.llvm.org/D50876 by Marshall Clow · 6 years ago
  13. 6c37235 Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots by Marshall Clow · 6 years ago
  14. 245791a Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815" by Vitaly Buka · 6 years ago
  15. aec9e0e [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback by Hubert Tong · 6 years ago
  16. fbd4673 Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 by Marshall Clow · 6 years ago
  17. 61b0a00 [libcxx] By default, do not use internal_linkage to hide symbols from the ABI by Louis Dionne · 6 years ago
  18. 43d7c79 Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 by Marshall Clow · 6 years ago
  19. a87d980 Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change. by Marshall Clow · 6 years ago
  20. 6217600 libcxx: Mark __temp_value::__temp_value as _LIBCPP_NO_CFI. by Peter Collingbourne · 6 years ago
  21. f27313a For FreeBSD, don't define _M in nasty_macros.hpp by Dimitry Andric · 6 years ago
  22. a1b4766 [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions by Louis Dionne · 6 years ago
  23. 010c53f [libc++] Disable failing C11 feature tests for <cfloat> and <float.h> by Louis Dionne · 6 years ago
  24. 51a2f0c [libc++] Detect C11 features on non-Clang compilers by Louis Dionne · 6 years ago
  25. cbc40b6 [libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES by Louis Dionne · 6 years ago
  26. 8ddc6c6 [CMake] Fix the LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY option by Martin Storsjo · 6 years ago
  27. 4d52143 [libc++] Add missing #include in C11 features tests by Louis Dionne · 6 years ago
  28. 6699cd3 [libcxx] Mark charconv tests as failing for previous libcxx versions. by Volodymyr Sapsai · 6 years ago
  29. 836b7e9 [libc++] Enable aligned allocation based on feature test macro, irrespective of standard by Louis Dionne · 6 years ago
  30. 5428c6b [libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp. by Billy Robert O'Neal III · 6 years ago
  31. d39a48c [libcxx] [test] Allow a standard library that implements LWG 1203 in istream.rvalue/rvalue.pass.cpp by Billy Robert O'Neal III · 6 years ago
  32. 76dae9f [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp by Billy Robert O'Neal III · 6 years ago
  33. d963dbf [libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by <bitset> by Billy Robert O'Neal III · 6 years ago
  34. 8989fab [libcxx] [test] Add missing <stdexcept> in several tests. by Billy Robert O'Neal III · 6 years ago
  35. 5ae92f0 [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro by Louis Dionne · 6 years ago
  36. de13480 Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT. by Marshall Clow · 6 years ago
  37. 2580fdb [NFC][libc++] Consistently use spaces to indent by Louis Dionne · 6 years ago
  38. e25adff Make my new test harness work w/c++03 by Marshall Clow · 6 years ago
  39. 3a225ef Update the changes to the array tests (that I committed yesterday) to use the test_comparison routines that I committed last week. NFC. by Marshall Clow · 6 years ago
  40. 88f5d7a Implement P1023: constexpr comparison operators for std::array by Marshall Clow · 6 years ago
  41. 48282b6 Implement P0887: The identity metafunction by Marshall Clow · 6 years ago
  42. db9b3d8 Update version to 8.0.0svn: cmake, includes files and docs by Hans Wennborg · 6 years ago
  43. f7410f4 [libc++] Fix GCC 7.2.0 macro redefinition warning by Louis Dionne · 6 years ago
  44. 80f0ca0 [libc++] Fix build failures after merging <charconv> by Zhihao Yuan · 6 years ago
  45. dc38e97 [libc++][C++17] Elementary string conversions for integral types by Zhihao Yuan · 6 years ago
  46. 6952d14 [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY by Louis Dionne · 6 years ago
  47. 36fc737 First half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  48. ea96e3a Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it by Marshall Clow · 6 years ago
  49. 4983a7a Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063 by Marshall Clow · 6 years ago
  50. 8a16d40 import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet. by Marshall Clow · 6 years ago
  51. 1bef51a Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underlying C library has C11 features. In C++17, we use those features. <__config> defines a similar macro, _LIBCPP_HAS_C11_FEATURES, but we don't want to use that in the library-independent parts of the tests, so define the new one. Also add a libc++-specific test to make sure the two stay in sync. by Marshall Clow · 6 years ago
  52. decf28e Code cleanup - change naked 'throw' expressions to call helpre function '__throw_future_error'. The behavior change is that if you build libc++ with exceptions disabled, and then use that in a program that sets the value of the future twice (for example), it will now abort instead of behaving unpredictably. by Marshall Clow · 6 years ago
  53. 379cbeb [libcxx] fix `>> 42` UB in <experimental/simd> by Tim Shen · 6 years ago
  54. 154f393 Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  55. b6244cf Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  56. 3732995 [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to. by Tim Shen · 6 years ago
  57. 8634f6f [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4 by Jordan Rupprecht · 6 years ago
  58. 67fff22 [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  59. 7e850a8 Move Filesystem namespace definition out of a clang specific ifdef block. by Eric Fiselier · 6 years ago
  60. bc3f403 Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 6 years ago
  61. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  62. 789c372 Correctly mark the Filesystem status as complete. by Eric Fiselier · 6 years ago
  63. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  64. 47d2a98 [CMake] Don't generate linker script only when shared library isn't statically linked by Petr Hosek · 6 years ago
  65. 14535e3 Copy LLVM CMake configuration for CMake Policy CMP0068 by Eric Fiselier · 6 years ago
  66. 8928a12 Be more consistent about which bool value means an error occurred by Eric Fiselier · 6 years ago
  67. d1759cf Cleanup the last_write_time internals by Eric Fiselier · 6 years ago
  68. cff3d7b Correct comment about stat truncating st_mtimespec to seconds by Eric Fiselier · 6 years ago
  69. 94d2ed5 Fix attribute placement WRT extern C by Eric Fiselier · 6 years ago
  70. 6655abb Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds. by Eric Fiselier · 6 years ago
  71. 8940394 Add print statements to help debugging by Eric Fiselier · 6 years ago
  72. 6b101f1 [libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefined) by Eric Fiselier · 6 years ago
  73. 104b331 [libc++] Follow-up to r337968: use an explicit cast as suggested by Eric by Alex Lorenz · 6 years ago
  74. 162ce3f [CMake] Don't install c++abi headers in standalone libc++ build by Petr Hosek · 6 years ago
  75. 98e5322 Work around GCC bug in constexpr function by Eric Fiselier · 6 years ago
  76. 39ee0c6 Fix GCC build in C++14 w/o c++14 constexpr by Eric Fiselier · 6 years ago
  77. 0c29afa Remove test which shouldn't have been committed by Eric Fiselier · 6 years ago
  78. d2992ce Fix failing test under C++14 by Eric Fiselier · 6 years ago
  79. 7450cbb [libc++] Follow-up to r337960: specify lambda's return type to avoid by Alex Lorenz · 6 years ago
  80. 6ac9255 Make <experimental/filesystem> compile with gcc 4.8.5 by Eric Fiselier · 6 years ago
  81. 81872e9 [libc++] Use __int128_t to represent file_time_type. by Eric Fiselier · 6 years ago
  82. a1ae56c [libc++] Factor duplicate code into function templates by Louis Dionne · 6 years ago
  83. b52e084 [windows] Fix warning about comparing ints of different signs by Martin Storsjo · 6 years ago
  84. d9cfbf1 [NFC] Fix grammatical mistakes in libc++ FileTimeType design docs by Louis Dionne · 6 years ago
  85. e428b57 Fix diagnostic test to tolerate Clang diagnosing it as well. by Eric Fiselier · 6 years ago
  86. ed7123b Fix another typo in the FileTimeType docs by Eric Fiselier · 6 years ago
  87. f562b9b Fix typos, spelling, and grammar in the FileTimeType design docs. by Eric Fiselier · 6 years ago
  88. 8410c81 Fix bugs in create_directory implementation. by Eric Fiselier · 6 years ago
  89. bb00305 Fix missing includes in format_string.hpp helper by Eric Fiselier · 6 years ago
  90. d3e32d2 New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773 by Marshall Clow · 6 years ago
  91. 2493db4 Make <experimental/filesystem> explicitly require C++11. by Eric Fiselier · 6 years ago
  92. 0fbaa11 Ensure path::iterator and PathParser share the same enumeration values. by Eric Fiselier · 6 years ago
  93. 88dfb6d Add design docs for upcoming file_time_type change. by Eric Fiselier · 6 years ago
  94. d2e2a02 Mark <span> as complete by Marshall Clow · 6 years ago
  95. 89d973a [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  96. 83f3cdc [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone build by Petr Hosek · 6 years ago
  97. 2be41bb Stop wrapping __has_include in another macro by Alexander Richardson · 6 years ago
  98. ad7e935 Fix use of incorrect _LIBCXX macro (should be _LIBCPP). by Eric Fiselier · 6 years ago
  99. 44ef94a Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  100. 39bc5e7 fix nesting of namespace and standard-version check. Also include <__config> by Marshall Clow · 6 years ago