summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-01-17Merging r321963:Hans Wennborg
2018-01-03Implement p0258r2: has_unique_object_representationsMarshall Clow
2018-01-02One more (should be) inline variable that is defined in the dylibMarshall Clow
2018-01-02Un-inline a few more variables that are exported from the dylib.Marshall Clow
2018-01-02Temporarily revert the inlining of 'piecewise_construct' because it is export...Marshall Clow
2018-01-02A couple more inlined variables that I missed the first timeMarshall Clow
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-12-20Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow
2017-12-19libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne
2017-12-16[libcxx] Add WebAssembly supportSam Clegg
2017-12-13[libcxx] Fix basic_stringbuf constructorZhihao Yuan
2017-12-12[libcxx] P0604, invoke_result and is_invocableZhihao Yuan
2017-12-12workaround PR 28385 in __find_exactly_one_checkedCasey Carter
2017-12-11[libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez
2017-12-08[libc++] Unbreak Apple buildbotsShoaib Meenai
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai
2017-12-05Enable auto-linking on WindowsSaleem Abdulrasool
2017-12-05[libcxx] Fix intrinsics for MSVCShoaib Meenai
2017-12-05Mark a couple of internal routines as 'noexcept'Marshall Clow
2017-12-05Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow
2017-12-04Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-12-04Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow
2017-11-27Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow
2017-11-27Fix failure on C++03 botsMarshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-11-23Add [[nodiscard]] to std::async as part of P0600.Marshall Clow
2017-11-22[libcxx] Implement std::to_address for C++20Eric Fiselier
2017-11-22Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow
2017-11-22[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai
2017-11-21Remove a broken win32 locale function redirectionMartin Storsjo
2017-11-20Fix std::string::data() symbol during library build.Eric Fiselier
2017-11-19Fix min/max usage in variantEric Fiselier
2017-11-19[libc++] Shrink variant's index type when possibleEric Fiselier
2017-11-16Mark free functions size/empty/data conditionally noexcept.Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-11-14Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow
2017-11-14Rename identifiers named `__output`Alexander Richardson
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow
2017-11-14Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow
2017-11-13Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow