summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/sequences/vector.bool
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-11Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow
2014-11-11EricQWF's code coverage work showed that none of the libc++ tests were exerci...Marshall Clow
2014-05-06Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow
2014-03-10Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-09-14LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow
2013-08-13Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)Marshall Clow
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow
2013-08-07N3644 support for vector<bool>Marshall Clow
2013-08-07Correct logic bug in find optimization for vector<bool>. This fixes http://l...Howard Hinnant
2013-06-27Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant
2013-03-26Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow
2013-01-03Removed several more different 'iterators.h' files in libcxx/testMarshall Clow
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-06-03noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-14Fix two test bugsHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant