aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
AgeCommit message (Expand)AuthorFilesLines
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka1-1/+1
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek1-0/+30
2022-10-04libstdc++: Refactor seed sequence constraints in <random>Jonathan Wakely1-3/+3
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović32-1/+68
2022-09-16libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>Jonathan Wakely1-3/+0
2022-06-16libstdc++: Apply r13-1096-g6abe341558abec change to vstring too [PR101482]Jonathan Wakely1-25/+20
2022-06-14libstdc++: Fix indentation in allocator base classesJonathan Wakely1-3/+3
2022-05-26libstdc++: Fix narrowing conversions for 16-bit size_t [PR105681]Jonathan Wakely2-3/+17
2022-05-13libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely1-3/+9
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely4-7/+29
2022-01-03Update copyright years.Jakub Jelinek284-284/+284
2021-12-14libstdc++: Simplify typedefs by using __UINTPTR_TYPE__Jonathan Wakely1-31/+19
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely1-155/+2
2021-11-23libstdc++: Fix circular dependency for bitmap_allocator [PR103381]Jonathan Wakely1-1/+1
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely1-0/+1
2021-11-16libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang1-1/+3
2021-10-09libstdc++: Enable vstring for wchar_t unconditionally [PR98725]Jonathan Wakely3-6/+0
2021-08-28libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely1-0/+5
2021-08-25libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048]Jonathan Wakely1-5/+0
2021-08-18libstdc++: Simplify n-ary arithmetic promotion traitsJonathan Wakely1-1/+15
2021-08-12libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely1-1/+7
2021-07-22libstdc++: Use __builtin_operator_new when available [PR94295]Jonathan Wakely1-13/+25
2021-07-21libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]Jonathan Wakely1-1/+8
2021-07-16libstdc++: Use __extension__ instead of diagnostic pragmasJonathan Wakely1-3/+2
2021-07-16libstdc++: Suppress pedantic warnings about __int128Jonathan Wakely1-0/+3
2021-07-01libstdc++: Improvements to Doxygen markupJonathan Wakely1-1/+1
2021-05-11libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely2-2/+14
2021-05-04libstdc++: Fix null dereference in pb_ds containersJonathan Wakely1-10/+16
2021-04-06libstdc++: Fix Doxygen warningsJonathan Wakely2-1/+8
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely9-22/+22
2021-02-09libstdc++: Fix build failure for targets without unistd.hVladimir Vishnevsky1-1/+0
2021-01-04Update copyright years.Jakub Jelinek284-284/+284
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-0/+32
2020-12-16libstdc++: Only use __builtin_sprintf if supported [PR 96083]Jonathan Wakely1-0/+16
2020-12-02libstdc++: Fix null pointer dereferences in __gnu_cxx::ropeJonathan Wakely2-23/+31
2020-12-02libstdc++: Fix indentation in ropeJonathan Wakely1-4/+4
2020-11-12libstdc++: Simplify __numeric_traits definitionJonathan Wakely1-8/+21
2020-11-12libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]Jonathan Wakely1-36/+68
2020-10-29libstdc++: Do not use volatile for __gnu_cxx::rope reference countingJonathan Wakely1-2/+2
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely2-2/+12
2020-10-28libstdc++: Override BUFSIZ for Windows targets [PR 94268]Jonathan Wakely1-2/+2
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely2-4/+16
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely1-12/+23
2020-09-10libstdc++: Add unused attributes to suppress warningsKrystian Kuźniarek1-1/+1
2020-08-19libstdc++: Make __int128 meet integer-class requirements [PR 96042]Jonathan Wakely1-2/+16
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely1-0/+10
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2-6/+4
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely1-1/+7
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely8-1/+17
2020-02-07libstdc++: Implement P1878R1 "Constraining Readable Types"Jonathan Wakely1-4/+4