summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* Mention QtFuture::when* functions in QFuture's docsSona Kurazyan2021-11-261-4/+7
* Add support for combining multiple QFuturesSona Kurazyan2021-11-203-0/+421
* Re-apply "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(conditi...Marc Mutz2021-11-202-22/+25
* QReadWriteLock: replace a QHash with a QVarLengthArray<., 16>Marc Mutz2021-11-162-7/+24
* QFuture: extend the docs to explain how to cancel continuation chainSona Kurazyan2021-11-151-0/+24
* Update documentation of QFuture continuationsSona Kurazyan2021-11-151-19/+44
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-134-4/+37
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-3/+8
* corelib: Fix typos in documentationJonas Kvinge2021-10-126-9/+9
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-124-5/+5
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* Optimize QPromise destructorSona Kurazyan2021-10-083-8/+33
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-062-0/+54
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-012-40/+54
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* QThreadPrivate: Remove threadForIdFabian Kosmale2021-09-221-3/+0
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-191-2/+2
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+5
* Doc: fix qdoc warning from wrong function prototypesVolker Hilsheimer2021-09-061-4/+4
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* wasm: enable the new event dispatcher for qtcoreMorten Johan Sørvig2021-08-271-0/+4
* Improve docs for QFuture continuationsSona Kurazyan2021-08-101-43/+47
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-041-0/+3
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+8
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-23/+15
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-232-7/+2
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+20
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-122-0/+11
* Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailableTasuku Suzuki2021-07-011-0/+3
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-302-0/+56
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* QException: Fix no-exception buildNodir Temirkhodjaev2021-06-141-0/+2
* QThread: avoid mixed enum arithmeticGiuseppe D'Angelo2021-06-131-3/+3
* Allocate progress related data on demandSona Kurazyan2021-06-122-29/+62
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-127-31/+118
* QSemaphore: Fix warning in 32-bit buildNodir Temirkhodjaev2021-06-121-1/+1
* QPromise: doc fixesGiuseppe D'Angelo2021-06-081-1/+1
* QFutureInterface(Base): code tidiesGiuseppe D'Angelo2021-06-082-5/+6
* QPromise/QFutureInterface: in Qt 7 take std::exception_ptr by const-refGiuseppe D'Angelo2021-06-084-0/+19
* QFuture: remove incorrect sentence from docsGiuseppe D'Angelo2021-05-271-3/+0
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-262-9/+9
* QPromise: code tidiesGiuseppe D'Angelo2021-05-221-1/+1
* QPromise/QFuture: fix value semanticsGiuseppe D'Angelo2021-05-224-28/+35
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-212-6/+4