summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3180-0/+124
* Support tests in freestandingJF Bastien2019-02-04108-108/+324
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19108-432/+324
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-2/+2
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-146-17/+17
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-292-2/+2
* Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-282-1/+6
* Missed the tests for the deduction guides for prority_queueMarshall Clow2018-05-222-0/+181
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-224-0/+279
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-25/+25
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-122-4/+4
* Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow2018-01-242-21/+59
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-153-0/+84
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-3/+3
* Fix tests for extended noexcept in the container adaptors testsEric Fiselier2017-04-196-9/+12
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier2017-04-1820-58/+44
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier2017-04-1810-30/+22
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-055-5/+15
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-242-2/+21
* [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej2016-12-142-2/+2
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-234-4/+8
* [libc++] Fix stack_allocatorEric Fiselier2016-10-084-8/+8
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-253-6/+6
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-242-2/+4
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-212-12/+22
* Add includes in test. Patch from STL@microsoft.comEric Fiselier2016-07-181-0/+4
* Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow2016-06-301-0/+4
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-263-3/+6
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-222-40/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1415-30/+30
* Mark LWG issue 2537 as completeEric Fiselier2016-05-312-4/+6
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-143-0/+90
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-143-21/+21
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2833-33/+33
* Move test into test/std subdirectory.Eric Fiselier2014-12-2098-0/+3552
OpenPOWER on IntegriCloud