summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector/vector.modifiers
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-1788/+0
* Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow2014-11-113-0/+99
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-0813-0/+121
* LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow2014-03-041-8/+16
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-2619-19/+19
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-2312-25/+25
* War on tabs.Howard Hinnant2013-07-081-27/+27
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-2719-0/+438
* After years of telling people: 'If you ever find any of my code that self-mov...Howard Hinnant2013-04-181-0/+7
* More vector debug tests.Howard Hinnant2013-03-265-0/+64
* Simply debug mode tests per Dmitri Gribenko's suggestion.Howard Hinnant2013-03-267-50/+7
* Added debug tests for indexing, pop_back and both forms of erase. Added an i...Howard Hinnant2013-03-257-0/+312
* Fix exception safety bug in vector::push_backHoward Hinnant2013-01-111-0/+73
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-1/+1
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-031-1/+1
* Add test for self-referencing emplace test.Howard Hinnant2012-07-091-0/+34
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-2/+2
* license changeHoward Hinnant2010-11-1611-22/+22
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-045-14/+14
* Fixing whitespace problemsHoward Hinnant2010-08-226-8/+8
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1111-11/+11
* libcxx initial importHoward Hinnant2010-05-1111-0/+675
OpenPOWER on IntegriCloud