aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Daily bump.GCC Administrator1-0/+29
2022-10-10libstdc++: Revert addition of constraints to make_signed/make_unsignedJonathan Wakely6-12/+19
2022-10-10libstdc++: std::make_signed_t<cv bool> should be ill-formedJonathan Wakely5-34/+40
2022-10-08Daily bump.GCC Administrator1-0/+18
2022-10-07libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxxJonathan Wakely2-10/+49
2022-10-07libstdc++: Shuffle header dependencies of <functional>Jonathan Wakely2-9/+8
2022-10-07libstdc++: Use bold style for DR titles in the manualJonathan Wakely2-397/+390
2022-10-06Daily bump.GCC Administrator1-0/+10
2022-10-05libtdc++: Regenerate Makefile.in after freestanding header changesJonathan Wakely1-52/+49
2022-10-05libstdc++: Guard use of new built-in with __has_builtinJonathan Wakely1-0/+2
2022-10-05Daily bump.GCC Administrator1-0/+74
2022-10-04libstdc++: Fix test FAIL for old std::string ABIJonathan Wakely1-3/+9
2022-10-04libstdc++: Use new built-ins __remove_cv, __remove_reference etc.Jonathan Wakely1-9/+24
2022-10-04libstdc++: Refactor seed sequence constraints in <random>Jonathan Wakely2-18/+27
2022-10-04libstdc++: Avoid heavyweight std::visit in ranges::join_with_viewPatrick Palka1-11/+36
2022-10-04libstdc++: Disable test for freestandingJonathan Wakely1-0/+2
2022-10-04libstdc++: Enable std::hash<coroutine_handle<P>> [PR107139]Jonathan Wakely1-8/+2
2022-10-04libstdc++: Make <cstdint> work freestanding [PR107134]Jonathan Wakely1-2/+57
2022-10-04libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]Jonathan Wakely2-7/+26
2022-10-04libstdc++: Implement ranges::join_with_view from P2441R2Patrick Palka2-0/+555
2022-10-04libstdc++: Use ///< for inline documentationArsen Arsenović3-14/+14
2022-10-04Daily bump.GCC Administrator1-0/+666
2022-10-03libstdc++: Update status docs for compare_exchange padding bitsJonathan Wakely2-6/+18
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović290-10/+390
2022-10-03libstdc++: Enable std::bitset<N>::bitset(const char*) for freestandingJonathan Wakely1-12/+50
2022-10-03libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]Arsen Arsenović3-4/+9
2022-10-03libstdc++: Add effective-target 'hosted' for testsuite [PR103626]Jonathan Wakely1-1/+9
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović13-64/+104
2022-10-03libstdc++: Rework how freestanding install works [PR106953]Arsen Arsenović2-479/+477
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović170-59/+428
2022-10-03libstdc++: Adjust precompiled headers for freestandingJonathan Wakely2-12/+86
2022-10-03libstdc++: Filter out unconditional <stdio.h> default includeArsen Arsenović2-8/+26
2022-10-03libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]Jonathan Wakely6-7/+7
2022-10-03libstdc++: Fix tests broken by C++23 P2266R3 "Simpler implicit move"Jonathan Wakely2-2/+2
2022-10-03libstdc++: Fix gdb pretty printers when dealing with std::stringFrançois Dumont7-27/+23
2022-10-01Daily bump.GCC Administrator1-0/+32
2022-09-30libstdc++: Remove <sstream> dependency from std::bitset::to_ulong() testJonathan Wakely1-12/+1
2022-09-30libstdc++: Optimize operator>> for std::bitsetJonathan Wakely1-9/+27
2022-09-30libstdc++: Remove non-standard public members in std::bitsetJonathan Wakely1-36/+33
2022-09-30libstdc++: Fix broken dg-prune-outputJonathan Wakely1-1/+1
2022-09-30testsuite: Windows paths use \ and not /Torbjörn SVENSSON1-1/+1
2022-09-30libstdc++: Add missing <bits/stl_algobase.h> include to <bitset>Arsen Arsenović1-0/+2
2022-09-30Daily bump.GCC Administrator1-0/+17
2022-09-29libstdc++: [_GLIBCXX_INLINE_VERSION] Add gdb pretty print for _GLIBCXX_DEBUGFrançois Dumont1-0/+4
2022-09-29c++: implement __remove_cv, __remove_reference and __remove_cvrefPatrick Palka1-4/+1
2022-09-29libstdc++: Guard use of new built-in with __has_builtinJonathan Wakely1-1/+6
2022-09-29Daily bump.GCC Administrator1-0/+41
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely13-33/+87
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely7-28/+80
2022-09-28Daily bump.GCC Administrator1-0/+20