| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtConcurrent: fix support for callables with deduced return type | Ivan Solovev | 2025-01-06 | 1 | -0/+62 |
| * | Remove extra semi-colons | Tasuku Suzuki | 2024-02-06 | 1 | -2/+2 |
| * | Change license for tests files | Lucie Gérard | 2024-02-04 | 1 | -1/+1 |
| * | Fix QThreadPool::maxThreadCount() usage | Ivan Solovev | 2024-01-08 | 1 | -0/+22 |
| * | Silence a few unused-but-set-parameter warnings in some of the tests | Amir Masoud Abdol | 2023-03-06 | 1 | -7/+7 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | QtConcurrent: prevent conversion of ReduceOption to initial value | Sona Kurazyan | 2022-05-20 | 1 | -0/+46 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -27/+2 |
| * | Tests: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+1 |
| * | Fix QtConcurrent::blockingMapped to work with non-template sequences | Sona Kurazyan | 2021-09-08 | 1 | -0/+83 |
| * | Fix QtConcurrent to properly work with functors | Sona Kurazyan | 2021-07-21 | 1 | -96/+204 |
| * | Fix gcc warnings from having only one of assignment/copy | Volker Hilsheimer | 2021-04-11 | 1 | -0/+2 |
| * | Replace QtTest headers with QTest | David Skoland | 2020-12-22 | 1 | -3/+3 |
| * | Fix compiler warnings from mixing signed/unsigned ints | Volker Hilsheimer | 2020-12-01 | 1 | -3/+3 |
| * | Fix compiler warning from comparing signed to unsigned | Volker Hilsheimer | 2020-11-27 | 1 | -1/+1 |
| * | Automatically generate unit tests for QtConcurrent | Andreas Buhr | 2020-11-09 | 1 | -20/+20 |
| * | Improve QtConcurrent::blockingMapped tests | Sona Kurazyan | 2020-11-04 | 1 | -18/+11 |
| * | Use universal references for passing callables in QtConcurrent | Sona Kurazyan | 2020-10-30 | 1 | -0/+194 |
| * | Forbid implicit conversions between QFuture and other types | Sona Kurazyan | 2020-10-30 | 1 | -19/+27 |
| * | Workaround gcc compiler bug | Volker Hilsheimer | 2020-10-29 | 1 | -8/+8 |
| * | Use parameter_type in QList methods | Andrei Golubev | 2020-10-22 | 1 | -2/+2 |
| * | Move file of test helpers out of directory for qtconcurrentmap tests | Andreas Buhr | 2020-10-16 | 1 | -1/+1 |
| * | Add unit tests to assure QtConcurrent works on move-only sequences | Andreas Buhr | 2020-10-07 | 1 | -39/+135 |
| * | Use universal references in QtConcurrent | Sona Kurazyan | 2020-09-30 | 1 | -2/+51 |
| * | Fix QtConcurrent algorithms to work with temporary sequences | Sona Kurazyan | 2020-09-28 | 1 | -0/+51 |
| * | Use QList instead of QVector in concurrent tests | Jarek Kobus | 2020-06-22 | 1 | -11/+12 |
| * | Reuse the non blocking implementation for blocking one | Jarek Kobus | 2020-06-05 | 1 | -31/+25 |
| * | Enable setting custom QThreadPool for QtConcurrent methods | Jarek Kobus | 2020-05-18 | 1 | -0/+264 |
| * | Squash again some tests in concurrentmap | Jarek Kobus | 2020-04-21 | 1 | -351/+40 |
| * | Add more tests for QtConcurrent::mappedReduced() | Jarek Kobus | 2020-04-21 | 1 | -0/+216 |
| * | Get rid of code repetition in concurrentmap test | Jarek Kobus | 2020-04-21 | 1 | -1825/+439 |
| * | Improve Map|Map-Reduce and Filter|Filter-Reduce implementation | Karsten Heimrich | 2020-04-14 | 1 | -10/+665 |
| * | QtConcurrent: filter- and map-reduce with initial value | Mårten Nordheim | 2020-03-04 | 1 | -4/+366 |
| * | Remove QLinkedList | Sona Kurazyan | 2020-02-19 | 1 | -726/+0 |
| * | Make QList an alias to QVector | Lars Knoll | 2019-10-30 | 1 | -19/+22 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -16/+16 |
| * | Replace Q_DECL_NOTHROW with noexcept the remaining places | Allan Sandfeld Jensen | 2019-04-09 | 1 | -10/+10 |
| * | Remove handling of missing very old compiler feature check | Allan Sandfeld Jensen | 2019-04-06 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-02-16 | 1 | -2/+5 |
| |\ |
|
| | * | Fix of flaky qFutureAssignmentLeak test | Allan Sandfeld Jensen | 2018-02-15 | 1 | -2/+5 |
| * | | Remove extra semicolon | Frederik Gladhorn | 2018-02-07 | 1 | -1/+1 |
| |/ |
|
| * | Change almost all other uses of qrand() to QRandomGenerator | Thiago Macieira | 2017-11-08 | 1 | -2/+2 |
| * | Adapt to the C++ SIC introduced by P0012: noexcept overloading | Eric Lemanissier | 2017-02-17 | 1 | -0/+74 |
| * | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| * | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v). | Friedemann Kleint | 2015-07-27 | 1 | -12/+12 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -3/+3 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Tests: Remove declaration of built-in and automatic metatypes. | Stephen Kelly | 2013-01-06 | 1 | -7/+0 |