summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-2/+2
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-081-0/+22
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Silence a few unused-but-set-parameter warnings in some of the testsAmir Masoud Abdol2023-03-061-7/+7
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-201-0/+46
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-081-0/+83
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-211-96/+204
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-15/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* 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