aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/memory_resource
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-11libstdc++: Make pmr::memory_resource::allocate implicitly create objectsJonathan Wakely1-1/+2
2021-08-03libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>>Jonathan Wakely1-1/+131
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely1-3/+3
2021-06-09libstdc++: Add warnings for some C++23 deprecationsJonathan Wakely1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-23libstdc++: Ensure std::forward_as_tuple is definedJonathan Wakely1-6/+7
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely1-6/+13
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely1-3/+3
2020-09-10libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]Jonathan Wakely1-3/+3
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely1-3/+3
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely1-0/+1
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-2/+4
2020-02-19libstdc++: make polymorphic_allocator throw consistent type (LWG 3237)Jonathan Wakely1-2/+2
2020-02-19libstdc++: Add nodiscard to polymorphic_allocator members (LWG 3304)Jonathan Wakely1-3/+3
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely1-3/+3
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-03-04Implement polymorphic_allocator<byte> for C++20 (P0339R6)Jonathan Wakely1-2/+61
2019-03-01C++2a Utility functions to implement uses-allocator construction (P0591R4)Jonathan Wakely1-0/+11
2019-01-29Ensure pool resources always use normal mode vectorJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely1-1/+13
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely1-2/+76
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely1-3/+102
2018-08-15Refactor uses-allocator constructionJonathan Wakely1-26/+14
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely1-74/+18
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely1-0/+510