summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/list
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-4/+4
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-214-4/+4
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-064-19/+84
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-013-9/+9
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3138-0/+41
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-172-0/+96
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-162-0/+45
* Support tests in freestandingJF Bastien2019-02-0466-66/+198
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1966-264/+198
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-142-0/+156
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-151-4/+0
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-4/+4
* Implement LWG #3017. list splice functions should use addressofMarshall Clow2018-09-122-0/+21
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-3/+3
* Deduction guides for listMarshall Clow2018-05-202-0/+145
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-4/+4
* Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow2018-01-031-0/+41
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow2017-11-152-0/+108
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-171-1/+181
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-4/+4
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>Eric Fiselier2017-04-169-36/+18
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-051-1/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-055-10/+20
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-242-0/+40
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-5/+4
* Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier2016-12-141-33/+47
* [libcxx] [test] Fix an improper assumption about Null Forward Iterators.Stephan T. Lavavej2016-12-121-4/+0
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-1/+2
* Protect sequences test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-1/+3
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-0/+47
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-3/+5
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-312-2/+2
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-273-3/+6
* [libc++] Fix stack_allocatorEric Fiselier2016-10-084-8/+8
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+3
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+10
* Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier2016-08-031-1/+1
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-2/+3
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-11/+7
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-212-18/+22
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Finish converting list _LIBCPP_DEBUG tests.Eric Fiselier2016-06-225-81/+7
* Cleanup _LIBCPP_DEBUG tests in std::list. More to come.Eric Fiselier2016-06-2211-515/+7
* Cleanup [list.modifiers] tests.Eric Fiselier2016-06-229-566/+53
OpenPOWER on IntegriCloud