aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
AgeCommit message (Expand)AuthorFilesLines
2024-09-23libstdc++: Fix std::allocator_traits::construct constraints [PR108619]Jonathan Wakely1-1/+1
2024-01-03Update copyright years.Jakub Jelinek284-284/+284
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely2-5/+5
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2-10/+2
2023-02-24libstdc++: Suppress warnings about use of deprecated std::aligned_storageJonathan Wakely1-0/+3
2023-02-16libstdc++: Fix non-reserved names in <ext/throw_allocator.h>Jonathan Wakely1-4/+4
2023-01-16Update copyright years.Jakub Jelinek284-284/+284
2022-12-09libstdc++: Fix some -Wunused warnings in testsJonathan Wakely1-1/+2
2022-11-25libstdc++: Do not define operator!= in <random> for C++20Jonathan Wakely1-14/+58
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely1-2/+2
2022-11-08libstdc++: Add always_inline to most allocator functionsJonathan Wakely1-2/+19
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