summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* winrt: Use native threadingAndrew Knight2014-06-251-144/+3
* WinRT: Don't use the native thread handle for waitingAndrew Knight2014-04-161-15/+6
* WinRT: Use native wait methods instead of std::thread's sleep_forAndrew Knight2014-03-061-4/+4
* WinRT: Fix use of std::thread in QThreadAndrew Knight2014-02-101-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-2/+2
|\
| * Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-161-2/+2
* | 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\|
| * Windows: Close handle to thread checking for adopted threads.Friedemann Kleint2013-11-261-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+8
* | threading support for winrtKamil Trzcinski2013-09-261-2/+144
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+2
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-19/+13
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-5/+6
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-9/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2012-09-131-4/+4
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-1/+1
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Mark simple static methods in QThread as Q_DECL_NOTHROWThiago Macieira2012-08-181-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-251-7/+20
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* 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-21/+11
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-2/+5
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+637