summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/stack
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3125-0/+39
* Support tests in freestandingJF Bastien2019-02-0434-34/+102
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1934-136/+102
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-151-1/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-5/+5
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-291-1/+1
* Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-281-0/+3
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-222-0/+144
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
* Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow2018-01-241-3/+22
* 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-1/+1
* Fix tests for extended noexcept in the container adaptors testsEric Fiselier2017-04-192-3/+4
* 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-052-2/+6
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-241-0/+9
* [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej2016-12-141-1/+1
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-2/+4
* [libc++] Fix stack_allocatorEric Fiselier2016-10-081-2/+2
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-2/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+2
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-6/+10
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-1/+2
* 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-145-10/+10
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-141-0/+35
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-141-7/+7
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2811-11/+11
* Move test into test/std subdirectory.Eric Fiselier2014-12-2031-0/+1129
OpenPOWER on IntegriCloud