summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-3/+3
* Fix compiler warnings from mixing signed/unsigned intsVolker Hilsheimer2020-12-011-3/+3
* Fix compiler warning from comparing signed to unsignedVolker Hilsheimer2020-11-271-1/+1
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-091-20/+20
* Improve QtConcurrent::blockingMapped testsSona Kurazyan2020-11-041-18/+11
* Use universal references for passing callables in QtConcurrentSona Kurazyan2020-10-301-0/+194
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-19/+27
* Workaround gcc compiler bugVolker Hilsheimer2020-10-291-8/+8
* Use parameter_type in QList methodsAndrei Golubev2020-10-221-2/+2
* Move file of test helpers out of directory for qtconcurrentmap testsAndreas Buhr2020-10-162-169/+1
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-131-2/+0
* Enable some-of the QtConcurrent test casesSona Kurazyan2020-10-121-0/+2
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-072-39/+167
* Use universal references in QtConcurrentSona Kurazyan2020-09-301-2/+51
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-281-0/+51
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+2
* Use QList instead of QVector in concurrent testsJarek Kobus2020-06-221-11/+12
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-051-31/+25
* Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-181-0/+264
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-071-0/+14
* 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-141-10/+665
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-051-4/+1
* QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-041-4/+366
* Remove QLinkedListSona Kurazyan2020-02-192-727/+0
* Post merge fixesLeander Beernaert2019-11-251-1/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-192-20/+22
|\
| * Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
| * Make QList an alias to QVectorLars Knoll2019-10-301-19/+22
* | Regenerate tests/auto/concurrentAlexandru Croitor2019-11-132-1/+18
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-4/+4
|\|
| * Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-16/+16
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-16/+16
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-15/+10
|\|
| * Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-10/+10
| * Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-5/+0
* | Build and test QtConcurrentTobias Hunger2018-11-011-0/+20
|/
* 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
|/ /
* | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-2/+2
* | Blacklist qFutureAssignmentLeak on OpenSUSE CIMorten Johan Sørvig2017-06-221-0/+2
|/
* Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-172-0/+77
* Updated license headersJani Heikkinen2016-01-212-34/+24
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1