summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-051-5/+52
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-111-12/+24
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-111-17/+17
* Fix __hash_table::max_size() on 32 bit systemsEric Fiselier2016-11-231-1/+2
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-0/+6
* Correctly grant rebound limited_allocators friendship.Eric Fiselier2016-10-121-0/+1
* Add missing include in test_allocator.hEric Fiselier2016-10-081-2/+3
* [libc++] Fix stack_allocatorEric Fiselier2016-10-081-0/+73
* Remove MSVC workarounds. Patch from STL@microsoft.comEric Fiselier2016-10-071-8/+2
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-4/+4
* Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...Eric Fiselier2016-08-031-1/+4
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-111-0/+78
* Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.comEric Fiselier2016-06-221-1/+5
* [libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...Eric Fiselier2016-06-151-11/+12
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-3/+3
* Fix bug in test_allocator<void> that used the wrong value to represent object...Eric Fiselier2015-08-281-2/+2
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-141-6/+6
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-031-0/+2
* Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow2014-04-181-0/+60
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+9
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-031-0/+155
OpenPOWER on IntegriCloud