summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-30/+30
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-191-1/+621
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-5/+5
* Use QList instead of QVector in concurrent testsJarek Kobus2020-06-223-21/+22
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-052-69/+55
* Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-184-7/+589
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-072-0/+115
* Cleanup the qtconcurrentfilter testJarek Kobus2020-05-071-1402/+357
* Squash again some tests in concurrentmapJarek Kobus2020-04-211-351/+40
* Add more tests for QtConcurrent::mappedReduced()Jarek Kobus2020-04-212-0/+221
* Get rid of code repetition in concurrentmap testJarek Kobus2020-04-211-1825/+439
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-143-16/+1008
* QTaskBuilder::spawn: add an overload that doesn't return a future objectVitaly Fanaskov2020-04-141-0/+15
* Resolve Qt6 TODO items, replace Median and BlockSizeManagerKarsten Heimrich2020-04-091-15/+27
* CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-031-0/+6
* QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-295-1/+173
* QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-111-74/+104
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-053-10/+2
* QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-042-5/+788
* Remove QLinkedListSona Kurazyan2020-02-194-1382/+0
* Post merge fixesLeander Beernaert2019-11-253-4/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-195-40/+44
|\
| * Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-043-3/+0
| * Make QList an alias to QVectorLars Knoll2019-10-302-37/+44
* | Regenerate tests/auto/concurrentAlexandru Croitor2019-11-138-9/+37
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-154-5/+8
|\|
| * Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-122-0/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-114-39/+40
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-204-38/+38
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\|
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-31/+18
|\|
| * Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-092-18/+18
| * Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-062-13/+0
* | Build and test QtConcurrentTobias Hunger2018-11-017-0/+98
|/
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-162-4/+5
|\
| * Fix of flaky qFutureAssignmentLeak testAllan Sandfeld Jensen2018-02-152-5/+5
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+1
| |\
| | * Blacklist tst_QtConcurrentMap::qFutureAssignmentLeakFrederik Gladhorn2018-02-091-0/+3
* | | Remove extra semicolonFrederik Gladhorn2018-02-071-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-2/+2
|\ \
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-2/+2
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-45/+0
|\|
| * Remove tst_qtconcurrentiteratekernel blockSize testJędrzej Nowacki2017-07-291-45/+0
* | Blacklist qFutureAssignmentLeak on OpenSUSE CIMorten Johan Sørvig2017-06-221-0/+2
|/
* 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