aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09libstdc++: Fix <ext/pointer.h> incompatibilities with C++20Jonathan Wakely2-4/+15
2020-01-01Update copyright years.Jakub Jelinek284-284/+284
2019-10-30Remove some more using-declarations from namespace __gnu_cxxJonathan Wakely3-34/+29
2019-10-29Fix compilation errors with ClangJonathan Wakely1-3/+5
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely3-13/+11
2019-10-23Qualify type names in <ext/throw_allocator.h>Jonathan Wakely1-2/+2
2019-10-23Adjust pb_ds extensions to use allocator_traitsJonathan Wakely36-469/+328
2019-10-23Adjust extension types to use allocator_traitsJonathan Wakely3-7/+20
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely10-45/+82