summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* libstdc++: Tweak source_location for clang trunk [PR105128]Jakub Jelinek2022-04-021-8/+7
* libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely2022-04-012-0/+27
* libstdc++: Fix mismatched noexcept-specifiers in Filesystem TSJonathan Wakely2022-04-012-3/+3
* libstdc++: Fix filenames in Doxygen @file commentsTimm Bäder2022-04-012-2/+2
* libstdc++: Fix incorrect preprocessor conditions in <version>Jonathan Wakely2022-03-291-3/+5
* libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely2022-03-275-0/+1244
* libstdc++: Add more doxygen comments in <bit>Jonathan Wakely2022-03-251-1/+19
* libstdc++: Add missing constraints to std::bit_cast [PR105027]Jonathan Wakely2022-03-231-0/+4
* libstdc++: Fix feature test macros in <version> for freestandingJonathan Wakely2022-03-231-16/+19
* libstdc++: Disable atomic wait for freestanding [PR105021]Jonathan Wakely2022-03-231-1/+1
* libstdc++: Work around clang misdesign in time_get<>::get [PR104990]Jakub Jelinek2022-03-211-1/+1
* libstdc++: Simplify constraints for std::any construction [PR104242]Jonathan Wakely2022-03-181-2/+2
* libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely2022-03-182-3/+3
* libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]Jonathan Wakely2022-03-171-3/+6
* libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]Jonathan Wakely2022-03-171-51/+51
* libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely2022-03-162-5/+6
* libstdc++: Move closing brace outside #endif [PR104866]Detlef Vollmann2022-03-101-1/+1
* libstdc++: Remove incorrect copyright notice from headerJonathan Wakely2022-03-081-14/+0
* libstdc++: Use visibility pragmas instead of attributes [PR104807]Jonathan Wakely2022-03-071-2/+7
* libstdc++: Ensure __glibcxx_assert_fail has default visibilityJonathan Wakely2022-03-051-1/+2
* libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]Jonathan Wakely2022-03-011-1/+1
* libstdc++: Fix cast in source_location::current() [PR104602]Jonathan Wakely2022-02-241-1/+2
* libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka2022-02-224-8/+101
* libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely2022-02-171-2/+9
* libstdc++: Add missing constexpr to uses-allocator construction utilities [PR...Jonathan Wakely2022-02-151-2/+2
* libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely2022-02-141-13/+10
* libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely2022-02-143-15/+8