summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-2/+2
* Add support for Apple watchOSJake Petroules2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-0/+4
| |\
| | * Fix build: ftok(3) requires sys/ipc.hThiago Macieira2016-07-021-0/+4
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+10
| |\|
| | * Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h>Ralf Nolden2016-05-251-0/+10
* | | Add support for Apple tvOSMike Krus2016-05-171-2/+2
|/ /
* | Remove qt_safe_select and qt_select_msecsLouai Al-Khanji2016-02-051-5/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-041-1/+18
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-031-0/+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
* | qt_poll: split out into separate file and sanitize buildLouai Al-Khanji2015-12-051-19/+11
* | Add qt_safe_pollLouai Al-Khanji2015-12-011-0/+24
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-6/+0
|/
* Add qt_safe_ftok wrapper for ftokLouai Al-Khanji2015-09-301-0/+14
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-43/+17
* Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-141-0/+8
* Add operator!=() for timespec structs.Erik Verbruggen2013-12-091-0/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-9/+9
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-27/+27
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-241-0/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-251-0/+1
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-131-1/+2
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-5/+1
* 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
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-091-4/+4
* 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/+333