summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/forwardlist
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-211-1/+1
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-084-62/+124
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-013-32/+32
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3147-0/+49
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-172-0/+88
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-162-0/+49
* [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...Billy Robert O'Neal III2019-04-031-23/+24
* Support tests in freestandingJF Bastien2019-02-0471-71/+213
* 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-1/+0
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-4/+4
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-3/+3
* Implement deduction guides for forward_listMarshall Clow2018-05-192-0/+145
* 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-151-0/+46
* [test] forwardlist.cons/move_noexcept.pass.cppCasey Carter2017-09-281-1/+1
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* Cleanup one more <forward_list> testEric Fiselier2017-04-162-35/+5
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier2017-04-1611-45/+21
* Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier2017-03-031-7/+5
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-072-2/+8
* [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-241-0/+19
* Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier2016-12-241-7/+8
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-112-32/+32
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-4/+6
* [libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-067-17/+17
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-9/+11
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-12/+25
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-2/+4
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-311-1/+1
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+2
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+8
* 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-211-9/+11
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1455-63/+59
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-7/+7
* Mark LWG issue #2585 as completeEric Fiselier2016-05-311-1/+20
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-221-3/+3
* Add some more tests for the containers type requirementsMarshall Clow2016-03-091-0/+14
* [libcxx] Fix undefined behavior in forward_listEric Fiselier2016-01-271-0/+53
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+18
OpenPOWER on IntegriCloud