summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector.bool
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2040-2419/+0
* Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow2014-11-112-0/+31
* EricQWF's code coverage work showed that none of the libc++ tests were exerci...Marshall Clow2014-11-114-7/+81
* Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow2014-05-061-0/+2
* 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
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-0316-16/+16
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-2634-34/+34
* LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow2013-09-141-1/+27
* Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)Marshall Clow2013-08-132-0/+125
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-1/+1
* N3644 support for vector<bool>Marshall Clow2013-08-071-0/+12
* Correct logic bug in find optimization for vector<bool>. This fixes http://l...Howard Hinnant2013-08-071-0/+38
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-2732-7/+532
* Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant2013-03-261-0/+10
* 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
* 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/+259
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-0/+59
* license changeHoward Hinnant2010-11-1631-62/+62
* Fix two test bugsHoward Hinnant2010-10-141-2/+2
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-048-16/+16
* Fixing whitespace problemsHoward Hinnant2010-08-2211-14/+14
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1131-31/+31
* libcxx initial importHoward Hinnant2010-05-1131-0/+1238
OpenPOWER on IntegriCloud