| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QBasicFutureWatcher behind the ABI boundary | Marc Mutz | 2023-07-13 | 1 | -2/+2 |
| * | QFuture: Gracefully handle a destroyed context in continuations | Arno Rehn | 2023-05-30 | 1 | -0/+4 |
| * | QFutureInterface: Extract Method reportAndEmplaceResult() from reportAndMoveR... | Marc Mutz | 2023-03-31 | 1 | -2/+11 |
| * | QFutureInterface::reportAndMoveResult(): don't spell a move as forward<T>() | Marc Mutz | 2023-03-31 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | QFuture: fix handling of cancelled continuation chain | Sona Kurazyan | 2022-09-21 | 1 | -2/+0 |
| * | Move QFutureInterfaceBase::cleanContinuation() to removed_api | Sona Kurazyan | 2022-06-22 | 1 | -0/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Fix memory leaks when capturing a QFuture in its continuation | Sona Kurazyan | 2022-01-21 | 1 | -0/+4 |
| * | QFuture: support cancellation of continuation chain through parent | Sona Kurazyan | 2021-11-13 | 1 | -0/+4 |
| * | Optimize QPromise destructor | Sona Kurazyan | 2021-10-08 | 1 | -0/+5 |
| * | Add QFutureInterfaceBase::get() to retrieve internals of QFuture | Arno Rehn | 2021-07-12 | 1 | -0/+3 |
| * | QFutureInterface: remove the inconsistent and unneeded include | Sona Kurazyan | 2021-06-25 | 1 | -1/+0 |
| * | QFuture: put the result store and the exception store in a union | Sona Kurazyan | 2021-06-12 | 1 | -1/+33 |
| * | QFutureInterface(Base): code tidies | Giuseppe D'Angelo | 2021-06-08 | 1 | -3/+4 |
| * | QPromise/QFutureInterface: in Qt 7 take std::exception_ptr by const-ref | Giuseppe D'Angelo | 2021-06-08 | 1 | -0/+4 |
| * | QPromise/QFuture: fix value semantics | Giuseppe D'Angelo | 2021-05-22 | 1 | -10/+20 |
| * | QFuture: cleanup headers | Fabian Kosmale | 2021-03-22 | 1 | -13/+18 |
| * | Fix memory leaks in QFuture's continuations | Sona Kurazyan | 2020-12-01 | 1 | -1/+4 |
| * | Make QPromise::addResult() return boolean status of operation | Andrei Golubev | 2020-10-16 | 1 | -37/+45 |
| * | Reject overwrites by the same index in QPromise::addResult() | Andrei Golubev | 2020-10-13 | 1 | -7/+10 |
| * | Temporarily disable QFuture::takeResult() method | Sona Kurazyan | 2020-10-12 | 1 | -0/+5 |
| * | Introduce swap functions for QPromise/QFutureInterface | Andrei Golubev | 2020-08-03 | 1 | -1/+9 |
| * | Use QList instead of QVector in corelib | Jarek Kobus | 2020-06-25 | 1 | -4/+4 |
| * | Add QPromise implementation | Andrei Golubev | 2020-06-09 | 1 | -0/+9 |
| * | Deprecate the pause-related APIs of QFuture* classes | Sona Kurazyan | 2020-06-04 | 1 | -11/+21 |
| * | Add a way of notifying QFutureWatcher when pause is in effect | Sona Kurazyan | 2020-05-29 | 1 | -1/+4 |
| * | Add support of cancellation handler callbacks to QFuture | Sona Kurazyan | 2020-05-15 | 1 | -0/+6 |
| * | QFuture: the result type doesn't have to be a default-constructible | Vitaly Fanaskov | 2020-04-23 | 1 | -13/+2 |
| * | Add support of failure handler callbacks to QFuture | Sona Kurazyan | 2020-04-01 | 1 | -0/+10 |
| * | Store QFuture exceptions as std::exception_ptr | Sona Kurazyan | 2020-04-01 | 1 | -0/+1 |
| * | QFuture - add ability to move results from QFuture | Timur Pocheptsov | 2020-03-31 | 1 | -4/+82 |
| * | Add support for attaching continuations to QFuture | Sona Kurazyan | 2020-03-05 | 1 | -2/+27 |
| * | QFutureInterface: clean up mutex() method for Qt 6 | Marc Mutz | 2019-09-12 | 1 | -7/+6 |
| * | Port away from QMutexLocker in public headers | Marc Mutz | 2019-08-25 | 1 | -5/+8 |
| * | QFutureInterface::reportFinished use nullptr instead of 0 | Albert Astals Cid | 2018-07-05 | 1 | -1/+1 |
| * | Make QT_NO_FUTURE a feature | Ulf Hermann | 2017-12-19 | 1 | -4/+2 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<> | Olivier Goffart | 2017-03-06 | 1 | -17/+11 |
| * | QFuture(Interface): remove unneeded special member functions | Marc Mutz | 2016-08-13 | 1 | -9/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QtCore: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-01 | 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 |
| * | QFutureInterface: allow to work with a QThreadPool != globalInstance() | Marc Mutz | 2014-08-05 | 1 | -0/+2 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -1/+1 |
| * | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -3/+0 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | QFutureInterface: Remove unused function | Orgad Shaneh | 2012-11-08 | 1 | -1/+0 |
| * | Fix for leak in QFuture | Christian Strømme | 2012-11-01 | 1 | -4/+11 |