summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-191-28/+16
* Make the exit() methods in QEventLoop and QThread be slotsThiago Macieira2021-05-171-2/+1
* Remove the broken qToVoidFuture() functionSona Kurazyan2021-05-101-6/+0
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-242-8/+13
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix build without features.threadTasuku Suzuki2021-04-151-4/+1
* Light cleanup in QSemaphore Futex implementationAllan Sandfeld Jensen2021-04-131-35/+27
* Fix qdoc warning, it's QThread::PriorityVolker Hilsheimer2021-04-121-1/+1
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-7/+7
* Fix futexNeedsWake() on 64-bit systemsAllan Sandfeld Jensen2021-04-091-4/+5
* QSemaphore: fix missed wakes with futex on WindowsMårten Nordheim2021-04-071-6/+13
* QSemaphore: move suspect increment of waiter countMårten Nordheim2021-04-061-3/+3
* QThreadPool: let the started thread have the same name as the poolThiago Macieira2021-04-031-1/+7
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-033-2/+33
* QGenericAtomicOps: allow pointer-sized non-atomic atomicsThiago Macieira2021-04-021-2/+4
* Provide an inline implementation of currentThreadId() on WindowsLars Knoll2021-03-231-0/+25
* Merge integration refs/builds/qtci/dev/1616415197Qt CI Bot2021-03-222-19/+18
|\
| * QFutureInterfaceBasePrivate: reorder members to save 8 bytesFabian Kosmale2021-03-222-19/+18
* | QFuture: cleanup headersFabian Kosmale2021-03-224-14/+25
|/
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-161-3/+4
* Futex/Windows: add support for notifying TSanThiago Macieira2021-03-111-22/+24
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-251-0/+10
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-02-181-1/+1
* Implement futexes for WindowsThiago Macieira2021-02-134-195/+150
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-293-42/+17
* Port QThreadPool to the new property systemSona Kurazyan2021-01-273-17/+42
* Update QMutexLocker documentationLars Knoll2021-01-261-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-83/+0
* Doc: Use correct include for QtFuture namespacePaul Wicking2021-01-061-0/+1
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-213-1/+2
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-113-20/+211
* Remove unneeded qatomic_msvc.hChristian Ehrlicher2020-12-043-491/+0
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-012-28/+40
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Add convenience functions for QFuture creationIvan Solovev2020-11-232-1/+170