summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3130-382/+382
* QThread: fix race when setting the eventDispatcherAndy Shaw2015-02-083-0/+7
* Updated year in copyright headerKai Koehne2014-03-2630-30/+30
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2014-03-131-14/+15
* qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2014-01-091-1/+5
* Don't use Standard Library routines in qthread_p.hThiago Macieira2013-12-061-2/+10
* QThread: Fix link to snippet in documentationJonathan Liu2013-11-221-1/+1
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2013-11-201-4/+4
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-11-161-0/+22
* fix namespaced buildOswald Buddenhagen2013-08-121-2/+2
* Fix crash when re-creating QThreadData after initially destroying itTor Arne Vestbø2013-06-161-0/+6
* Clear the current thread data for the main threadThiago Macieira2013-06-164-0/+12
* Make Qt 4.8 also compile with the LSB SDK on LinuxThiago Macieira2013-05-062-8/+8
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-04-231-0/+6
* Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY t...Florian Behrens2013-04-091-1/+7
* QThread::isFinished should return true from finished()Olivier Goffart2013-03-191-2/+2
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-191-38/+24
* Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-281-2/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1330-30/+30
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-201-55/+96
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2930-710/+710
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-2/+2
* Allow compilation on OS X 10.5Sean Harmer2012-09-051-4/+5
* Display QThread name for debugging.Sean Harmer2012-08-301-0/+30
* Update contact information in license headers.Sergio Ahumada2012-08-0130-60/+60
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-211-3/+35
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-251-1/+10
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-251-4/+13
* Give QThread threads better names on SymbianMurray Read2012-03-271-6/+17
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-281-7/+20
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-281-1/+3
* Allowing symbian cleanup code in thread started and finished slotsMurray Read2012-02-221-2/+10
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-101-0/+11
* Update year in Nokia copyright messages.Jason McDonald2012-01-1130-30/+30
* QThreads on Symbian are named to allow them to be opened externallymread2012-01-041-1/+17
* Symbian: improving diagnostics for QWaitConditionmread2011-12-081-1/+4
* Fix performance regression on Mac OS X when creating/destroying QMutexBradley T. Hughes2011-10-212-51/+7
* Fix missing clean up stack panic for a new thread in SymbianTomi Vihria2011-09-151-2/+3
* Fix the timeout calculation again.Thiago Macieira2011-07-221-2/+2
* Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-271-0/+21
|\
| * Fix event delevery orderOlivier Goffart2011-06-271-0/+21
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-0/+6
|\ \ | |/ |/|
| * QTBUG-17776, reporting terminated threads as not running on Symbianmread2011-06-231-0/+6
| * Update licenseheader text in source filesJyri Tahtela2011-05-1327-452/+452
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-221-0/+5
|\ \
| * | use RoundRobin scheduler by default on QNXRitt Konstantin2011-06-211-0/+5
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-1/+9
|\ \ \