summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-086-38/+19
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-131-0/+4
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-125-4/+11
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1411-16/+16
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2317-29/+29
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-236-6/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-095-66/+64
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-238-8/+8
* Fix failing negative compilation test for some versions of ClangEric Fiselier2019-09-131-0/+1
* Recommit r370502: Make `vector` unconditionally move elements whenEric Fiselier2019-09-132-45/+45
* [libc++] Add a test for resizing of a vector with copy-only elementsLouis Dionne2019-09-051-0/+45
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2139-40/+40
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-164-0/+212
* [libc++] Implement P0433: deduction guides for <unordered_map>Louis Dionne2019-07-156-0/+965
* [libc++] Add XFAILs for CTAD tests on older compilersLouis Dionne2019-07-122-0/+2
* Fix memory leak in set and map.Eric Fiselier2019-07-112-10/+53
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-114-0/+586
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-084-62/+124
* 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-016-41/+41
* Fix test failures when using a custom ABI namespace.Richard Smith2019-06-241-2/+2
* [libc++] Take 2: Implement CTAD for map and multimapLouis Dionne2019-06-206-0/+702
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-186-702/+0
* [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10Louis Dionne2019-06-122-2/+2
* [libcxx] XFAIL some CTAD tests on AppleClang 10Louis Dionne2019-06-122-2/+2
* [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...Louis Dionne2019-06-112-0/+2
* Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...Marshall Clow2019-06-112-0/+4
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-112-2/+2
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-114-0/+516
* XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...Marshall Clow2019-06-112-0/+4
* Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...Marshall Clow2019-06-106-0/+698
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31565-0/+677
* [libcxx][tests] Fix order checking in unordered_multiset tests.Louis Dionne2019-05-235-120/+45
* [libcxx][test] Fix order checking in some more unordered_multimap testsLouis Dionne2019-05-2224-858/+643
* Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...Marshall Clow2019-05-0118-46/+41
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-292-0/+23
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-174-0/+184
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-164-0/+94
* [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...Billy Robert O'Neal III2019-04-031-23/+24
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-282-2/+0
* [libc++] Rename span's as_writeable_bytes to as_writable_bytesLouis Dionne2019-03-283-52/+52
* Fix occurrences of _LIBCPP_ASSERT in span testsCasey Carter2019-03-273-8/+8
* Fix a vector test to not use a local type as a template parameter. This cause...Marshall Clow2019-03-221-7/+9
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-192-16/+40
* Update a deque test with more assertions. NFCMarshall Clow2019-03-151-6/+6
* Mark vector::operator[] and front/back as noexcept. We already do this for st...Marshall Clow2019-03-151-0/+121
* Add noexcept to operator[] for array and deque. This is an extension. We alre...Marshall Clow2019-03-142-4/+29
* Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...Marshall Clow2019-03-0611-26/+26
OpenPOWER on IntegriCloud