summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/deque/deque.cons
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3112-0/+12
* Support tests in freestandingJF Bastien2019-02-0425-25/+75
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-12/+13
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1925-100/+75
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-3/+3
* Fix test failures after r334053.Eric Fiselier2018-06-061-1/+3
* Remove expression '1L + INT_MAX', because it overflows on machines where int/...Marshall Clow2018-05-191-2/+2
* Implement deduction guides for <deque>Marshall Clow2018-05-182-0/+140
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-173-3/+154
* [test] Allow other implementations to strengthen noexcept on deque's move con...Casey Carter2017-09-301-1/+1
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier2017-04-167-28/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-051-1/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-054-8/+16
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-4/+7
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+2
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-1/+1
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-067-13/+20
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-3/+4
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-272-2/+2
* [libc++] Fix stack_allocatorEric Fiselier2016-10-084-8/+8
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+3
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+2
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-2/+3
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1421-30/+26
* Fix warnings in deque testsEric Fiselier2015-07-192-11/+4
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-102-2/+2
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-287-7/+7
* Move test into test/std subdirectory.Eric Fiselier2014-12-2023-0/+1417
OpenPOWER on IntegriCloud