summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/set
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [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
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-217-7/+7
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-161-0/+44
* 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-3136-0/+38
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-131-3/+6
* Update some newly added files that mistakenly used the old file headerChandler Carruth2019-02-111-4/+3
* Support tests in freestandingJF Bastien2019-02-0460-63/+177
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-5/+6
* Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow2019-01-231-0/+21
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1959-236/+177
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-141-0/+67
* [libcxx] [test] Include <cassert> for assert().Stephan T. Lavavej2018-11-141-0/+1
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-311-0/+148
* 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/+4
* First half of C++17's splicing maps and setsErik Pilkington2018-08-014-0/+275
* Fix test failures after r334053.Eric Fiselier2018-06-061-2/+2
* [test] Fix Container::insert(value_type const&) testsEric Fiselier2018-04-081-51/+36
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-102-0/+111
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-221-2/+7
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* [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-1812-44/+24
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-055-11/+22
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-111-4/+4
* Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier2016-12-091-9/+11
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-14/+15
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-4/+5
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-10/+25
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-048-8/+16
* [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 swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-18/+10
* 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
* 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-1433-42/+38
OpenPOWER on IntegriCloud