summaryrefslogtreecommitdiff
path: root/libcxx/test/support/test_allocator.h
AgeCommit message (Expand)Author
2024-12-10[libc++][test] Fix invalid const conversion in limited_allocator (#118189)Peng Liu
2024-12-09[libc++][NFC] Run clang-format on test_allocator.hLouis Dionne
2024-09-10[libc++][test] LWG2593: Moved-from state of Allocators (#107344)A. Jiang
2023-11-08Implement syncstream (p0053)Mark de Wever
2023-10-17[libc++] Eliminate extra allocations from `std::move(oss).str()` (#67294)Amirreza Ashouri
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-02-13[libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne
2023-02-10[libc++] Simplify non_default_allocLouis Dionne
2022-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-05-19[libc++] Enable move semantics for vector in C++03Nikolas Klauser
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-30[libc++] reformatted test_allocator.hNikolas Klauser
2021-10-05[libc++][test] Use = delete over DELETE_FUNCTION. NFC.Joe Loser
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-05Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier
2016-12-11Fix undefined behavior in container swap tests.Eric Fiselier
2016-12-11Fix more uses of dynamic exception specifications in C++17Eric Fiselier
2016-11-23Fix __hash_table::max_size() on 32 bit systemsEric Fiselier
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-10-12Correctly grant rebound limited_allocators friendship.Eric Fiselier
2016-10-08Add missing include in test_allocator.hEric Fiselier
2016-10-08[libc++] Fix stack_allocatorEric Fiselier
2016-10-07Remove MSVC workarounds. Patch from STL@microsoft.comEric Fiselier
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-03Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...Eric Fiselier
2016-07-11Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow
2016-06-22Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.comEric Fiselier
2016-06-15[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...Eric Fiselier
2016-04-28Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2015-08-28Fix bug in test_allocator<void> that used the wrong value to represent object...Eric Fiselier
2015-06-14Fix std::function allocator constructors in C++03.Eric Fiselier
2015-06-03More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow
2014-04-18Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow