summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+3
|\
| * Fix link to sched_setscheduler in QThread documentationMitch Curtis2016-03-161-2/+3
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-1/+1
|\ \
| * | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-1/+1
* | | QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
|/ /
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+26
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* Add missing \since tag for the documentation for loopLevel()Andy Shaw2015-03-121-0/+1
* (Re)introduce loopLevel into QThreadAndy Shaw2015-03-091-0/+13
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: Fix typosSze Howe Koh2015-01-191-2/+2
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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-111-5/+5
|\|
| * Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-081-2/+2
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* | threading support for winrtKamil Trzcinski2013-09-261-0/+2
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-1/+59
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-0/+10
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+1
* QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-041-38/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-19/+8
* QThread signals documentation improvementOlivier Goffart2012-10-151-2/+12
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-081-55/+104
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-2/+4
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-6/+6
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-061-28/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+9
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-18/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-7/+0
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-0/+32
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-2/+2
* Remove symbian threading primitive.Olivier Goffart2011-10-281-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* Remove stale documentation.Casper van Donderen2011-10-181-12/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\