summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/min_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-241-7/+1
* Teach malloc_allocator how to count bytesEric Fiselier2019-08-011-3/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-0/+54
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-28/+28
* Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier2016-12-141-0/+38
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+25
* Add Filesystem TS -- CompleteEric Fiselier2016-06-171-0/+54
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+2
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-031-13/+15
* Add bare_allocator archetype that implements the minimal possible allocator i...Eric Fiselier2014-08-151-1/+29
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+9
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-261-0/+252
OpenPOWER on IntegriCloud