1. 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 · 8 years ago
  2. cce11ce Add error code handling to remove_all test by Ekaterina Vaartis · 8 years ago
  3. 68050ff [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. by Volodymyr Sapsai · 8 years ago
  4. d09b2ed Implement an _is_allocator type trait for use in deduction guides. by Marshall Clow · 8 years ago
  5. 04f23ba Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as D28217 by Marshall Clow · 8 years ago
  6. 45d5893 Make std::experimental::filesystem::remove and remove_all return false or 0 if the file doesn't exist by Ekaterina Vaartis · 8 years ago
  7. fa614b8 libcxx: Stop providing a definition of __GLIBC_PREREQ. by Peter Collingbourne · 8 years ago
  8. 210d12c Fix misspelled macro name - thanks to andrew@ispras.ru for the catch by Marshall Clow · 8 years ago
  9. 4ffbed5 [libcxx] [test] Improve MSVC portability. by Stephan T. Lavavej · 8 years ago
  10. 95b20f8 [libcxx] Support the use of compiler-rt in lit tests by Petr Hosek · 8 years ago
  11. 0e3a508 Revert "Make rehash(0) work with ubsan's unsigned-integer-overflow." by Dan Albert · 8 years ago
  12. 773a3a5 Apparently 'C++14' is different than 'c++14' by Marshall Clow · 8 years ago
  13. 7023194 Make rehash(0) work with ubsan's unsigned-integer-overflow. by Dan Albert · 8 years ago
  14. 4d8cc6d Change add_ten to add_one to avoid triggering ubsan integer overflow. by Billy Robert O'Neal III · 8 years ago
  15. 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 · 8 years ago
  16. 4b1bc15 Document upcoming TS feature removal by Marshall Clow · 8 years ago
  17. a2ec0c0 Mark the transparent version set::count() as const. Thanks to Ivan Matek for the bug report. by Marshall Clow · 8 years ago
  18. fbc5de6 Add pre-C++11 is_constructible wrappers for 3 arguments by Dimitry Andric · 8 years ago
  19. 23bd3c5 Correct mistake in pragma usage for Windows by Saleem Abdulrasool · 8 years ago
  20. a5f7365 Add casts to prevent narrowing warnings. by Billy Robert O'Neal III · 8 years ago
  21. e32740b [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests by Billy Robert O'Neal III · 8 years ago
  22. 16eb426 [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 threads by Martin Storsjo · 8 years ago
  23. 4dd943e Move + and * operators of MoveOnly into MoveOnly.h. by Billy Robert O'Neal III · 8 years ago
  24. 70a8aae Fix incorrect handling of move-only types in transform_reduce iter iter iter init, and add test. by Billy Robert O'Neal III · 8 years ago
  25. b68e9c1 Automated trailing whitespace removal by VS Code. by Billy Robert O'Neal III · 8 years ago
  26. 5de0f33 Add move-only types test to transform_reduce iter iter iter init op op. by Billy Robert O'Neal III · 8 years ago
  27. 5194855 Add move-only types test for transform_reduce bop/uop. by Billy Robert O'Neal III · 8 years ago
  28. 4436c8c Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop. by Billy Robert O'Neal III · 8 years ago
  29. ac3c89d Update version to 7.0.0svn: cmake, include files and docs by Hans Wennborg · 8 years ago
  30. 3e653d6 Mark LWG2824 as complete. We already did it, but I added a test to be sure by Marshall Clow · 8 years ago
  31. 1fb741d Mark issue #2866 as "nothing to do" by Marshall Clow · 8 years ago
  32. 73d6c99 Implement p0258r2: has_unique_object_representations by Marshall Clow · 8 years ago
  33. 97adf8a One more (should be) inline variable that is defined in the dylib by Marshall Clow · 8 years ago
  34. 4e49857 Un-inline a few more variables that are exported from the dylib. by Marshall Clow · 8 years ago
  35. 136dc56 Temporarily revert the inlining of 'piecewise_construct' because it is exported from the dylib. by Marshall Clow · 8 years ago
  36. c1ab13d A couple more inlined variables that I missed the first time by Marshall Clow · 8 years ago
  37. 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 · 8 years ago
  38. 05e705f Try again, this time with the correct address by Jonathan Roelofs · 8 years ago
  39. 6f95334 Update CREDITS.txt with personal email by Jonathan Roelofs · 8 years ago
  40. 14d7b69 [libcxx] Suppress unused warning on apple. by Don Hinton · 8 years ago
  41. 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 · 8 years ago
  42. 4b54e0f libcxx: Fix for basic_stringbuf::seekoff() after r320604. by Peter Collingbourne · 8 years ago
  43. 5638e7b [libcxx] Add WebAssembly support by Sam Clegg · 8 years ago
  44. 4159a36 [libcxx] Fix basic_stringbuf constructor by Zhihao Yuan · 8 years ago
  45. 851ea6e [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 8 years ago
  46. dd2a900 [libcxx] [test] Fix MSVC warnings, null pointer deref. by Stephan T. Lavavej · 8 years ago
  47. e445521 [libcxx] P0604, invoke_result and is_invocable by Zhihao Yuan · 8 years ago
  48. 5f7683b workaround PR 28385 in __find_exactly_one_checked by Casey Carter · 8 years ago
  49. 4a3242f [libcxx] Define istream_iterator equality comparison operators out-of-line by Roger Ferrer Ibanez · 8 years ago
  50. a75f2f1 [libc++] Unbreak Apple buildbots by Shoaib Meenai · 8 years ago
  51. 8148a70 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
  52. cd9466e [libc++] Create install-stripped targets by Shoaib Meenai · 8 years ago
  53. c945ad4 Enable auto-linking on Windows by Saleem Abdulrasool · 8 years ago
  54. 54b78ff [libcxx] Fix intrinsics for MSVC by Shoaib Meenai · 8 years ago
  55. ab7cb21 Mark a couple of internal routines as 'noexcept' by Marshall Clow · 8 years ago
  56. df68ebc Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) by Marshall Clow · 8 years ago
  57. f7d0fec Add issue 2587, which was missed by Marshall Clow · 8 years ago
  58. 94ab5eb Commit tests for changes in revision 319710 by Marshall Clow · 8 years ago
  59. 8f6293b Implement more of P0600: '[[nodiscard]] in the library' for C++2a by Marshall Clow · 8 years ago
  60. cd64646 Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out. by Marshall Clow · 8 years ago
  61. 46b4ad5 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a by Marshall Clow · 8 years ago
  62. aeded2b Fix PR#35948: generate_n does not accept floating point Size arguments. by Marshall Clow · 8 years ago
  63. 3156e63 [libcxx] Set up .arcconfig to point to new Diffusion CXX repository by Ben Hamilton · 8 years ago
  64. 9627e9b Corrected a typo in the building libc++ docs by Hamza Sood · 8 years ago
  65. 4861f6d [libcxx] Support getentropy as a source of randomness for std::random_device by Petr Hosek · 8 years ago
  66. aec189a Include AddLLVM needed for tests in the right context by Petr Hosek · 8 years ago
  67. 06f2e00 Fix problems with r'890 when building on machines where sizeof(size_t) != sizeof(unsigned long long) and C++03 by Marshall Clow · 8 years ago
  68. 3a968ef Revert commit removing allocator support from packaged_task. Will investigate further by Marshall Clow · 8 years ago
  69. 14ff899 Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. by Marshall Clow · 8 years ago
  70. 21edec7 Fix PR#35438 - bitset constructor does not zero unused bits by Marshall Clow · 8 years ago
  71. 0f25cd9 Fix failure on C++03 bots by Marshall Clow · 8 years ago
  72. b250294 Implement LWG#2948: unique_ptr does not define operator<< for stream output by Marshall Clow · 8 years ago
  73. c72032b More of P0600; marking allocation routines as [[nodiscard]] by Marshall Clow · 8 years ago
  74. e29f3f1 Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC. by Marshall Clow · 8 years ago
  75. 4746c1e Fix installation of cxxabi.h through libc++. by Eric Fiselier · 8 years ago
  76. 0140bb8 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 by Marshall Clow · 8 years ago
  77. 9de8659 Allow to set locale on Windows. by Martin Storsjo · 8 years ago
  78. 389f90f Add additional 'UNSUPPORTED' to the test case. by Marshall Clow · 8 years ago
  79. 70c7bbd Add [[nodiscard]] to std::async as part of P0600. by Marshall Clow · 8 years ago
  80. 18a2685 [libcxx] Implement std::to_address for C++20 by Eric Fiselier · 8 years ago
  81. aa0e236 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 by Marshall Clow · 8 years ago
  82. bd85858 [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previous libcxx versions. by Volodymyr Sapsai · 8 years ago
  83. 2744cdf [libcxx] Make std::basic_istream::getline 0-terminate input array in case of error. by Volodymyr Sapsai · 8 years ago
  84. f276310 Add another test_macros.h include I missed to tuple.by.type.pass.cpp by Billy Robert O'Neal III · 8 years ago
  85. 67e20f2 Add some tests for operations on const associative containers. Part of LWG#2542 by Marshall Clow · 8 years ago
  86. 9af0823 Replace assert(true) in tests with actual asserts. Reviewed as https://reviews.llvm.org/D40324 by Billy Robert O'Neal III · 8 years ago
  87. abba9f2 Remove a broken win32 locale function redirection by Martin Storsjo · 8 years ago
  88. 37332d7 Add missing test_macros.h inclusion. by Billy Robert O'Neal III · 8 years ago
  89. 7e250fc Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 8 years ago
  90. 10bebe2 Fix std::string::data() symbol during library build. by Eric Fiselier · 8 years ago
  91. 7228160 Attempt to fix template depth test failures on older Clang versions by Eric Fiselier · 8 years ago
  92. d316c2b Fix min/max usage in variant by Eric Fiselier · 8 years ago
  93. e7f8cd4 [libc++] Shrink variant's index type when possible by Eric Fiselier · 8 years ago
  94. 115071a Fix nodiscard test when modules are enabled by Eric Fiselier · 8 years ago
  95. 4bf7f4c Mark free functions size/empty/data conditionally noexcept. by Marshall Clow · 8 years ago
  96. bc6989b More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in filesystem::path by Marshall Clow · 8 years ago
  97. 79f3f9d More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in match_results. <regex> by Marshall Clow · 8 years ago
  98. f1729d9 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. by Marshall Clow · 8 years ago
  99. 3fdfbbf [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new by Casey Carter · 8 years ago
  100. 37b5a6b Clean up the tests for free data(), size() and empty() by Marshall Clow · 8 years ago