qt6-bb10/tests/auto/corelib
Marc Mutz 967e4f258c QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()
Now all Qt sequential containers consistently provide reverse iterators.

The associative ones, by way of not returning std::pair from op*, can't
just use std::reverse_iterator. They would miss .key() and .value() methods.
So that has to wait for 5.7.

The reverse versions of the new key_iterators can also just use
std::reverse_iterator, but I'm afraid that after bikeshedding over
keyRBegin() vs. rKeyBegin() vs. reverseKeyBegin() vs. rkbegin()
vs. krbegin() (<-- of course, what else?), it would anyway be too
late for 5.6, so defer, too.

[ChangeLog][QtCore][QLinkedList/QSet] Added rbegin(), crbegin(), rend(), crend(),
and reverse_iterator and const_reverse_iterator typedefs.

Task-number: QTBUG-25919
Change-Id: I58316fffade469e9a42c61d7aa1455ae3443fd94
Reviewed-by: Sérgio Martins <sergio.martins@kdab.com>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-10-13 18:07:20 +00:00
..
animation Extend tst_QPauseAnimation::pauseAndPropertyAnimations blacklist 2015-06-20 15:25:58 +00:00
codecs fix usage of wince scope 2015-06-05 10:29:10 +00:00
global Skip tst_QNumeric::addOverflow() for MSVC2015. 2015-09-30 04:28:39 +00:00
io Improve tst_qfile. 2015-09-30 17:28:49 +00:00
itemmodels Clean unused parameter warning from QItemSelectionModel test 2015-09-30 06:36:21 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Fixed a QTimer::singleShot() crash when a functor callback is used 2015-10-12 16:45:04 +00:00
mimetypes Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-02 16:59:55 +02:00
plugin Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
statemachine QStateMachine: add defaultTransition in QHistoryState 2015-07-23 13:29:46 +00:00
thread Initialize QFutureWatcherBasePrivate::finished and test 2015-09-30 08:25:34 +00:00
tools QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}() 2015-10-13 18:07:20 +00:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
corelib.pro