summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/memory
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2127-37/+37
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3133-0/+66
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+4
* [libcxx] Make sure all experimental tests are disabled when enable_experiment...Louis Dionne2019-02-2328-28/+0
* Support tests in freestandingJF Bastien2019-02-0451-51/+153
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1951-204/+153
* Mark the test using <experimental/memory_resource> to require c++experimental.Volodymyr Sapsai2018-06-111-0/+1
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-296-17/+300
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Refactor uses_allocator test types for upcoming fixesEric Fiselier2016-12-095-0/+23
* Enable warnings by default for C++ >= 11 and fix -Wshadow occurancesEric Fiselier2016-12-031-2/+2
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-271-2/+2
* Found a couple bugs in the test suite. No functionality change.Marshall Clow2016-06-141-2/+2
* Add `REQUIRES: c++experimental` where appropriate.Dan Albert2016-06-1027-0/+27
* Fix bug in test allocator that incorrectly computed the allocation sizeEric Fiselier2016-05-301-1/+1
* Add experimental container alias templates for PMRsEric Fiselier2016-05-0710-0/+576
* Add <experimental/memory_resource>Eric Fiselier2016-05-0740-0/+2732
OpenPOWER on IntegriCloud