summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2022-05-191-0/+16
* libstdc++: Add attributes to functions in <memory_resource>Jonathan Wakely2022-05-171-5/+25
* libstdc++: Add attributes to <system_error> and relatedJonathan Wakely2022-05-173-3/+29
* libstdc++: Make std::thread::_State privateJonathan Wakely2022-05-131-9/+12
* libstdc++: Add noexcept to std::launch operatorsJonathan Wakely2022-05-131-7/+7
* libstdc++: Improve doxygen docs for <mutex>Jonathan Wakely2022-05-133-4/+57
* libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely2022-05-133-4/+14
* libstdc++: Improve doxygen docs for <thread> and <future>Jonathan Wakely2022-05-133-10/+73
* libstdc++: Improve doxygen docs for algorithms and moreJonathan Wakely2022-05-134-104/+112
* libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely2022-05-134-10/+41
* libstdc++: Improve doxygen docs for <regex>Jonathan Wakely2022-05-134-10/+65
* libstdc++: Improve doxygen docs for <atomic>Jonathan Wakely2022-05-133-26/+56
* libstdc++: Improve doxygen docs for <system_error>Jonathan Wakely2022-05-131-29/+107
* libstdc++: Improve doxygen docs for std::pointer_traitsJonathan Wakely2022-05-131-0/+6
* libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely2022-05-136-18/+26
* libstdc++: Fix typo in doxygen @headerfile commandJonathan Wakely2022-05-131-1/+1
* libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely2022-05-121-2/+2
* libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284]Jonathan Wakely2022-05-102-4/+27
* libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]Jonathan Wakely2022-05-102-4/+20
* libstdc++: Simplify std::normal_distribution equality operatorJonathan Wakely2022-05-061-9/+1
* libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely2022-05-061-1/+1
* libstdc++: ppc: conditionalize vsx-only simd intrinsicsAlexandre Oliva2022-05-061-3/+10
* libstdc++: Do not include <cxxabi.h> in <stacktrace>Jonathan Wakely2022-05-061-1/+7
* libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely2022-05-061-4/+0
* libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely2022-05-051-0/+5
* libstdc++: Add always_inline to the simplest std::array accessors [PR104719]Jonathan Wakely2022-05-041-4/+4
* libstdc++: Simplify std::array accessors [PR104719]Jonathan Wakely2022-05-041-45/+35
* libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)Jonathan Wakely2022-04-261-0/+4
* libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)Jonathan Wakely2022-04-261-0/+10
* libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely2022-04-253-21/+112
* libstdc++: Add deduction guides for std::packaged_task [PR105375]Jonathan Wakely2022-04-251-0/+11
* libstdc++: Make atomic notify_one and notify_all non-constThomas W Rodgers2022-04-222-12/+12
* libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka2022-04-211-9/+3
* libstdc++: Work around modules ICE in <charconv> [PR105297]Patrick Palka2022-04-211-1/+3
* libstdc++: Micro-optimize __from_chars_pow2_basePatrick Palka2022-04-181-8/+20
* libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka2022-04-151-1/+1
* libstdc++: Optimize integer std::from_charsPatrick Palka2022-04-151-147/+100
* libstdc++: Add new headers to <bits/stdc++.h> PCHJonathan Wakely2022-04-141-0/+4
* libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely2022-04-144-8/+14
* libstdc++: shrink-to-fit in std::basic_stacktrace::current(skip, max)Jonathan Wakely2022-04-121-1/+14
* libstdc++: Use allocator to construct std::stacktrace_entry objectsJonathan Wakely2022-04-121-45/+47
* libstdc++: Use nothrow new in std::stacktraceJonathan Wakely2022-04-121-7/+35
* libstdc++: Reduce memory usage in std::stacktrace::currentJonathan Wakely2022-04-121-48/+62
* libstdc++: Fix incorrect branch prediction hint in std::stacktraceJonathan Wakely2022-04-111-1/+1
* libstdc++: Fix std::basic_stacktrace special members [PR105031]Jonathan Wakely2022-04-111-22/+37
* libstdc++: Improve behaviour of std::stacktrace::currentJonathan Wakely2022-04-111-22/+69
* libstdc++: Move Filesystem TS path definitions out of class bodyJonathan Wakely2022-04-111-21/+38
* libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153]Jonathan Wakely2022-04-081-2/+2
* libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154]Jonathan Wakely2022-04-081-0/+2
* libstdc++: Fix std::bad_expected_access constructor [PR105146]Jonathan Wakely2022-04-081-1/+1