summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/deque/deque.capacity
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-340/+0
| | | | llvm-svn: 224658
* Fix some failing tests for the standard containers. The tests were failing ↵Marshall Clow2014-07-082-2/+2
| | | | | | in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests. llvm-svn: 212538
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-264-4/+4
| | | | | | /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-234-30/+98
| | | | llvm-svn: 184673
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-114-4/+4
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-114-0/+272
llvm-svn: 103490
OpenPOWER on IntegriCloud