summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsharedmemory_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-200/+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-8/+10
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-2/+0
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-071-4/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Windows: Don't cause a malloc before calling GetLastError()Andy Shaw2015-03-161-2/+2
* Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-251-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Seal shared memory on POSIX IPCTobias Koenig2015-01-091-0/+7
* Use O_CLOEXEC flag POSIX shared memory handleTobias Koenig2015-01-091-0/+14
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-091-0/+210