summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include qexception.h instead of qtconcurrentexception.hMarc Mutz2012-09-281-1/+1
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-281-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-071-4/+0
* Remove commented code from qtconcurrentmap autotest.Jason McDonald2012-03-141-9/+0
* Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-121-14/+0
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-0/+2426