summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/set/set.cons
Commit message (Expand)AuthorAgeFilesLines
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-091-5/+4
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-231-1/+1
* Fix memory leak in set and map.Eric Fiselier2019-07-111-7/+28
* [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10Louis Dionne2019-06-121-1/+1
* [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...Louis Dionne2019-06-111-0/+1
* Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...Marshall Clow2019-06-111-0/+2
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-112-0/+257
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3113-0/+13
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-131-3/+6
* Support tests in freestandingJF Bastien2019-02-0422-22/+66
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-5/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* Fix test failures after r334053.Eric Fiselier2018-06-061-2/+2
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-221-2/+7
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-5/+5
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multisetEric Fiselier2017-04-187-24/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-054-7/+15
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-2/+4
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-2/+3
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+14
* 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-1/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-301-0/+29
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1410-18/+14
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-094-0/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-0/+2
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-286-6/+6
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-0/+47
* Move test into test/std subdirectory.Eric Fiselier2014-12-2021-0/+1444
OpenPOWER on IntegriCloud