summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators
Commit message (Expand)AuthorAgeFilesLines
...
* XFAIL test on apple-clang-7.0Eric Fiselier2016-12-141-1/+1
* Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ...Eric Fiselier2016-12-143-3/+47
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-0/+4
* Enable warnings by default for C++ >= 11 and fix -Wshadow occurancesEric Fiselier2016-12-032-31/+26
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-3/+3
* Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar2016-11-153-43/+3
* P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow2016-11-143-3/+43
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-6/+6
* Implement another part of P0031; adding constexpr to move_iteratorMarshall Clow2016-11-0224-0/+349
* Adding a missing constexpr test for reverse_iterator operator[].Marshall Clow2016-10-201-0/+11
* Implement constexpr support for reverse_iterator. Reviewed as https://reviews...Marshall Clow2016-10-1923-23/+366
* Add tests for LWG2544. We already implement this; just adding tests to make s...Marshall Clow2016-10-103-0/+66
* [libcxx] Add missing c++98 xfail. NFC.Asiri Rathnayake2016-09-161-1/+1
* Mark test as XFAIL for C++03, rather than providing a dummy pass.Marshall Clow2016-09-041-5/+2
* std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.Marshall Clow2016-08-101-0/+51
* Fix ::reference typedef in insert iterators.Eric Fiselier2016-06-303-6/+6
* Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier2016-06-301-6/+12
* 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-147-8/+22
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-019-19/+19
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-5/+2
* Test hijacking ADL for operator& in the stream iterator constructors.Eric Fiselier2016-05-172-3/+30
* Add test for r269789Eric Fiselier2016-05-171-0/+2
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-025-0/+5
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-231-0/+0
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-221-1/+40
* Implement LWG#680, which was missed lo these many moons ago, and was reported...Marshall Clow2016-04-111-2/+2
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-202-0/+6
* Implement LWG#2353: std::next is over-constrainedMarshall Clow2015-11-071-0/+4
* Suppress clang warnings in some testsEric Fiselier2015-08-301-0/+4
* A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow2015-04-165-8/+79
* [libcxx] Make __wrap_iter work with gcc.Nico Weber2015-01-271-0/+20
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-184-11/+0
* One more #include request in the test suite from Walter BrownMarshall Clow2015-01-111-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-20168-0/+6216
OpenPOWER on IntegriCloud