summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/deque/deque.special
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-519/+0
| | | | llvm-svn: 224658
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵Marshall Clow2013-12-032-2/+2
| | | | | | test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-265-5/+5
| | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
* Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant2013-06-235-38/+114
| | | | llvm-svn: 184673
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-054-4/+4
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-034-4/+4
| | | | llvm-svn: 171452
* Add noexcept tests for deque.Howard Hinnant2011-06-031-0/+60
| | | | llvm-svn: 132523
* license changeHoward Hinnant2010-11-165-10/+10
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-115-5/+5
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-115-0/+383
llvm-svn: 103490
OpenPOWER on IntegriCloud