summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Fix truncation warning in generation_helpersIsak Fyksen2024-03-181-4/+1
* Correct license for tools filesLucie Gérard2024-03-057-7/+7
* Remove extra semi-colonsTasuku Suzuki2024-02-061-2/+2
* Change license for tests filesLucie Gérard2024-02-0419-19/+19
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-081-0/+22
* QtConcurrent::run() test: Add tests taking static functionJarek Kobus2023-11-091-4/+37
* tst_QtConcurrentMedian: compile with QT_NO_FOREACHAhmad Samir2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+6
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-058-0/+48
* QVariant::value/qvariant_cast: add rvalue optimizationFabian Kosmale2023-06-121-1/+1
* tst_qtconcurrentrun: fix UB (uninit'ed values)Marc Mutz2023-03-311-2/+2
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* 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-179-18/+0
* Skip tst_qconcurrentrun completely if running under an emulatorVille Voutilainen2022-12-191-3/+8
* Temporarily skip tst_qtcuncurrentrun::pollForIsFinished in emulatorFabian Kosmale2022-11-302-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-045-10/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-239-9/+9
* Add license headers to cmake filesLucie Gérard2022-08-039-0/+27
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-288-8/+8
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-202-0/+97
* Use SPDX license identifiersLucie Gérard2022-05-1619-506/+31
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+4
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-241-0/+23
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-201-0/+12
* 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