summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2071-5083/+0
* Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow2014-11-113-0/+99
* [asan] Make vector asan annotations exception-friendlyKostya Serebryany2014-09-021-0/+198
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-0838-0/+376
* Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow2014-03-101-3/+17
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-051-0/+6
* LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow2014-03-041-8/+16
* Add a test to make sure that vector supports incomplete typesMarshall Clow2014-02-131-0/+23
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-0316-16/+16
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-021-1/+1
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-2660-60/+60
* Peter Collingbourne: If a pointer is passed as the third argument of the (ite...Howard Hinnant2013-09-211-2/+14
* LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow2013-09-141-1/+27
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-2326-40/+40
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-1/+1
* N3644 support for <string> and <vector>Marshall Clow2013-08-071-0/+13
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-54/+0
* War on tabs.Howard Hinnant2013-07-081-27/+27
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-2762-0/+1115
* Test case for r183481.Howard Hinnant2013-06-071-0/+20
* After years of telling people: 'If you ever find any of my code that self-mov...Howard Hinnant2013-04-181-0/+7
* The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are ...Howard Hinnant2013-03-291-0/+2
* Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVMDaniel Dunbar2013-03-271-7/+0
* Tighten up the iterator requirements for the vector member templates. This i...Howard Hinnant2013-03-261-0/+7
* Another vector debug mode test, and a static test on Allocator::value_type. ...Howard Hinnant2013-03-261-0/+8
* More vector debug tests.Howard Hinnant2013-03-266-0/+103
* Simply debug mode tests per Dmitri Gribenko's suggestion.Howard Hinnant2013-03-2621-148/+21
* Added debug tests for indexing, pop_back and both forms of erase. Added an i...Howard Hinnant2013-03-259-0/+405
* Remove some erroneous code I was using to debug debug mode.Howard Hinnant2013-03-2512-24/+0
* Debug mode tests for vector::front and back.Howard Hinnant2013-03-254-0/+192
* More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_D...Howard Hinnant2013-03-258-7/+346
* Debug mode: learning to crawl. I need to set up some tests that actually tes...Howard Hinnant2013-03-251-0/+53
* 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-053-3/+3
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-033-3/+3
* Add test for self-referencing emplace test.Howard Hinnant2012-07-091-0/+34
* The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant2011-09-161-0/+3
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-125-10/+10
* noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant2011-06-035-0/+264
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-0/+72
* license changeHoward Hinnant2010-11-1638-76/+76
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0414-33/+33
* Fixing whitespace problemsHoward Hinnant2010-08-2218-24/+23
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1138-38/+38
* libcxx initial importHoward Hinnant2010-05-1138-0/+1824
OpenPOWER on IntegriCloud