summaryrefslogtreecommitdiffstats
path: root/libcxx/test/iterators
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20168-6216/+0
* Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value typeMarshall Clow2014-12-161-0/+12
* Implement N4280 - 'Non-member size() and more'Marshall Clow2014-11-193-0/+236
* Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow2014-03-112-43/+5
* Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow2014-03-0318-0/+55
* Remove a stray tab that snuck into a test. No functionality changeMarshall Clow2014-03-031-1/+1
* Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and...Marshall Clow2014-03-031-0/+42
* LWG issue #2188: Reverse iterator does not fully support targets that overloa...Marshall Clow2014-02-271-0/+39
* Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexc...Marshall Clow2014-02-191-1/+23
* Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow2013-12-021-0/+1
* LWG Issue 2128: Implement global cbegin/rbegin/cend/rbeginMarshall Clow2013-08-301-0/+125
* Implement LWG issue 2061Marshall Clow2013-08-271-0/+7
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0549-49/+49
* ...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow2013-01-044-28/+28
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-0350-300/+49
* noexcept applied to <iterator>.Howard Hinnant2012-07-201-1/+1
* license changeHoward Hinnant2010-11-16163-326/+326
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-046-21/+21
* Fixing whitespace problemsHoward Hinnant2010-08-2258-147/+147
* Corrected a test bug in reverse_iteratorHoward Hinnant2010-05-281-6/+6
* more :: to _Howard Hinnant2010-05-188-0/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11163-163/+163
* libcxx initial importHoward Hinnant2010-05-11164-0/+5966
OpenPOWER on IntegriCloud