| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs: Clarify adding a continuation to a QFuture with multiple results | Ivan Solovev | 2025-03-24 | 2 | -0/+38 |
| * | QVariant::value/qvariant_cast: add rvalue optimization | Fabian Kosmale | 2023-06-12 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 4 | -196/+8 |
| * | QtConcurrent: fix examples of overloaded methods in docs | Sona Kurazyan | 2021-08-18 | 2 | -6/+10 |
| * | Update QtConcurrent docs and examples for reductor object usage | Sona Kurazyan | 2021-07-26 | 2 | -11/+7 |
| * | Document that QtConcurrent::run doesn't support overloaded functions | Sona Kurazyan | 2020-12-23 | 1 | -0/+18 |
| * | QtConcurrent: Handle running with promise inside QTaskBuilder | Jarek Kobus | 2020-10-28 | 1 | -0/+9 |
| * | QtConcurrent: Integrate runWithPromise into run | Jarek Kobus | 2020-10-28 | 1 | -7/+7 |
| * | QtConcurrent: Add documentation for runWithPromise() | Jarek Kobus | 2020-08-26 | 1 | -0/+86 |
| * | Fix the doc example | Jarek Kobus | 2020-08-19 | 1 | -1/+1 |
| * | Use QList instead of QVector in qtbase | Jarek Kobus | 2020-07-07 | 2 | -16/+16 |
| * | Improve Map|Map-Reduce and Filter|Filter-Reduce implementation | Karsten Heimrich | 2020-04-14 | 2 | -3/+90 |
| * | QTaskBuilder::spawn: add an overload that doesn't return a future object | Vitaly Fanaskov | 2020-04-14 | 1 | -0/+4 |
| * | QtConcurrent: add fluent interface to configure a task before run | Vitaly Fanaskov | 2020-03-29 | 1 | -0/+127 |
| * | QtConcurrent::run: accept more then five function's arguments | Vitaly Fanaskov | 2020-03-11 | 1 | -3/+33 |
| * | Doc: Fix typo and grammar issues | Paul Wicking | 2018-07-09 | 1 | -9/+9 |
| * | Doc: Update QtConcurrent::mapped example snippet | Paul Wicking | 2018-04-19 | 1 | -2/+3 |
| * | Fix documentation for function objects with map/reduce | Ville Voutilainen | 2017-12-08 | 2 | -1/+25 |
| * | Doc: Replace std::bind() with lambdas in Qt Concurrent | Sze Howe Koh | 2017-03-07 | 3 | -24/+9 |
| * | Doc: update QtConcurrent snippets to use QRegularExpression | Samuel Gaist | 2017-02-04 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-31 | 1 | -2/+2 |
| |\ |
|
| | * | Doc: Fix a typo in QtConcurrent example snippet | Topi Reinio | 2016-10-28 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-06 | 1 | -1/+1 |
| |\| |
|
| | * | Added a missing comma to the comment. | Jesus Fernandez | 2016-05-03 | 1 | -1/+1 |
| * | | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 3 | -9/+39 |
| |/ |
|
| * | Updated BSD licensed file headers | Jani Heikkinen | 2015-02-15 | 3 | -9/+9 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 3 | -15/+15 |
| * | QtConcurrent::run: allow to select the thread pool on which to run the task | Marc Mutz | 2014-08-05 | 1 | -0/+7 |
| * | Doc: Update boost::bind()/std::tr1::bind() to std::bind() | Sze Howe Koh | 2013-10-28 | 3 | -5/+5 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 3 | -3/+3 |
| * | Move QFutureSynchronizer back to QtCore | Marc Mutz | 2012-09-28 | 1 | -53/+0 |
| * | Move QFutureWatcher back to QtCore | Marc Mutz | 2012-09-28 | 1 | -50/+0 |
| * | Move QFuture from QtConcurrent to QtCore | Marc Mutz | 2012-09-28 | 1 | -64/+0 |
| * | Move QtConcurrent::Exception as QException back to QtCore | Marc Mutz | 2012-09-28 | 1 | -75/+0 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 7 | -42/+42 |
| * | Doc: Modularize QtConcurrent documentation. | Casper van Donderen | 2012-05-09 | 7 | -0/+695 |