summaryrefslogtreecommitdiff
path: root/libcxx/include/memory_resource
AgeCommit message (Expand)Author
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-23[libc++] Granularize <mutex> includes (#117068)Nikolas Klauser
2024-11-18[libc++] Remove transitive includes from empty headers (#116295)Nikolas Klauser
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-06-11[libc++][spaceship] P1614R2: Removed ops from `memory_resource`, `polymorphic...Hristo Hristov
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer