1. 8592d0a Fix missing return in __tuple_leaf::__can_bind_reference when __reference_binds_to_temporary added in r323380. by Eric Fiselier · 6 years ago
  2. cc70488 Implement LWG2783: stack::emplace() and queue::emplace() should return decltype(auto) by Marshall Clow · 6 years ago
  3. 8286acc [libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference binding in std::tuple. by Eric Fiselier · 6 years ago
  4. e54a22f [libcxx] Correctly handle invalid regex character class names by Mikhail Maltsev · 6 years ago
  5. a351d79 include <cstdint> to get uint32_t by Marshall Clow · 7 years ago
  6. 1cadd88 libcxx: Allow auto-linking to be disabled with a macro. by Peter Collingbourne · 7 years ago
  7. a11e68f Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org/D35472 by Marshall Clow · 7 years ago
  8. 087c5ab libcxx: Rename vasprintf function to __libcpp_vasprintf. by Peter Collingbourne · 7 years ago
  9. c0a4761 [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional ones. by Don Hinton · 7 years ago
  10. f493c2f libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. by Peter Collingbourne · 7 years ago
  11. 59f2389 libcxx: Move Windows threading support into a .cpp file. by Peter Collingbourne · 7 years ago
  12. e2341ac Update cxx2a status by Marshall Clow · 7 years ago
  13. 5b12e3b Last batch of P0202 constexpr additions: includes/set_intersection/exchange by Marshall Clow · 7 years ago
  14. 63be418 Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remove_copy_if/reverse_copy, and tests (commented out) for rotate_copy, because that depends on std::copy by Marshall Clow · 7 years ago
  15. a15161a Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare by Marshall Clow · 7 years ago
  16. 65d4ee3 [cmake] [libcxx] Fix find_path() problems when cross compiling. by Don Hinton · 7 years ago
  17. c84b496 Add (commented out) constexpr tests for copy/copy_backwards/copy_if/copy_n. These will be enabled when that part of P0202 is implemented. NFC at this time. by Marshall Clow · 7 years ago
  18. 27ae75c Really comment out the constexpr tests. by Marshall Clow · 7 years ago
  19. 46ea17e Change a static_assert to check for is_trivial instead of is_pod, as is mandated by P0767. by Marshall Clow · 7 years ago
  20. f7e345a implement (but leave commented out) the constexpr tests from P0202 for std::merge. merge requires std::copy, which isn't constexpr yet. by Marshall Clow · 7 years ago
  21. 48a4655 More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us. by Marshall Clow · 7 years ago
  22. a75d613 More P0202 constexpr-ifying in <algorithm>. This commit handles replace/replace_if/replace_copy/replace_copy_if. by Marshall Clow · 7 years ago
  23. ecd1909 More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'. by Marshall Clow · 7 years ago
  24. 445101c Wrote my own version of is_permutation; that was dominating the timings by Marshall Clow · 7 years ago
  25. 4bb655f Add memory tracking by Marshall Clow · 7 years ago
  26. 226431c Use high_resolution_clock instead of steady_clock. Also now builds with gcc 7.2 (for comparison purposes) by Marshall Clow · 7 years ago
  27. ad7b096 A simple program for testing OSS-Fuzz test cases locally. by Marshall Clow · 7 years ago
  28. fd2e3e9 Update Google Benchmark library by Eric Fiselier · 7 years ago
  29. 457d2c1 Fix most GCC test failures. by Eric Fiselier · 7 years ago
  30. a12e237 libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions without dllimport. by Peter Collingbourne · 7 years ago
  31. 74cb4f5 Fix nodiscard failure tests on compilers w/o -verify. by Eric Fiselier · 7 years ago
  32. eb3052c libcxx: Disable CFI in function std::get_temporary_buffer. by Peter Collingbourne · 7 years ago
  33. 9c2eed8 libcxx: Stop using private MSVC macros in the exception implementation. by Peter Collingbourne · 7 years ago
  34. d608220 More constexpr algorithms from P0202. search/search_n by Marshall Clow · 7 years ago
  35. 661dff0 Change an internal table of constants for the poisson distribution from by Marshall Clow · 7 years ago
  36. 39b8862 More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search by Marshall Clow · 7 years ago
  37. f1caa62 Actually CALL the constexpr tests. by Marshall Clow · 7 years ago
  38. 4cd5965 More constexpr (re P0202) - equal and mismatch by Marshall Clow · 7 years ago
  39. 5af38a0 Fix constexpr failure on C++11-based buildbots. by Marshall Clow · 7 years ago
  40. 0dc8ca7 More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. by Marshall Clow · 7 years ago
  41. 82091c2 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. by Marshall Clow · 7 years ago
  42. 6a1c2ff More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. by Marshall Clow · 7 years ago
  43. bb8010f partition_point gets the P0202 treatment by Marshall Clow · 7 years ago
  44. de4b286 More constexpr algorithms from P0202. any_of/all_of/none_of. by Marshall Clow · 7 years ago
  45. 8d0d825 First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. by Marshall Clow · 7 years ago
  46. cce11ce Add error code handling to remove_all test by Ekaterina Vaartis · 7 years ago
  47. 68050ff [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
  48. d09b2ed Implement an _is_allocator type trait for use in deduction guides. by Marshall Clow · 7 years ago
  49. 04f23ba Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as D28217 by Marshall Clow · 7 years ago
  50. 45d5893 Make std::experimental::filesystem::remove and remove_all return false or 0 if the file doesn't exist by Ekaterina Vaartis · 7 years ago
  51. fa614b8 libcxx: Stop providing a definition of __GLIBC_PREREQ. by Peter Collingbourne · 7 years ago
  52. 210d12c Fix misspelled macro name - thanks to andrew@ispras.ru for the catch by Marshall Clow · 7 years ago
  53. 4ffbed5 [libcxx] [test] Improve MSVC portability. by Stephan T. Lavavej · 7 years ago
  54. 95b20f8 [libcxx] Support the use of compiler-rt in lit tests by Petr Hosek · 7 years ago
  55. 0e3a508 Revert "Make rehash(0) work with ubsan's unsigned-integer-overflow." by Dan Albert · 7 years ago
  56. 773a3a5 Apparently 'C++14' is different than 'c++14' by Marshall Clow · 7 years ago
  57. 7023194 Make rehash(0) work with ubsan's unsigned-integer-overflow. by Dan Albert · 7 years ago
  58. 4d8cc6d Change add_ten to add_one to avoid triggering ubsan integer overflow. by Billy Robert O'Neal III · 7 years ago
  59. 3340633 Add the C++17 extensions to std::search. Include the default searcher, but not the Boyer-Moore or Boyer-Moore-Horspool searcher (yet). BUT put the BM and BMH tests in place, marked to XFAIL. The other searchers will follow soon by Marshall Clow · 7 years ago
  60. 4b1bc15 Document upcoming TS feature removal by Marshall Clow · 7 years ago
  61. a2ec0c0 Mark the transparent version set::count() as const. Thanks to Ivan Matek for the bug report. by Marshall Clow · 7 years ago
  62. fbc5de6 Add pre-C++11 is_constructible wrappers for 3 arguments by Dimitry Andric · 7 years ago
  63. 23bd3c5 Correct mistake in pragma usage for Windows by Saleem Abdulrasool · 7 years ago
  64. a5f7365 Add casts to prevent narrowing warnings. by Billy Robert O'Neal III · 7 years ago
  65. e32740b [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests by Billy Robert O'Neal III · 7 years ago
  66. 16eb426 [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 threads by Martin Storsjo · 7 years ago
  67. 4dd943e Move + and * operators of MoveOnly into MoveOnly.h. by Billy Robert O'Neal III · 7 years ago
  68. 70a8aae Fix incorrect handling of move-only types in transform_reduce iter iter iter init, and add test. by Billy Robert O'Neal III · 7 years ago
  69. b68e9c1 Automated trailing whitespace removal by VS Code. by Billy Robert O'Neal III · 7 years ago
  70. 5de0f33 Add move-only types test to transform_reduce iter iter iter init op op. by Billy Robert O'Neal III · 7 years ago
  71. 5194855 Add move-only types test for transform_reduce bop/uop. by Billy Robert O'Neal III · 7 years ago
  72. 4436c8c Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop. by Billy Robert O'Neal III · 7 years ago
  73. ac3c89d Update version to 7.0.0svn: cmake, include files and docs by Hans Wennborg · 7 years ago
  74. 3e653d6 Mark LWG2824 as complete. We already did it, but I added a test to be sure by Marshall Clow · 7 years ago
  75. 1fb741d Mark issue #2866 as "nothing to do" by Marshall Clow · 7 years ago
  76. 73d6c99 Implement p0258r2: has_unique_object_representations by Marshall Clow · 7 years ago
  77. 97adf8a One more (should be) inline variable that is defined in the dylib by Marshall Clow · 7 years ago
  78. 4e49857 Un-inline a few more variables that are exported from the dylib. by Marshall Clow · 7 years ago
  79. 136dc56 Temporarily revert the inlining of 'piecewise_construct' because it is exported from the dylib. by Marshall Clow · 7 years ago
  80. c1ab13d A couple more inlined variables that I missed the first time by Marshall Clow · 7 years ago
  81. c58e472 Implement most of P0607: Inline Variables for the Standard Library. This involved marking a lot of variables as inline (but only for C++17 and later). by Marshall Clow · 7 years ago
  82. 05e705f Try again, this time with the correct address by Jonathan Roelofs · 7 years ago
  83. 6f95334 Update CREDITS.txt with personal email by Jonathan Roelofs · 7 years ago
  84. 14d7b69 [libcxx] Suppress unused warning on apple. by Don Hinton · 7 years ago
  85. de0811a Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch. by Marshall Clow · 7 years ago
  86. 4b54e0f libcxx: Fix for basic_stringbuf::seekoff() after r320604. by Peter Collingbourne · 7 years ago
  87. 5638e7b [libcxx] Add WebAssembly support by Sam Clegg · 7 years ago
  88. 4159a36 [libcxx] Fix basic_stringbuf constructor by Zhihao Yuan · 7 years ago
  89. 851ea6e [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 7 years ago
  90. dd2a900 [libcxx] [test] Fix MSVC warnings, null pointer deref. by Stephan T. Lavavej · 7 years ago
  91. e445521 [libcxx] P0604, invoke_result and is_invocable by Zhihao Yuan · 7 years ago
  92. 5f7683b workaround PR 28385 in __find_exactly_one_checked by Casey Carter · 7 years ago
  93. 4a3242f [libcxx] Define istream_iterator equality comparison operators out-of-line by Roger Ferrer Ibanez · 7 years ago
  94. a75f2f1 [libc++] Unbreak Apple buildbots by Shoaib Meenai · 7 years ago
  95. 8148a70 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  96. cd9466e [libc++] Create install-stripped targets by Shoaib Meenai · 7 years ago
  97. c945ad4 Enable auto-linking on Windows by Saleem Abdulrasool · 7 years ago
  98. 54b78ff [libcxx] Fix intrinsics for MSVC by Shoaib Meenai · 7 years ago
  99. ab7cb21 Mark a couple of internal routines as 'noexcept' by Marshall Clow · 7 years ago
  100. df68ebc Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) by Marshall Clow · 7 years ago