summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1121-146/+146
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-0/+51
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-7/+3
* tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-2421-398/+230
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+49
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-0/+3
|\
| * Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-021-0/+3
* | winrt: Use native threadingAndrew Knight2014-06-251-24/+33
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-19/+19
|/
* Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3021-6/+513
* tst_qthreadpool: fix memory leakDavid Faure2013-11-281-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-5/+7
|\
| * Fix test compilation on WinRTAndrew Knight2013-11-261-3/+7
* | QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-4/+21
* | Winrt: Skip qthread autotests, which are not supported (yet)Oliver Wolff2013-10-021-0/+12
* | Winrt: tst_qthread: Added QEXPECT_FAIL where neededOliver Wolff2013-10-021-0/+12
* | WinRT: Fix various test compilationsAndrew Knight2013-10-022-1/+3
* | threading support for winrtKamil Trzcinski2013-09-261-0/+12
|/
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+29
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+53
|\
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
* | Fix some data races in tst_qthreadpool.David Faure2013-05-191-16/+16
|/
* tst_qthread: fix race on "bool visited"David Faure2013-03-291-4/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-24/+24
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2320-20/+20
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2220-20/+20
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-1820-20/+20
* | | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-0/+4
|/ /
* / Fix crashes in tst_qthreadpool on Windows.Friedemann Kleint2013-01-181-6/+28
|/
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-0/+51
* Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
* Fix QMutex::tryLock timeout computation on LinuxOlivier Goffart2012-11-161-0/+15
* Fix for leak in QFutureChristian Strømme2012-11-011-8/+22
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-4/+4
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-2/+2
* Test: remove QSKIP from tst_QThread::stressTestCaroline Chao2012-10-161-3/+6
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-283-0/+164
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-284-0/+949
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-284-0/+1444
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+497