summaryrefslogtreecommitdiff
path: root/src/corelib/ipc/qsharedmemory_systemv.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPC: don't check for the file's existence before ftok()Thiago Macieira2023-02-201-12/+2
* IPC/QSharedMemory: add missing includeSamuli Piippo2023-02-101-0/+1
* IPC: move the removal of the file and shm to cleanHandle()Thiago Macieira2023-01-311-35/+26
* Decode file-name to pass as QString to QFile::exists()Edward Welbourne2023-01-241-1/+1
* Cast away [[nodiscard]] values in runtime support checksEdward Welbourne2023-01-241-1/+1
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-0/+17
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-221-5/+16
* IPC: split the backend implementations of QSharedMemory...Thiago Macieira2023-01-221-47/+45
* IPC: move createUnixKeyFile to a common, private headerThiago Macieira2023-01-221-36/+9
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-0/+226