aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/allocator.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-22libstdc++: Constrain std::vector default constructor [PR113841]Jonathan Wakely1-0/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-3/+0
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-1/+2
2023-03-13libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-08libstdc++: Add always_inline to most allocator functionsJonathan Wakely1-2/+11
2022-09-16libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>Jonathan Wakely1-51/+0
2022-09-16libstdc++: Remove __alloc_neq helperJonathan Wakely1-17/+0
2022-09-16libstdc++: Fix Doxygen commandsJonathan Wakely1-0/+3
2022-06-14libstdc++: Check for size overflow in constexpr allocation [PR105957]Jonathan Wakely1-1/+6
2022-05-13libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely1-1/+14
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely1-2/+2
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-6/+2
2021-11-12libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely1-0/+1
2021-08-28libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely1-27/+11
2021-06-09libstdc++: Add warnings for some C++23 deprecationsJonathan Wakely1-4/+8
2021-05-11libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely1-10/+34
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely1-3/+2
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely1-3/+0
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-25Fix compilation with ClangJonathan Wakely1-1/+3
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely1-7/+12
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely1-4/+33
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-3/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-25Relocation (= move+destroy)Marc Glisse1-1/+5
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely1-12/+8
2018-06-18LWG 3035. std::allocator's constructors should be constexprJonathan Wakely1-8/+14
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-1/+27
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-20Tweak whitespace in std::allocator filesJonathan Wakely1-9/+9
2016-10-20PR78052 Define std::allocator<void>::{construct,destroy}Jonathan Wakely1-0/+9
2016-10-10Define std::allocator<T>::is_always_equalJonathan Wakely1-1/+5
2016-08-03Define C++17 feature-test macrosJonathan Wakely1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-17Only do shrink_to_fit() when exceptions enabledJonathan Wakely1-2/+6
2015-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely1-0/+1
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-1/+1
2014-04-14allocator.h (operator==, operator!=): Add exception specifications.Jonathan Wakely1-0/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-20re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-4/+4