summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/default.allocator
AgeCommit message (Expand)Author
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne
2024-07-23[libc++][memory] Implements LWG3307. (#99776)Mark de Wever
2024-06-25[libc++] Remove the allocator<const T> extension (#96319)Louis Dionne
2024-01-20[libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_alw...Hristo Hristov
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-04-09[libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser
2022-03-09Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-08[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-07Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-07[libc++] Remove extension to support allocator<const T>Louis Dionne
2021-10-18[libcxx] Make allocator<T>:allocate throw bad_array_new_lengthMikhail Maltsev
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-06-16[libc++] Undeprecate the std::allocator<void> specializationLouis Dionne
2020-11-26[libc++] Mark a few more tests as unsupported on gcc-8/9.Marek Kurdej
2020-11-19[libc++] Mark a few tests as unsupported on older Clangs to fix botsLouis Dionne
2020-10-19[libc++][test] test allocator<const T> extension only on libc++Casey Carter
2020-09-22[libc++] Implement C++20's P0784 (More constexpr containers)Louis Dionne
2020-08-28[libc++] Un-deprecate and un-remove some members of std::allocatorLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-30[libc++] Make the verify-support feature implicitLouis Dionne
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-17[libc++] Move .fail.cpp tests with verify-support to .verify.cppLouis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-03-26[libc++] Do not force the use of -Werror in verify testsLouis Dionne
2020-03-25[libc++] Require the use of clang-verify in .fail.cpp tests that don't fail w...Louis Dionne
2020-03-04[libc++][P0174] Deprecated/removed parts of default allocator.Michael Park
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-03-28[libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne
2019-02-05[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-19[libcxx] Add missing <cstddef> includes in testsLouis Dionne
2018-03-25avoid new/delete ellision in construct.pass.cppEric Fiselier
2018-03-22[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-03-22Use DoNotOptimize to prevent new/delete elision.Eric Fiselier
2018-03-22Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier
2018-03-20Implement LWG3035: std::allocator's constructors should be constexpr.Marshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow