summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-12/+14
|\
| * No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
| * 64-bit atomics: fix bad copy/paste in macro definitionsThiago Macieira2020-03-201-12/+12
* | Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-014-1/+291
* | Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-015-61/+29
* | QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-316-25/+223
* | Make QFuture::d privateSona Kurazyan2020-03-231-2/+10
* | Clean-up the duplicate code in QFuture and QFutureWatcherSona Kurazyan2020-03-233-135/+69
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-7/+12
|\|
| * Fix memory leak on new QThreadPool::tryStart versionAllan Sandfeld Jensen2020-03-171-7/+12
* | Add support for attaching continuations to QFutureSona Kurazyan2020-03-057-7/+645
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-284-19/+19
|\|
| * Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-264-19/+19
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-6/+0
|\|
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-6/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-134-0/+66
|\|
| * Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-314-0/+66
* | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-4/+6
|\|
| * QThread::setPriority() Warn about invalid parameter on all platformsFriedemann Kleint2020-01-272-3/+5
| * Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-045-83/+146
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-162-68/+142
| |\
| | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-122-68/+142
| * | QWaitCondition: un-deprecate wait() functions with ulong argChristian Ehrlicher2019-12-123-15/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-112-7/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-7/+7
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-102-7/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0911-34/+34
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0611-34/+34
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-301-3/+3
|\| |
| * | INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-291-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-259-45/+86
|\| |
| * | Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-134-16/+32
| * | QWaitCondition: fix dummy QWaitCondition implementationChristian Ehrlicher2019-11-081-7/+14
| * | QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-076-24/+42
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-301-0/+10
| |\|
| | * no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt2019-10-281-0/+10
* | | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-204-6/+59
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-022-0/+154
|\| |
| * | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-272-0/+154
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-222-29/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-192-29/+22
| |\|
| | * Revert "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition...Jani Heikkinen2019-09-192-29/+22
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-09-173-42/+52
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-171-4/+8
| |\|
| | * Revert "Revert "Deprecate QAtomic::load() / store()""Giuseppe D'Angelo2019-09-161-4/+8
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-162-38/+44
| |\|
| | * QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition_variabl...Marc Mutz2019-09-132-22/+29