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