aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/memory_resource
AgeCommit message (Expand)AuthorFilesLines
2026-01-02Update copyright years.Jakub Jelinek1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely1-1/+11
2023-04-28libstdc++: Minor fixes to doxygen commentsJonathan Wakely1-2/+0
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-12libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691]Jonathan Wakely1-3/+12
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-0/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-23libstdc++: Ensure std::forward_as_tuple is definedJonathan Wakely1-6/+7
2020-05-13x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-22PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugsJonathan Wakely1-32/+60
2019-05-02Improve docs for Library Fundamentals TSJonathan Wakely1-0/+9
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-12PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely1-1/+8
2018-08-15Refactor uses-allocator constructionJonathan Wakely1-27/+7
2018-07-25Add missing header for std::max_align_tJonathan Wakely1-1/+2
2018-07-24Make __resource_adaptor_imp usable with C++17 memory_resourceJonathan Wakely1-55/+74
2018-07-24PR libstdc++/70966 fix lifetime bug for default resourceJonathan Wakely1-6/+10
2018-07-23PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using mallocJonathan Wakely1-2/+30
2018-06-22PR libstdc++/86280 fix undefined left shift on 32-bit targetsJonathan Wakely1-1/+1
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely1-1/+4
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely1-34/+120
2018-06-20PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely1-19/+33
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-4/+4
2017-07-06Prevent __uses_alloc from holding dangling referencesJonathan Wakely1-4/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14PR78326 fix incorrect access of data member in base classJonathan Wakely1-0/+1
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-0/+1
2016-05-04libstdc++/70940 Start fixing polymorphic memory resourcesJonathan Wakely1-9/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Define alias templates using polymorphic memory resourcesJonathan Wakely1-0/+2
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You1-0/+383