| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtConcurrent: mark as security-significant | Ivan Solovev | 2025-05-28 | 1 | -0/+1 |
| * | ResultReporter: fix uninitialized int member | Dennis Oberst | 2024-04-11 | 1 | -1/+1 |
| * | QtConcurrent: fix warning due to assignment to narrower integer type | Hamish Moffatt | 2023-04-03 | 1 | -3/+3 |
| * | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtConcurrent: filter/map reduction without default ctor | Ivan Solovev | 2020-12-04 | 1 | -11/+76 |
| * | Reorder IterateKernel data members to avoid holes in the data | Sona Kurazyan | 2020-11-09 | 1 | -6/+7 |
| * | Avoid use of Q_UNUSED by eliminating the parameter names | Lars Schmertmann | 2020-07-03 | 1 | -4/+2 |
| * | Use QList instead of QVector in QtConcurrent | Jarek Kobus | 2020-06-22 | 1 | -1/+1 |
| * | Pass the thread pool into BlockSizeManager | Jarek Kobus | 2020-05-28 | 1 | -2/+2 |
| * | Make some members of IterateKernel const | Jarek Kobus | 2020-05-28 | 1 | -5/+6 |
| * | Enable setting custom QThreadPool for QtConcurrent methods | Jarek Kobus | 2020-05-18 | 1 | -2/+2 |
| * | Resolve Qt6 TODO items, replace Median and BlockSizeManager | Karsten Heimrich | 2020-04-09 | 1 | -31/+7 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -4/+4 |
| * | QtConcurrent: Unify license headers | Kai Koehne | 2019-01-29 | 1 | -1/+1 |
| * | doc: Fix all qdoc errors in QtConcurrent | Martin Smith | 2017-12-08 | 1 | -3/+1 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | QtConcurrent: Add missing override | Alexander Volkov | 2016-11-29 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-26 | 1 | -1/+27 |
| |\ |
|
| | * | Avoid heap allocations in Median class | Tobias Koenig | 2016-01-21 | 1 | -1/+27 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | QtConcurrent: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-11-04 | 1 | -1/+1 |
| * | 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 |
| * | Remove level 4 compiler warnings from MSVC. | David Schulz | 2014-03-15 | 1 | -0/+2 |
| * | QtConcurrent: remove a using declaration in a header file | Marc Mutz | 2013-10-05 | 1 | -2/+0 |
| * | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -2/+0 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Replace macro qdoc with Q_QDOC | Debao Zhang | 2013-01-08 | 1 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove references to QT_NO_STL from QtConcurrent | Thiago Macieira | 2012-04-07 | 1 | -30/+1 |
| * | Move QtConcurrent configuration to a single file | João Abecasis | 2012-02-14 | 1 | -1/+1 |
| * | Complete split of QtConcurrent. | Friedemann Kleint | 2012-02-06 | 1 | -1/+1 |
| * | Move QtConcurrent into its own module | Lars Knoll | 2012-02-05 | 1 | -0/+339 |