summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentfilter
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in concurrent testsJarek Kobus2020-06-221-4/+4
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-051-38/+30
* Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-181-0/+306
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-071-0/+101
* Cleanup the qtconcurrentfilter testJarek Kobus2020-05-071-1402/+357
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-141-0/+343
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-052-6/+1
* QtConcurrent: filter- and map-reduce with initial valueMÃ¥rten Nordheim2020-03-041-1/+422
* Remove QLinkedListSona Kurazyan2020-02-192-655/+0
* Post merge fixesLeander Beernaert2019-11-251-1/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-192-19/+22
|\
| * Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
| * Make QList an alias to QVectorLars Knoll2019-10-301-18/+22
* | Regenerate tests/auto/concurrentAlexandru Croitor2019-11-132-1/+15
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-1/+4
|\|
| * Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
* | Build and test QtConcurrentTobias Hunger2018-11-011-0/+14
|/
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-14/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QtConcurrent tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-13/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* 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
* Remove insignification from QtConcurrentFilter test.Jason McDonald2012-04-192-2/+2
* Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-071-4/+0
* Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-121-14/+0
* Move QtConcurrent into its own moduleLars Knoll2012-02-053-0/+1551