summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory_resource
AgeCommit message (Expand)Author
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2025-08-05[libc++] Remove SFINAE on __tuple_impl constructors (#151654)Nikolas Klauser
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser
2025-07-16[libc++] Update polymorphic_allocator to never contain a nullptr (#148423)Nikolas Klauser
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-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2024-12-23[libc++] Refactor some code in monotonic_buffer_resource (#117271)Peng Xie
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-11-23[libc++] Granularize <mutex> includes (#117068)Nikolas Klauser
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-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser
2024-07-28[libc++][memory_resource] Implements LWG3683. (#100775)Mark de Wever
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-04-01[libc++] Refactor __tuple_like and __pair_like (#85206)Nikolas Klauser
2024-01-22[libc++][hardening] Classify assertions related to leaks and syscalls. (#77164)Konstantin Varlamov
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-07-07[libc++][Modules] Add missing __fwd includesIan Anderson
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-11[libc++][spaceship] P1614R2: Removed ops from `memory_resource`, `polymorphic...Hristo Hristov
2023-06-06[libc++] Use Lit annotations for all .gen.py testsLouis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-02[libc++] Avoid ODR violations in __exception_guardNikolas Klauser
2023-01-23[libc++] Refactor clang-query checks to clang-tidy checks to get less obscure...Nikolas Klauser
2023-01-23[libc++] Improve binary size when using __transactionNikolas Klauser
2023-01-17[libc++] Mark std::pmr virtual functions as _LIBCPP_HIDE_FROM_ABI_VIRTUALNikolas Klauser
2023-01-12[libc++] Make pmr::monotonic_buffer_resource bump downNikolas Klauser
2022-12-07[libc++] Implement P0339R6 (polymorphic_allocator<> as a vocabulary type)Nikolas Klauser
2022-11-29[lbc++] Implement the rest of P0600R1 (nodiscard in the library)Nikolas Klauser
2022-11-01[libc++][PMR] Move the pmr::memory_resource destructor into the dylibNikolas Klauser
2022-11-01[libc++][PMR] Add attributesNikolas Klauser
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer