summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2216-384/+384
* Use QElapsedTimer instead of QTime to measure elapsed timeThiago Macieira2012-09-131-1/+1
* Increase the fuzziness of the QSemaphore test to 50 msThiago Macieira2012-09-131-1/+1
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+8
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-0/+28
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0114-0/+14
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+1
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-041-0/+5
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+1
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* Fixed qthreadstorage unittest to work from install directoryKurt Korbatits2012-03-261-0/+4
* Fix indentation of QWaitCondition autotest.Jason McDonald2012-03-121-352/+351
* Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+49
* Speed up tst_QWaitConditionBradley T. Hughes2012-02-201-7/+1
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-11/+11