summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/allocator.adaptor
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-216-12/+12
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3130-0/+37
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-6/+2
* Support tests in freestandingJF Bastien2019-02-0432-33/+97
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1932-128/+96
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-1/+1
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-262-0/+58
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-4/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* [test] Workaround C1XX bug in uses_allocator_types.hppCasey Carter2017-05-251-1/+4
* Mark LWG#2782 as complete. No functionality change; we already do this. Just ...Marshall Clow2017-05-111-1/+7
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-055-10/+0
* [libcxx] [test] Fix recently introduced warnings emitted by MSVC.Stephan T. Lavavej2017-01-044-0/+16
* [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier2016-12-146-0/+891
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-0123-78/+46
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-8/+8
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-2/+8
* Add the tests for the last commitMarshall Clow2015-10-252-0/+144
* Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow2015-06-031-0/+75
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-091-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2021-0/+1437
OpenPOWER on IntegriCloud