summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/memory
AgeCommit message (Expand)Author
2025-09-22libstdc++: Move start_lifetime_as functions to bits/stl_construct.h [PR106658]Tomasz Kamiński
2025-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek
2025-08-21libstdc++: Implement is_sufficiently_aligned [PR120994]Luc Grosheintz
2025-07-09libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]Paul Keir
2025-06-02libstdc++: Implement C++26 std::polymorphic [PR119152]Jonathan Wakely
2025-05-26libstdc++: Implement C++26 std::indirect [PR119152]Jonathan Wakely
2025-05-02libstdc++: Add missing feature-test macro in <memory>Dhruv Chawla
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-11-16libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]Jonathan Wakely
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-04-05libstdc++: Harmonize <version> and other headersArsen Arsenović
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely
2022-09-15libstdc++: Remove unnecessary header from <memory>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-06-22libstdc++: Remove garbage collection support for C++23 [P2186R2]Jonathan Wakely
2021-04-09libstdc++: Fix even more doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely
2020-09-11libstdc++: only pull in bits/align.h if C++11 or laterThomas Rodgers
2020-09-11libstdc++: Split std::align/assume_aligned to bits/align.hThomas Rodgers
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely
2020-02-19libstdc++: uninitialized_construct_using_allocator should use construct_at (L...Jonathan Wakely
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-02-13libstdc++: Implement ranges [specialized.algorithms]Patrick Palka
2020-01-01Update copyright years.Jakub Jelinek
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely
2019-07-31Qualify call to prevent ADLJonathan Wakely
2019-07-16Add parens around constraint in <memory>.Jason Merrill
2019-06-12Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers
2019-05-02Improve API docs for <memory> and <scoped_allocator>Jonathan Wakely
2019-04-26Tweak C++2a uses-allocator construction utilitiesJonathan Wakely
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers
2019-03-01C++2a Utility functions to implement uses-allocator construction (P0591R4)Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-11Implement P1007R3 std::assume_alignedJonathan Wakely
2018-07-26Modify some library internals to work without <stdint.h>Jonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Avoid #include <functional> in other headersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-05-01memory (pointer_safety, [...]): Define.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-11-12std::shared_ptr atomic operationsJonathan Wakely