summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector/vector.special
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-303/+0
| | | | llvm-svn: 224658
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-081-0/+41
| | | | llvm-svn: 208319
* 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-262-2/+2
| | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-231-2/+2
| | | | llvm-svn: 189140
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-272-0/+75
| | | | llvm-svn: 185093
* More vector debug tests.Howard Hinnant2013-03-261-0/+39
| | | | llvm-svn: 178033
* The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant2011-09-161-0/+3
| | | | llvm-svn: 139930
* noexcept for <vector>. This also includes installing move_if_noexcept() ↵Howard Hinnant2011-06-031-0/+60
| | | | | | into vector. llvm-svn: 132577
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+86
llvm-svn: 103490
OpenPOWER on IntegriCloud