summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0611-34/+34
* | INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-291-3/+3
* | 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.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
* | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-272-0/+154
* | 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.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
| * Port QReadWriteLock from QMutexLocker to qt_unique_lockMarc Mutz2019-09-131-6/+7
| * QReadWriteLock: use NSDMI to simplify the Private ctorMarc Mutz2019-09-121-10/+8
* | QSemaphoreReleaser: two minor code improvementsMarc Mutz2019-09-051-5/+2
|/
* QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-22/+1
|\
| * Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
* | Port away from QMutexLocker in public headersMarc Mutz2019-08-252-5/+13
|/
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-131-0/+2
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-083-4/+9
| | |\
| | | * QMutexPool: fix memory order of atomic operationsMarc Mutz2019-08-052-4/+7
| | | * Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-203-9/+15
| | |\|
* | | | Short live qt_unique_lock/qt_scoped_lock! (until C++17)Marc Mutz2019-08-132-0/+120
|/ / /
* | | Fix more implicit QAtomic<T> <-> T conversionsMarc Mutz2019-07-161-4/+4
* | | return value in QOrderedMutexLocker::relock when thread is disabledTasuku Suzuki2019-07-111-1/+1
* | | Inline QMutexPool into its only remaining userMarc Mutz2019-07-083-241/+0
* | | Short live QRecursiveMutex!Marc Mutz2019-07-062-12/+122
* | | rtems: Add environment variable for configure default thread stack sizeMikhail Svetkin2019-07-011-0/+5
* | | QMutexPool: fix memory order of atomic operationsMarc Mutz2019-06-292-4/+7
* | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-292-10/+10
* | | Revert "Deprecate QAtomic::load() / store()"Liang Qi2019-06-261-8/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-253-9/+15
|\ \ \ | | |/ | |/|
| * | Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-171-0/+6
| |\ \
| | * | Add names for pthreads in IntegrityJanne Koskinen2019-06-031-0/+6
| * | | Doc: Correct documentation of QFuture::cancelPaul Wicking2019-06-112-9/+9
| |/ /
* | | Deprecate QAtomic::load() / store()Giuseppe D'Angelo2019-06-101-4/+8
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2017-99/+99
* | | QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-18/+64
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-142-5/+8
|\ \ \ | | |/ | |/|
| * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-082-5/+8