summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
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
* Silence a few unused-but-set-parameter warnings in some of the testsAmir Masoud Abdol2023-03-061-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-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
* 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-161-1/+1
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-071-39/+135
* Use universal references in QtConcurrentSona Kurazyan2020-09-301-2/+51
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-281-0/+51
* 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
* Squash again some tests in concurrentmapJarek Kobus2020-04-211-351/+40
* Add more tests for QtConcurrent::mappedReduced()Jarek Kobus2020-04-211-0/+216
* 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
* QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-041-4/+366
* Remove QLinkedListSona Kurazyan2020-02-191-726/+0
* Make QList an alias to QVectorLars Knoll2019-10-301-19/+22
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-16/+16
* 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
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-2/+5
|\
| * Fix of flaky qFutureAssignmentLeak testAllan Sandfeld Jensen2018-02-151-2/+5
* | Remove extra semicolonFrederik Gladhorn2018-02-071-1/+1
|/
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-2/+2
* Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-171-0/+74
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-12/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-7/+0
* Fix for leak in QFutureChristian Strømme2012-11-011-0/+43