summaryrefslogtreecommitdiff
path: root/libcxx/test/support/allocators.h
AgeCommit message (Expand)Author
2023-12-10[libc++][test] Fix `MaybePOCCAAllocator` to finally meet the allocator requir...Stephan T. Lavavej
2023-03-21[libc++] Qualifies size_t.Mark de Wever
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-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-06-25[libcxx][test] MaybePOCCAAllocator should meet the Cpp17Allocator requirementsCasey Carter
2021-12-02[libcxx][test][NFC] Various tests for std::vectorKonstantin Boyarinov
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
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final testsEric Fiselier
2016-04-28Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2015-10-06Our test allocators support move/copy construction; they should support move/...Marshall Clow
2015-06-03More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-12-02Found two identical files named 'allocators.h' in the libcxx test suite. Move...Marshall Clow