summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Add constexpr to std::counted_iterator post-increment (LWG 3643)Jonathan Wakely2022-05-262-2/+28
* libstdc++: Refactor includes for unordered containersJonathan Wakely2022-05-267-22/+24
* libstdc++: Remove some unnecessary includesJonathan Wakely2022-05-263-3/+0
* libstdc++: Make headers include their prerequisitesNathan Sidwell2022-05-264-0/+6
* libstdc++: Fix printing of std::span for versioned namespaceFrançois Dumont2022-05-261-2/+2
* libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespaceJonathan Wakely2022-05-261-1/+2
* libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely2022-05-2652-0/+0
* libstdc++: Remove redundancy in test pathnamesJonathan Wakely2022-05-263-0/+0
* Daily bump.GCC Administrator2022-05-261-0/+5
* c++: strict constexpr and local varsJason Merrill2022-05-251-2/+2
* Daily bump.GCC Administrator2022-05-211-0/+17
* libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely2022-05-207-21/+76
* Daily bump.GCC Administrator2022-05-201-0/+64
* libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely2022-05-197-14/+25
* libstdc++: Only include <ext/atomicity.h> for COW stringJonathan Wakely2022-05-192-1/+2
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-1929-487/+550
* libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2022-05-192-0/+29
* Daily bump.GCC Administrator2022-05-181-0/+53
* libstdc++: Relax memory ordering for default memory resource objectJonathan Wakely2022-05-171-6/+6
* 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++: Skip tests that fail for the versioned namespaceJonathan Wakely2022-05-172-0/+2
* libstdc++: Stop defining C++0x compat symbols for versioned namespaceJonathan Wakely2022-05-178-22/+54
* Daily bump.GCC Administrator2022-05-171-0/+24
* libstdc++: Fix hyperlink in docsJonathan Wakely2022-05-162-2/+3
* libstdc++: Update C++23 status docsJonathan Wakely2022-05-162-5/+468
* libstdc++: Add C++23 status docsJonathan Wakely2022-05-167-28/+347
* libstdc++: Fix status docs for <bit> supportJonathan Wakely2022-05-162-2/+2
* Daily bump.GCC Administrator2022-05-141-0/+121
* libstdc++: Make std::thread::_State privateJonathan Wakely2022-05-132-9/+13
* libstdc++: Add noexcept to std::launch operatorsJonathan Wakely2022-05-131-7/+7
* libstdc++: Allow std::swap to find overload for std::exception_ptrJonathan Wakely2022-05-132-4/+16
* libstdc++: Make std::rethrow_if_nested work without RTTIJonathan Wakely2022-05-132-19/+130
* libstdc++: Improve doxygen docs for <mutex>Jonathan Wakely2022-05-134-4/+58
* libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely2022-05-134-4/+15
* 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-135-10/+42
* libstdc++: Improve doxygen docs for <regex>Jonathan Wakely2022-05-135-10/+66
* 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-137-18/+28
* libstdc++: Fix typo in doxygen @headerfile commandJonathan Wakely2022-05-131-1/+1
* libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config optionJonathan Wakely2022-05-131-10/+1
* Daily bump.GCC Administrator2022-05-131-0/+7
* libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely2022-05-124-9/+9
* Daily bump.GCC Administrator2022-05-111-0/+23
* libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284]Jonathan Wakely2022-05-104-4/+90
* libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]Jonathan Wakely2022-05-104-4/+353