summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Re-enable thread autotestsAllan Sandfeld Jensen2018-09-251-1/+1
* Modernize the "thread" featureUlf Hermann2018-08-173-25/+21
* Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-10/+16
|\
| * tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
| * Make tests compile for AndroidLiang Qi2018-06-252-2/+2
| * Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* | tst_qthreadstorage: Fix execution for WinRTOliver Wolff2018-06-283-25/+22
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
* | Extend blacklisting of QSemaphore tests to macOS 10.13Tony Sarajärvi2018-06-111-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-2/+0
|\|
| * Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-052-28/+26
|\|
| * tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
| * tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-0/+69
|\|
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
|/
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-1/+1
* Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-4/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-0/+131
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-0/+63
| |\
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | |\
| | | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+68
| |\| |
| | * | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
| | |/
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | | 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
|\| |