summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/deque/deque.modifiers
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3115-0/+19
* Support tests in freestandingJF Bastien2019-02-0423-23/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-142-2/+2
* mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow2018-09-122-0/+64
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-0/+67
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-10/+10
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier2017-04-163-14/+6
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-242-2/+28
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-2/+8
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-0611-16/+17
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-2310-19/+29
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-312-2/+2
* [libc++] Fix stack_allocatorEric Fiselier2016-10-081-2/+2
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-212-19/+12
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-111-0/+12
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1410-10/+10
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-016-19/+19
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-222-0/+4
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-102-0/+2
* Fix warnings in deque testsEric Fiselier2015-07-195-40/+14
* Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...Marshall Clow2015-06-054-0/+246
* Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow2015-03-092-1/+41
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-1015-15/+15
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-284-4/+4
* Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...Marshall Clow2015-01-221-1/+40
* Move test into test/std subdirectory.Eric Fiselier2014-12-2018-0/+1863
OpenPOWER on IntegriCloud