aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-07libstdc++: Implement ranges::as_rvalue_view from P2446R2Patrick Palka1-0/+90
2022-11-07libstdc++: Implement ranges::cartesian_product_view from P2374R4Patrick Palka1-0/+513
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek1-0/+61
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka5-23/+23
2022-11-06libstdc++: Move stream initialization into compiled library [PR44952]Patrick Palka1-0/+4
2022-11-05libstdc++: Do not use SFINAE for propagate_const conversions [PR107525]Jonathan Wakely1-22/+66
2022-11-03libstdc++: Add missing move in ranges::copyJonathan Wakely1-1/+1
2022-11-02libstdc++: Remove unnecessary variant member in std::expectedJonathan Wakely1-5/+4
2022-11-02libstdc++: Ignore -Wignored-qualifiers warning in <variant>Jonathan Wakely1-0/+3
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-0/+42
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek1-0/+44
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek3-0/+219
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek2-2/+684
2022-10-31libstdc++: Small extended float support tweaksJakub Jelinek1-2/+6
2022-10-29libstdc++: Fix dangling reference in filesystem::path::filename()Jonathan Wakely1-3/+3
2022-10-29libstdc++: Make placeholders inline when inline variables are availableArsen Arsenović1-29/+37
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-1/+0
2022-10-28libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely2-9/+11
2022-10-26c++: Implement -Wdangling-reference [PR106393]Marek Polacek1-0/+3
2022-10-21libstdc++: Fix std::move_only_function for incomplete parameter typesJonathan Wakely1-4/+1
2022-10-20libstdc++: Redefine __from_chars_alnum_to_val's tablePatrick Palka1-31/+28
2022-10-19libstdc++: Implement remaining P2474R2 changes to views::take/dropPatrick Palka1-0/+56
2022-10-19libstdc++: Fix typo in stride_view's operator- [PR107313]Patrick Palka1-1/+1
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek2-6/+95
2022-10-18libstdc++: Implement ranges::stride_view from P1899R3Patrick Palka1-0/+351
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek12-63/+2216
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely2-2/+2
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely3-16/+30
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely3-5/+2
2022-10-14libstdc++: Use markdown in Doxygen commentJonathan Wakely1-3/+3
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont1-14/+5
2022-10-12libstdc++: Implement ranges::repeat_view from P2474R2Patrick Palka1-0/+210
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-0/+1
2022-10-10libstdc++: Revert addition of constraints to make_signed/make_unsignedJonathan Wakely1-6/+0
2022-10-10libstdc++: std::make_signed_t<cv bool> should be ill-formedJonathan Wakely1-4/+14
2022-10-07libstdc++: Shuffle header dependencies of <functional>Jonathan Wakely2-9/+8
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-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++: 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 Palka1-0/+458
2022-10-04libstdc++: Use ///< for inline documentationArsen Arsenović3-14/+14
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ć1-4/+5
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ć169-59/+424