summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/sequences/forwardlist
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-10-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-08-08Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...Marshall Clow
2014-08-04Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...Marshall Clow
2014-07-08Fix some failing tests for the standard containers. The tests were failing in...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
2014-02-05Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-12-02Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-09-12A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant
2013-09-08Fix minor type-o in tests.Howard Hinnant
2013-09-08LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow
2013-08-06Implement NULL iterators for <forward_list> and <deque> re: N3644Marshall Clow
2013-07-08War on tabs.Howard Hinnant
2013-06-24Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant
2013-01-11Fix exception safety bug in vector::push_backHoward 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 <forward_list>.Howard Hinnant
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
2010-11-16license changeHoward 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-08-21US 117Howard Hinnant
2010-08-19LWG 1278Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant