summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+1
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* QSocketNotifier: improve warning to show thread names and pointers.David Faure2016-07-281-1/+6
* QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
* Clean up new poll code slightlyLouai Al-Khanji2016-02-041-8/+2
* QEventDispatcherUNIX: Clean up thread_pipe logicLouai Al-Khanji2016-01-291-72/+89
* QEventDispatcherUNIX: Use poll instead of selectLouai Al-Khanji2016-01-261-281/+159
* 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
* QEventDispatcherUNIX: Remove unused mainThread member variableLouai Al-Khanji2015-12-041-2/+0
* Remove the socketpair special case for eventdispatcher on INTEGRITY.Rolland Dudemaine2015-12-041-10/+1
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Improve checking for event/socket notifiers and timersJonathan Liu2014-09-231-3/+3
* Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-221-1/+1
* QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-221-6/+4
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-5/+5
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-231-2/+2
|/ /
* / Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-151-4/+33
|/
* Cleanup old signal handler mechanismsRafael Roquetto2012-11-081-45/+0
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-10-261-23/+34
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix more qdoc errorsLars Knoll2012-08-201-1/+3
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+13
* 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
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-2/+2
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-151-322/+0
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-091-5/+1
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+979