summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences
Commit message (Expand)AuthorAgeFilesLines
...
* Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant2013-06-2455-26/+1555
* Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant2013-06-2346-275/+915
* 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
* I believe this finishes up debug mode for list. The testing is a little weak...Howard Hinnant2013-04-163-0/+36
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-051-0/+42
* More list debug mode tests.Howard Hinnant2013-04-056-0/+228
* More work on debug mode for list.Howard Hinnant2013-04-056-0/+76
* Some debug test cases for list.Howard Hinnant2013-04-028-0/+324
* 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
* Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant2013-03-261-0/+10
* 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-116-0/+438
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0520-20/+20
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-0320-20/+20
* Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow2012-12-181-0/+25
* constexpr applied to <array>.Howard Hinnant2012-07-201-0/+14
* Add test for self-referencing emplace test.Howard Hinnant2012-07-091-0/+34
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-0/+3
* 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-1225-50/+50
* noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant2011-06-0310-0/+523
* noexcept for <list>.Howard Hinnant2011-06-035-0/+264
* noexcept for <forward_list>.Howard Hinnant2011-06-036-0/+268
* After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant2011-06-032-0/+98
* Add noexcept tests for deque.Howard Hinnant2011-06-033-0/+162
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-286-1/+238
* LWG 1191Howard Hinnant2010-11-171-0/+29
* license changeHoward Hinnant2010-11-16239-478/+478
* Fix two test bugsHoward Hinnant2010-10-141-2/+2
* sync with N3126Howard Hinnant2010-09-0583-3100/+0
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0497-237/+237
* Fixing whitespace problemsHoward Hinnant2010-08-22130-186/+179
* US 117Howard Hinnant2010-08-212-13/+26
* LWG 1278Howard Hinnant2010-08-193-6/+6
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11322-322/+322
* libcxx initial importHoward Hinnant2010-05-11322-0/+15549
OpenPOWER on IntegriCloud