summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers
Commit message (Expand)AuthorAgeFilesLines
...
* Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...Marshall Clow2019-02-276-0/+248
* Fix an ambiguity in the tests that gcc-tot complained about.Marshall Clow2019-02-2711-22/+22
* First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...Marshall Clow2019-02-275-18/+18
* LWG3101 - span's Container constructors need another constraint. Reviewed as ...Marshall Clow2019-02-252-50/+10
* Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.Marshall Clow2019-02-251-0/+4
* First part of P1024: Usability Enhancements for std::span. Remove operator() ...Marshall Clow2019-02-253-8/+154
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-134-12/+24
* Update some newly added files that mistakenly used the old file headerChandler Carruth2019-02-112-8/+6
* Support tests in freestandingJF Bastien2019-02-041143-1185/+3395
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-295-36/+41
* [libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...Louis Dionne2019-01-241-4/+4
* Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow2019-01-232-0/+42
* While reviewing D57058, Louis had some questions about the existing span cons...Marshall Clow2019-01-222-36/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191143-4572/+3429
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-2/+0
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* [libcxx] Fix order checking in unordered_multimap tests.Louis Dionne2018-12-206-152/+379
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+2
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-153-3/+3
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-143-3/+3
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-1416-0/+1279
* Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow2018-12-073-10/+17
* [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne2018-12-061-1/+8
* [libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2018-12-062-6/+6
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-0/+2
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-2/+0
* Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow2018-11-276-950/+0
* [libcxx] Fix incorrect iterator type in vector container testLouis Dionne2018-11-211-24/+32
* [libcxx] Fix incorrect #include for std::hashLouis Dionne2018-11-191-1/+1
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-192-0/+3
* [libcxx] Add missing includes in testsLouis Dionne2018-11-1621-0/+24
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-1511-30/+2
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2018-11-144-20/+0
* [libcxx] [test] Include <cassert> for assert().Stephan T. Lavavej2018-11-148-0/+8
* [libcxx] [test] Fix MSVC warning C4800.Stephan T. Lavavej2018-11-141-6/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-1440-156/+156
* Add emplace tests for multiset/unordered_multiset.Eric Fiselier2018-11-133-1/+46
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-318-0/+1232
* [libcxx] [test] Add missing <stdexcept> to map at tests.Billy Robert O'Neal III2018-10-192-3/+5
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-123-9/+13
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-1212-62/+62
* Remove unused include of "verbose_assert.h"Marshall Clow2018-09-191-1/+0
* Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow2018-09-131-0/+6
* mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow2018-09-122-0/+64
* 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-2212-11/+113
* [libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp.Billy Robert O'Neal III2018-08-081-1/+3
* Update the changes to the array tests (that I committed yesterday) to use the...Marshall Clow2018-08-031-55/+8
* Implement P1023: constexpr comparison operators for std::arrayMarshall Clow2018-08-021-0/+46
OpenPOWER on IntegriCloud