summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Remove tst_qtconcurrentiteratekernel blockSize testJędrzej Nowacki2017-07-291-45/+0
* Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-174-0/+184
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-0/+37
|\
| * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-0/+37
* | QtConcurrentRun: add unittest for polling for isFinished()David Faure2016-02-151-0/+29
* | Updated license headersJani Heikkinen2016-01-217-119/+84
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-056-6/+6
|/
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-272-26/+26
* Fix build of tests on QNX.Rafael Roquetto2015-03-141-2/+2
* Update copyright headersJani Heikkinen2015-02-117-49/+49
* Update license headers and add new license filesMatti Paaso2014-09-247-133/+77
* QtConcurrent::run: allow to select the thread pool on which to run the taskMarc Mutz2014-08-051-2/+128
* Add diagnostic output to tst_QtConcurrentIterateKernel.Friedemann Kleint2014-04-091-9/+33
* QtConcurrent: Workaround GCC bug 58800 in median calculationNikolai Kosjar2013-12-033-0/+93
* QtConcurrent tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-275-5/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-24/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-186-6/+6
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-7/+0
* Fix for leak in QFutureChristian Strømme2012-11-011-0/+43
* Test: remove QSKIP from tst_qtconcurrentCaroline Chao2012-10-171-8/+10
* Include qexception.h instead of qtconcurrentexception.hMarc Mutz2012-09-282-2/+2
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-283-164/+0
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-284-949/+0
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-286-1446/+2
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-284-527/+28
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-284-24/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2210-240/+240
* Test: Replace QSKIP by XFAILCaroline Chao2012-09-071-5/+19
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-019-0/+9
* Remove insignification from QtConcurrentFilter test.Jason McDonald2012-04-192-2/+2
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-2/+2
|\
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-2/+2
* | Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-073-18/+0
|/
* Remove commented code from qtconcurrentmap autotest.Jason McDonald2012-03-141-9/+0
* Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-122-28/+0
* Complete split of QtConcurrent.Friedemann Kleint2012-02-062-2/+2
* Move QtConcurrent into its own moduleLars Knoll2012-02-0527-0/+8481