summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-1/+1
| |\
| | * Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-2449-926/+534
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-2/+0
|\|
| * Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
* | QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-053-5/+16
* | Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-9/+10
|\|
| * Add a comment stating QMutex::isRecursive should be made const in Qt6Olivier Goffart2014-06-261-1/+1
| * Fix QMutex documentation saying some function are static while they are notOlivier Goffart2014-06-262-8/+8
| * Doc: QAtomicInteger first appeared in Qt 5.3David Faure2014-06-091-0/+1
* | winrt: Fix main thread dispatcher creationAndrew Knight2014-06-281-1/+1
* | winrt: Use native threadingAndrew Knight2014-06-254-154/+479
|/
* Fix typos in comments (qfreelist and qmutex)David Faure2014-05-261-1/+1
* WinRT: Don't use the native thread handle for waitingAndrew Knight2014-04-161-15/+6
* Use the new 3-operand testAndSet functions in QMutexThiago Macieira2014-04-052-6/+12
* WinRT: Use native wait methods instead of std::thread's sleep_forAndrew Knight2014-03-061-4/+4
* Atomics: implement fetchAndSub on top of fetchAndAddThiago Macieira2014-03-041-6/+2
* Add the rest of the non-volatile members of std::atomic to QBasicAtomicThiago Macieira2014-02-164-3/+656
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-162-0/+42
* WinRT: Fix use of std::thread in QThreadAndrew Knight2014-02-101-4/+4
* Use full-barrier in the "non-atomic" API in QAtomic{Int,Integer,Pointer}Thiago Macieira2014-01-301-4/+4
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-302-15/+4
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-302-1/+39
* Ensure that the pointer-sized QAtomicInteger specialization existsThiago Macieira2014-01-301-1/+15
* Introduce QAtomicInteger<T> and derive QAtomicInt from itThiago Macieira2014-01-302-145/+241
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-5/+5
|\
| * Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-163-5/+5
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* | WinRT: Clean up core event dispatcherAndrew Knight2014-01-071-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-1/+5
|\|
| * qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2013-12-171-1/+5
* | Remove all "old atomic" code from QtThiago Macieira2013-12-104-166/+8
* | Make a nicer output when QBasicAtomicInteger is used with a wrong TThiago Macieira2013-12-031-1/+1
* | Fix silly typo in a macro for QAtomicInt's constructorThiago Macieira2013-12-031-1/+1
* | Set loadAcquire() as const to fix powerpc buildFatih Aşıcı2013-11-291-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-263-5/+4
|\|
| * Windows: Close handle to thread checking for adopted threads.Friedemann Kleint2013-11-261-1/+1
| * QBasicAtomicInt: fix wrong comment about non-atomic APIDavid Faure2013-11-021-3/+2
| * Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* | QThreadPool: fix race at time of thread expiry.David Faure2013-10-312-18/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-14/+15
|\|
| * Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-211-14/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1112-98/+123
|\|
| * Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-082-10/+14
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0811-89/+89
| * QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-051-0/+21
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+8