summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory_resource/polymorphic_allocator.h
AgeCommit message (Expand)Author
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-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-17[libc++] Granularize <new> includes (#119964)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-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne
2023-06-11[libc++][spaceship] P1614R2: Removed ops from `memory_resource`, `polymorphic...Hristo Hristov
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++] Improve binary size when using __transactionNikolas 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-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer