summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-172-6/+7
|\
| * Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-122-6/+7
* | QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
|/
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-022-4/+9
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-292-4/+9
| |\
| | * QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-192-4/+9
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-263-4/+8
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-213-4/+8
| |\| |
| | * | QOrderedMutexLocker: use std::less to prevent undefined behaviorGiuseppe D'Angelo2016-01-181-2/+4
| | * | QtConcurrent: Avoid an allocation in ExceptionHolder if there is no exception...Volker Krause2016-01-131-1/+3
| | * | Add Qt6 TODO to remove copy-assign operator and copy-ctorSérgio Martins2016-01-121-1/+1
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-219-0/+9
* | | | Update the Intel copyright yearThiago Macieira2016-01-213-3/+3
|/ / /
* | | Force inclusion of <atomic> on QNX systems.Thiago Macieira2016-01-191-1/+3
* | | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-191-29/+3
* | | Updated license headersJani Heikkinen2016-01-1548-670/+958
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-0/+24
|\| |
| * | winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-082-6/+6
|\| |
| * | QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
* | | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-041-1/+1
* | | qmutex_unix: use a semaphore when availableOlivier Goffart2016-01-042-3/+56
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-4/+18
|\| |
| * | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-191-3/+14
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-11/+4
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-2/+0
|\|
| * Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-051-2/+0
* | Document performance of QMutexOlivier Goffart2015-11-131-0/+7
* | Make the C++11 atomic support the default, if availableThiago Macieira2015-10-161-6/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-10/+17
|\|
| * Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-224-6/+6
* | Moved a comment to where it belongs.Edward Welbourne2015-09-301-9/+8
* | Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-3/+4
* | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-3/+0
* | Fix macro in qthread_winAndrew Knight2015-09-071-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-13/+34
|\|
| * Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
| * Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's themThiago Macieira2015-08-061-12/+12
* | qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-181-3/+3
* | Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-45/+36
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-0/+58
|\|
| * Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
* | Doc: Fix qdoc warnings about missing \inmoduleKai Koehne2015-08-041-0/+1
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-182-2/+35
* | QThread: simplify the pthread_cleanup_pop functionThiago Macieira2015-07-161-7/+8
* | Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-472/+51
|\|
| * Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-234-472/+51
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-017-13/+13