aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
AgeCommit message (Expand)AuthorFilesLines
9 dayslibstdc++: Make atomicity helpers use unsigned arithmetic [PR121148]Jonathan Wakely1-2/+33
12 dayslibstdc++: Fix up <ext/pointer.h> [PR121827]Jakub Jelinek1-0/+1
2025-07-11libstdc++: Treat __int128 as a real integral type [PR96710]Jonathan Wakely1-6/+0
2025-05-21libstdc++: use maintained size when split pb_ds binary search treesXℹ Ruoyao1-1/+3
2025-05-21libstdc++: maintain subtree size in pb_ds binary search treesXℹ Ruoyao4-4/+46
2025-05-21libstdc++: remove two redundant statements in pb_ds binary treeXℹ Ruoyao1-2/+0
2025-05-06libstdc++: Rewrite atomic builtin checks [PR70560]Jonathan Wakely1-2/+2
2025-01-02Update copyright years.Jakub Jelinek284-284/+284
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek17-466/+466
2024-09-27libstdc++: Fix more pedwarns in headers for C++98Jonathan Wakely3-0/+9
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill26-0/+52
2024-09-19libstdc++: add #pragma diagnosticJason Merrill3-0/+16
2024-08-23libstdc++: Fix std::allocator_traits::construct constraints [PR108619]Jonathan Wakely1-1/+1
2024-08-06libstdc++: Fix some undeclared uses of uintptr_t [PR116247]Jonathan Wakely1-0/+1
2024-06-28libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]Jonathan Wakely4-7/+7
2024-06-28libstdc++: Simplify <ext/aligned_buffer.h> class templatesJonathan Wakely1-10/+10
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