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