aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merging r324153:Hans Wennborg1-2/+4
2018-01-17Merging r321963:Hans Wennborg2-4/+70
2018-01-03Drop 'svn' suffix from the version number.Hans Wennborg1-1/+1
2018-01-03Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow2-2/+43
2018-01-03Mark issue #2866 as "nothing to do"Marshall Clow1-2/+2
2018-01-03Implement p0258r2: has_unique_object_representationsMarshall Clow4-4/+136
2018-01-02One more (should be) inline variable that is defined in the dylibMarshall Clow1-3/+3
2018-01-02Un-inline a few more variables that are exported from the dylib.Marshall Clow2-11/+11
2018-01-02Temporarily revert the inlining of 'piecewise_construct' because it is export...Marshall Clow1-1/+1
2018-01-02A couple more inlined variables that I missed the first timeMarshall Clow2-8/+14
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow15-217/+295
2017-12-29Try again, this time with the correct addressJonathan Roelofs1-1/+1
2017-12-29Update CREDITS.txt with personal emailJonathan Roelofs1-1/+1
2017-12-25[libcxx] Suppress unused warning on apple.Don Hinton1-0/+1
2017-12-20Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow2-2/+79
2017-12-19libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne2-2/+27
2017-12-16[libcxx] Add WebAssembly supportSam Clegg2-1/+3
2017-12-13[libcxx] Fix basic_stringbuf constructorZhihao Yuan2-1/+23
2017-12-13[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej3-57/+57
2017-12-13[libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej5-8/+11
2017-12-12[libcxx] P0604, invoke_result and is_invocableZhihao Yuan10-319/+407
2017-12-12workaround PR 28385 in __find_exactly_one_checkedCasey Carter1-3/+3
2017-12-11[libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez2-4/+29
2017-12-08[libc++] Unbreak Apple buildbotsShoaib Meenai1-0/+1
2017-12-07[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej5-5/+5
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai2-0/+10
2017-12-05Enable auto-linking on WindowsSaleem Abdulrasool1-0/+7
2017-12-05[libcxx] Fix intrinsics for MSVCShoaib Meenai1-8/+8
2017-12-05Mark a couple of internal routines as 'noexcept'Marshall Clow1-2/+2
2017-12-05Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow3-0/+68
2017-12-05Add issue 2587, which was missedMarshall Clow1-0/+1
2017-12-04Commit tests for changes in revision 319710Marshall Clow10-0/+252
2017-12-04Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow2-20/+22
2017-12-04Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow1-0/+2
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow16-1/+928
2017-12-04Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow2-5/+23
2017-12-04[libcxx] Set up .arcconfig to point to new Diffusion CXX repositoryBen Hamilton1-1/+1
2017-12-03Corrected a typo in the building libc++ docsHamza Sood1-1/+1
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek2-2/+29
2017-12-01Include AddLLVM needed for tests in the right contextPetr Hosek2-5/+7
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow3-9/+16
2017-11-27Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow3-0/+71
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow5-73/+2
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow3-2/+24
2017-11-27Fix failure on C++03 botsMarshall Clow3-0/+8
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow5-2/+77
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow6-9/+147
2017-11-26Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow1-2/+2
2017-11-25Fix installation of cxxabi.h through libc++.Eric Fiselier1-1/+1
2017-11-23Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews....Marshall Clow2-1/+5