summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow2017-12-202-2/+79
* libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne2017-12-192-2/+27
* [libcxx] Add WebAssembly supportSam Clegg2017-12-162-1/+3
* [libcxx] Fix basic_stringbuf constructorZhihao Yuan2017-12-132-1/+23
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-133-57/+57
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-135-8/+11
* [libcxx] P0604, invoke_result and is_invocableZhihao Yuan2017-12-1210-319/+407
* workaround PR 28385 in __find_exactly_one_checkedCasey Carter2017-12-121-3/+3
* [libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez2017-12-112-4/+29
* [libc++] Unbreak Apple buildbotsShoaib Meenai2017-12-081-0/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-075-5/+5
* [libc++] Create install-stripped targetsShoaib Meenai2017-12-062-0/+10
* Enable auto-linking on WindowsSaleem Abdulrasool2017-12-051-0/+7
* [libcxx] Fix intrinsics for MSVCShoaib Meenai2017-12-051-8/+8
* Mark a couple of internal routines as 'noexcept'Marshall Clow2017-12-051-2/+2
* Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow2017-12-053-0/+68
* Add issue 2587, which was missedMarshall Clow2017-12-051-0/+1
* Commit tests for changes in revision 319710Marshall Clow2017-12-0410-0/+252
* Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow2017-12-042-20/+22
* Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow2017-12-041-0/+2
* Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow2017-12-0416-1/+928
* Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow2017-12-042-5/+23
* [libcxx] Set up .arcconfig to point to new Diffusion CXX repositoryBen Hamilton2017-12-041-1/+1
* Corrected a typo in the building libc++ docsHamza Sood2017-12-031-1/+1
* [libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek2017-12-012-2/+29
* Include AddLLVM needed for tests in the right contextPetr Hosek2017-12-012-5/+7
* Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow2017-11-273-9/+16
* Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow2017-11-273-0/+71
* Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow2017-11-275-73/+2
* Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow2017-11-273-2/+24
* Fix failure on C++03 botsMarshall Clow2017-11-273-0/+8
* Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow2017-11-275-2/+77
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-266-9/+147
* Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow2017-11-261-2/+2
* Fix installation of cxxabi.h through libc++.Eric Fiselier2017-11-251-1/+1
* Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews....Marshall Clow2017-11-232-1/+5
* Allow to set locale on Windows.Martin Storsjo2017-11-234-19/+96
* Add additional 'UNSUPPORTED' to the test case.Marshall Clow2017-11-231-1/+2
* Add [[nodiscard]] to std::async as part of P0600.Marshall Clow2017-11-233-2/+40
* [libcxx] Implement std::to_address for C++20Eric Fiselier2017-11-222-1/+160
* Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow2017-11-226-0/+130
* [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previou...Volodymyr Sapsai2017-11-222-0/+16
* [libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai2017-11-223-2/+112
* Add another test_macros.h include I missed to tuple.by.type.pass.cppBilly Robert O'Neal III2017-11-221-0/+1
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-226-9/+32
* Replace assert(true) in tests with actual asserts. Reviewed as https://review...Billy Robert O'Neal III2017-11-211-2/+2
* Remove a broken win32 locale function redirectionMartin Storsjo2017-11-211-1/+0
* Add missing test_macros.h inclusion.Billy Robert O'Neal III2017-11-211-0/+1
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-2165-96/+103
* Fix std::string::data() symbol during library build.Eric Fiselier2017-11-201-1/+1