summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Add Contact: information in the license headerBradley T. Hughes2012-01-202-0/+2
* Silence warning from clangBradley T. Hughes2012-01-201-2/+4
* Use Q_FOREVER instead of foreverBradley T. Hughes2012-01-201-2/+2
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-205-3/+449
* Copy qbasicatomic.h to qoldbasicatomic.hThiago Macieira2012-01-063-2/+4
* Update copyright year in license headers.Jason McDonald2012-01-0529-29/+29
* Close bracket in documentation.Stephen Kelly2012-01-021-1/+1
* Change event posting to use a QVector.Robin Burchell2011-12-301-5/+9
* Merge QReadWriteLock constructor overloads per Qt 5 comment.Robin Burchell2011-12-202-11/+3
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-024-48/+19
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-68/+0
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-0/+11
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-154-4/+45
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-2/+2
* Tentatively keep operator=(const QAtomic* &other)Bradley T. Hughes2011-11-011-2/+0
* Use QAtomicInt::store() instead of operator=(int)Bradley T. Hughes2011-11-011-2/+2
* QRecursiveMutexPrivate should not inherit from QMutexPrivateOlivier Goffart2011-10-317-49/+55
* Rename QBasicMutex::d to QBasicMutex::d_ptrOlivier Goffart2011-10-313-26/+26
* Remove symbian threading primitive.Olivier Goffart2011-10-286-928/+3
* Mark QAtomic* implicit cast and other operators as deprecatedBradley T. Hughes2011-10-281-0/+13
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-276-28/+26
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-202-84/+65
* Remove stale documentation.Casper van Donderen2011-10-181-12/+0
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Bradley T. Hughes2011-10-101-4/+4
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-033-20/+17
* Add placeholders for loadAcquire and storeRelease in the atomicsThiago Macieira2011-10-031-0/+10
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-4/+4
|\
| * Make QThread::sleep/msleep/usleep public.David Faure2011-08-151-4/+4
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-0311-423/+588
|\|
| * QMutex is now just a pointerOlivier Goffart2011-07-2911-423/+588
| * Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-6/+22
|\|
| * Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-063-24/+21
|\|
| * Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-292-24/+0
| * Fix event delevery orderOlivier Goffart2011-06-271-0/+21
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2430-504/+505
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2430-503/+503
| * Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-1/+2
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-2/+2
|/
* Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-101-5/+8
* Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
* Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-05-101-0/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2731-0/+9007