summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Compile autotests for IntegrityTatiana Borisova2021-09-201-2/+4
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-083-0/+195
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-181-0/+12
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-212-207/+421
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-121-8/+4
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-06-142-118/+29
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-021-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-27/+0
* Remove the qmake project filesJoerg Bornemann2021-01-079-50/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-229-11/+16
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-3/+4
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-042-0/+78
* 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-0920-45/+1947
* Improve QtConcurrent::blockingMapped testsSona Kurazyan2020-11-041-18/+11
* Use universal references for passing callables in QtConcurrentSona Kurazyan2020-10-303-0/+411
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-303-43/+55
* QtConcurrent: Provide a test for runWithPromise with handlersJarek Kobus2020-10-301-1/+110
* Workaround gcc compiler bugVolker Hilsheimer2020-10-292-16/+16
* QtConcurrent: Handle running with promise inside QTaskBuilderJarek Kobus2020-10-281-6/+49
* QtConcurrent: Integrate runWithPromise into runJarek Kobus2020-10-281-159/+217
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-262-12/+50
* Use parameter_type in QList methodsAndrei Golubev2020-10-222-6/+8
* Move file of test helpers out of directory for qtconcurrentmap testsAndreas Buhr2020-10-163-2/+2
* 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-122-8/+9
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-073-78/+291
* Use universal references in QtConcurrentSona Kurazyan2020-09-301-2/+51
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-282-0/+102
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-239-11/+9
* 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