summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsystemsemaphore_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-152/+0
* Use QT_CONFIG feature checks for sharedmemory and systemsemaphoresAllan Sandfeld Jensen2022-07-121-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-7/+9
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-241-1/+1
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-2/+2
* QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-251-2/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-091-0/+182