qt5base-lts/tests/auto/corelib/thread
Lars Knoll 06456873fc Get rid of QT_STRICT_ITERATORS
The concept was a nice idea to avoid accidental detach() calls
in implicitly shared containers, but it conflicts with a C++11
compatible API for them, with signatures for modifying methods
taking a const_iterator as argument and returning an iterator
(e.g. iterator erase(const_iterator)).

Change-Id: Ia33124bedbd260774a0a66f49aedd84e19c9971b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-11-04 12:52:26 +00:00
..
qatomicint Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
qatomicinteger Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qatomicpointer Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
qfuture Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
qfuturesynchronizer Drop unnecessary dependencies from some tests 2017-01-10 16:34:52 +00:00
qfuturewatcher Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qmutex Short live QRecursiveMutex! 2019-07-06 11:22:16 +02:00
qmutexlocker Port some trivial cases from QMutex to QRecursiveMutex 2019-07-06 11:22:37 +02:00
qreadlocker Updated license headers 2016-01-21 18:55:18 +00:00
qreadwritelock Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qresultstore Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
qsemaphore Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qthread Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qthreadonce Port some trivial cases from QMutex to QRecursiveMutex 2019-07-06 11:22:37 +02:00
qthreadpool Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qthreadstorage Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qwaitcondition unblacklist passing tests 2019-07-08 11:01:42 +00:00
qwritelocker Updated license headers 2016-01-21 18:55:18 +00:00
thread.pro Re-enable thread autotests 2018-09-25 22:35:40 +00:00