summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-0/+64
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+64
| |\
| | * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+2
|\| |
| * | Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-061-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+3
| |\|
| | * tst_QMutex: produce less noise with MSVCThiago Macieira2017-09-011-0/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-021-0/+34
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-0/+8
|\|
| * Skip QThread stress test on QemuSami Nurmenniemi2017-07-022-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+1
|\|
| * Extend blacklisting of tst_QSemaphoreTony Sarajärvi2017-05-311-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+1
|\|
| * Blacklist tst_qsemaphore on macOS 10.12Tony Sarajärvi2017-04-241-0/+1
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+261
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+5
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+5
| |\
| | * Build examples and tests only if their requirements are metUlf Hermann2017-03-221-1/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-205-134/+104
|\| |
| * | Blacklist also tst_QSemaphore::tryAcquireWithTimeout(2s)Marc Mutz2017-03-171-0/+2
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-134/+102
| |\|
| | * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
| | * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
| | * Properly use the "process" featureUlf Hermann2017-02-271-3/+3
* | | Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-0/+92
|\| |
| * | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-18/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-162-18/+57
| |\|
| | * tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
| | * Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
| | * tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
| | * Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
| | * tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-0/+2
| |\|
| | * Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
| * | Blacklist tst_QSemaphore::tryAcquireWithTimeout(0.2s) on WindowsMarc Mutz2017-02-101-0/+2
* | | Long live QSemaphoreReleaser!Marc Mutz2017-02-141-0/+50
* | | Tests: Fix Clang warnings about various unused variablesFriedemann Kleint2017-02-051-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-3/+3
|\|
| * Drop unnecessary dependencies from some testsUlf Hermann2017-01-103-3/+3
* | Long live QTest::addRow()!Marc Mutz2017-01-101-1/+1
* | Lower timeout on tst_QSemaphore::tryAcquireWithTimeoutAllan Sandfeld Jensen2016-12-142-6/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-2/+116
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-2/+2
| | |\
| | | * Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2