qt5base-lts/tests/auto/corelib/thread
Thiago Macieira 7ffcafd1b5 Remove all the atomic code besides MSVC and std::atomic
[ChangeLog][Important Behavior Changes] Starting with Qt 5.7, Qt
requires a C++11 compiler with support for C++11 atomics. This affects
user code too: Qt headers no longer compile with a C++98 compiler. The
minimum compiler versions for this release are:
 * Clang 3.4 (found in XCode 5.1)
 * GCC 4.7
 * Microsoft Visual Studio 2012

Change-Id: Ib056b47dde3341ef9a52ffff13ef1f496ea9363f
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Dmitry Shachnev <mitya57@gmail.com>
2016-01-19 23:41:52 +00:00
..
qatomicint Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qatomicinteger Remove all the atomic code besides MSVC and std::atomic 2016-01-19 23:41:52 +00:00
qatomicpointer Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfuture Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfuturesynchronizer Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfuturewatcher Merge remote-tracking branch 'origin/5.6' into dev 2015-11-04 20:18:14 +01:00
qmutex Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qmutexlocker Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qreadlocker Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qreadwritelock Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qresultstore Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsemaphore Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qthread Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qthreadonce Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qthreadpool Merge remote-tracking branch 'origin/5.6' into dev 2015-12-02 23:33:06 +01:00
qthreadstorage Merge remote-tracking branch 'origin/5.6' into dev 2015-12-18 08:37:31 +01:00
qwaitcondition Merge remote-tracking branch 'origin/5.6' into dev 2015-11-27 08:27:53 +01:00
qwritelocker Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
thread.pro Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00