summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qsharedmemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPC: Move the legacy key to the QNativeIpcKeyThiago Macieira2023-09-221-5/+1
* IPC: make the two platformSafeKey functions return QNativeIpcKeyThiago Macieira2023-09-221-2/+2
* IPC: QSharedMemory: use q20::construct_atThiago Macieira2023-04-281-9/+2
* Add missing deprecation guardsYuhang Zhao2023-02-211-0/+7
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-061-5/+5
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-9/+47
* IPC/QSharedMemory: call QSystemSemaphore::setKey only once (not 3)Thiago Macieira2023-01-221-16/+11
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-221-212/+169
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-3/+27
* IPC: include the error text instead of errno code in errorStringThiago Macieira2023-01-221-1/+2
* IPC: move the *_unix.cpp contents to the main filesThiago Macieira2023-01-221-0/+31
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-67/+7
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-0/+714