aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2022-10-19libstdc++/thread: Implement `_GLIBCXX_NPROCS` for WindowsLIU Hao1-0/+9
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao3-6/+58
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek4-9/+223
2022-10-19Daily bump.GCC Administrator1-0/+60
2022-10-18libstdc++: Implement ranges::stride_view from P1899R3Patrick Palka2-0/+424
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek19-63/+2786
2022-10-18Daily bump.GCC Administrator1-0/+8
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely4-4/+4
2022-10-16Daily bump.GCC Administrator1-0/+31
2022-10-15libstdc++: Fix -Wunused-function warning in src/c++11/debug.ccJonathan Wakely1-8/+8
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely6-16/+275
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely4-5/+54
2022-10-15Daily bump.GCC Administrator1-0/+24
2022-10-14libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely1-1/+19
2022-10-14libstdc++: Simplify print_raw function for debug assertionsJonathan Wakely1-13/+8
2022-10-14libstdc++: Use markdown in Doxygen commentJonathan Wakely1-3/+3
2022-10-13Daily bump.GCC Administrator1-0/+35
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont11-50/+41
2022-10-12libstdc++: Implement ranges::repeat_view from P2474R2Patrick Palka2-0/+303
2022-10-12regenerate configure filesMartin Liska1-8/+8
2022-10-12Daily bump.GCC Administrator1-0/+54
2022-10-11libstdc++: Fix bootstrap for --disable-threads build [PR107221]Jonathan Wakely1-2/+2
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely32-93/+494
2022-10-11Generic configury support for shared libs on VxWorksOlivier Hainque1-2/+46
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