summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/deque/deque.capacity
Commit message (Expand)AuthorAgeFilesLines
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-191-8/+24
* Add noexcept to operator[] for array and deque. This is an extension. We alre...Marshall Clow2019-03-141-4/+18
* Support tests in freestandingJF Bastien2019-02-048-8/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-4/+4
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow2017-11-152-0/+108
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-8/+8
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+2
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+2
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-2/+4
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-0/+47
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-222-0/+4
* Fix warnings in deque testsEric Fiselier2015-07-193-6/+6
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-104-4/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+340
OpenPOWER on IntegriCloud