summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* 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
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch 'master-upstream'Thierry Bastian2011-04-191-1/+14
|\
| * Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-311-0/+2
| * Fix the leak of QAdoptedThread and all dependent objectsOlivier Goffart2011-03-281-1/+12
* | Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-04-191-1/+1
|/
* Fix reversed conditionOlivier Goffart2011-02-081-1/+1
* Fix race condition between QEventLoop::exec and QThread::exitOlivier Goffart2011-02-071-1/+4
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QThread: fix a race condition when destroying or restarting thread from finis...Olivier Goffart2010-11-241-1/+8
* | QThreadPrivate::finish should not keep mutex locked when calling signalsOlivier Goffart2010-11-221-12/+17
* | Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-291-0/+1
|/
* QThread: make sure start works even if called after exitOlivier Goffart2010-09-221-0/+2
* Only set the _WIN32_WINNT define if it is not set or less than 0x0400Andy Shaw2010-02-011-0/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-0/+4
* | fix warning in qthread_win.cppJoerg Bornemann2009-08-241-4/+0
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-31/+9
|\| |
| * | Build fix for mingwThierry Bastian2009-07-141-1/+1
| * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-30/+8
| |/
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Make Qt exception safer.Robert Griebl2009-06-101-1/+8
|/
* Allow QThread to start a QTimer and QEventLoop before QCoreApplication is con...Bradley T. Hughes2009-04-231-2/+1
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+620