summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/memory_resource
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Improve doxygen docs for <memory_resource>Jonathan Wakely2023-04-271-0/+63
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-191-462/+2
* libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2022-05-191-0/+16
* libstdc++: Add attributes to functions in <memory_resource>Jonathan Wakely2022-05-171-5/+25
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Make pmr::memory_resource::allocate implicitly create objectsJonathan Wakely2021-11-111-1/+2
* libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>>Jonathan Wakely2021-08-031-1/+131
* libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely2021-07-271-3/+3
* libstdc++: Add warnings for some C++23 deprecationsJonathan Wakely2021-06-091-0/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Ensure std::forward_as_tuple is definedJonathan Wakely2020-10-231-6/+7
* libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely2020-10-221-6/+13
* libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely2020-10-051-3/+3
* libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]Jonathan Wakely2020-09-101-3/+3
* libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely2020-07-071-3/+3
* libstdc++: Add missing feature test macrosJonathan Wakely2020-04-221-0/+1
* libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely2020-04-151-2/+4
* libstdc++: make polymorphic_allocator throw consistent type (LWG 3237)Jonathan Wakely2020-02-191-2/+2
* libstdc++: Add nodiscard to polymorphic_allocator members (LWG 3304)Jonathan Wakely2020-02-191-3/+3
* libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely2020-02-171-3/+3
* libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely2020-01-091-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Implement polymorphic_allocator<byte> for C++20 (P0339R6)Jonathan Wakely2019-03-041-2/+61
* C++2a Utility functions to implement uses-allocator construction (P0591R4)Jonathan Wakely2019-03-011-0/+11
* Ensure pool resources always use normal mode vectorJonathan Wakely2019-01-291-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely2018-11-211-1/+13
* Implement std::pmr::synchronized_pool_resourceJonathan Wakely2018-11-171-2/+76
* Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely2018-11-061-3/+102
* Refactor uses-allocator constructionJonathan Wakely2018-08-151-26/+14
* Define monotonic_buffer_resource members out-of-lineJonathan Wakely2018-08-071-74/+18
* Add initial version of C++17 <memory_resource> headerJonathan Wakely2018-07-241-0/+510