summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread
Commit message (Expand)AuthorAgeFilesLines
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-22/+24
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-4/+0
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-2/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-2/+2
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+4
* Regenerate tests/auto/corelib/threadAlexandru Croitor2019-11-121-0/+16
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-3/+1
|\
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-3/+1
* | cmake: add corelib/thread/qthreadstorageFrederik Gladhorn2019-10-101-2/+0
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-0/+20
|/
* unblacklist passing testsDaniel Smith2019-07-081-2/+5
* tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
* tst_QThread: Blacklist sleep() for WindowsFriedemann Kleint2019-06-261-0/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-11/+9
* Fix memory leak in auto testLars Knoll2019-03-291-0/+2
* Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-4/+4
|\
| * Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
|/
* tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
* Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-061-2/+2
* 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
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+261
|/
* 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
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-19/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | 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
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-41/+5
|\
| * Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-41/+5
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* winrt: Use native threadingAndrew Knight2014-06-251-24/+33
* 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
* threading support for winrtKamil Trzcinski2013-09-261-0/+12
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* tst_qthread: fix race on "bool visited"David Faure2013-03-291-4/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-2/+2