summaryrefslogtreecommitdiff
path: root/test/std/containers/container.adaptors
AgeCommit message (Expand)Author
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-04-19Fix tests for extended noexcept in the container adaptors testsEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2017-01-24Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow
2016-12-14[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-10-08[libc++] Fix stack_allocatorEric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier
2016-07-18Add includes in test. Patch from STL@microsoft.comEric Fiselier
2016-06-30Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-05-31Mark LWG issue 2537 as completeEric Fiselier
2016-03-14Add failing tests that I forgot to add to the last commitMarshall Clow
2016-03-14Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow
2015-01-28We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier