summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-12/+12
* De-inline qt_ignore_sigpipe()Marc Mutz2023-11-131-16/+1
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-241-16/+2
* moveToTrash/Unix: refactor to use openat()/mkdirat()/renameat()Thiago Macieira2023-10-171-0/+10
* Remove include ipc.h as it is no longer neededJacek Poplawski2023-07-241-4/+0
* q_core_unix: take timespec args by valueAhmad Samir2023-03-011-12/+11
* QThread/Unix: move qt_nanosleep to qthread_unix.cppThiago Macieira2023-02-251-1/+0
* q_core_unix: move timspec<->chrono helpers from qtools_p.hAhmad Samir2023-02-251-2/+25
* q_core_unix_p.h: use std::chrono for time intervalsAhmad Samir2023-02-241-4/+43
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-111-11/+11
* Remove obsolete native client platformMorten Johan Sørvig2020-09-031-2/+1
* rtems: Fix missing some ernno definesMikhail Svetkin2019-07-011-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* More nullptr usage in headersKevin Funk2019-03-141-1/+1
* Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
* Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-171-0/+8
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Stop setting FD_CLOEXEC on systems where O_CLOEXEC is honoredThiago Macieira2017-07-201-2/+3
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-0/+2
* QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-081-0/+15
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-14/+0
|\
| * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-181-14/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-2/+2
|\|
| * Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+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