summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test: remove QSKIP from tst_QThread::stressTestCaroline Chao2012-10-161-3/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* 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
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+49
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+1
* QThread-test: Fix test on Windows (timer inaccuracy).Friedemann Kleint2011-12-141-9/+4
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-251-4/+4
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-6/+3
* Fixed compile of autotests with -qtnamespace.Rohan McGovern2011-11-181-1/+4
* Remove warnings from deprecated atomic operators in autotestsBradley T. Hughes2011-11-161-4/+5
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-0/+74
* Cleanup corelib autotestsJason McDonald2011-11-141-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* Cleanup corelib autotestsJason McDonald2011-11-071-16/+0
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-0/+34
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-28/+0
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-071-3/+6
* Remove Symbian-specific code from tests.Jason McDonald2011-09-292-24/+3
* Moving relevant tests to corelib/threadHolger Ihrig2011-09-013-0/+1255