summaryrefslogtreecommitdiff
path: root/libcxx/src/memory_resource.cpp
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2025-01-29[libc++] Remove some private symbols from the ABI (#121497)Nikolas Klauser
2025-01-13[libc++] Pass type information down to __libcpp_allocate (#118837)Louis Dionne
2024-12-23[libc++] Refactor some code in monotonic_buffer_resource (#117271)Peng Xie
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-01-22[libc++][hardening] Classify assertions related to leaks and syscalls. (#77164)Konstantin Varlamov
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-11-07[libc++][hardening] Add `_LIBCPP_ASSERT_NON_NULL` to check for null pointers ...Konstantin Varlamov
2023-08-18[libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylibLouis Dionne
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-02-17[libc++][CI] Switches to clang-format-16.Mark de Wever
2023-01-12[libc++] Make pmr::monotonic_buffer_resource bump downNikolas Klauser
2022-11-01[libc++][PMR] Move the pmr::memory_resource destructor into the dylibNikolas Klauser
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer