summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadpool
Commit message (Expand)AuthorAgeFilesLines
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-031-0/+20
* Fix warning about virtual overrideAndreas Buhr2021-03-051-1/+1
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-78/+14
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-13/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-19/+21
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-6/+17
|\
| * Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-6/+17
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-5/+2
|\|
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-5/+2
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-1/+10
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-2/+10
|\|
| * Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-0/+4
| * unblacklist passing testsDaniel Smith2019-07-081-2/+6
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-42/+42
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-38/+38
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-4/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-0/+2
|\|
| * Fix memory leak in auto testLars Knoll2019-03-291-0/+1
| * Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
* 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.9' into 5.10Liang Qi2017-10-161-0/+64
|\|
| * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* | Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-021-0/+34
* | Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
|/
* QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* 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
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-4/+1
|\
| * tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+3
* Blacklist tst_QThreadPool::expiryTimeoutRace() on OS XSimon Hausmann2015-06-121-0/+2