summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/ipc
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-172-4/+0
* IPC: switch the default key type on Unix to POSIX realtimeThiago Macieira2023-01-221-2/+0
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-15/+56
* IPC: add support for multiple backends to QSystemSemaphoreThiago Macieira2023-01-223-32/+130
* IPC: fix cleaning up after tst_QSharedMemory testsThiago Macieira2023-01-222-12/+34
* IPC: clean up #ifdef in tst_qsharedmemory.cppThiago Macieira2023-01-221-22/+2
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-223-111/+177
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-222-34/+80
* IPC: Long live QNativeIpcKey keyThiago Macieira2023-01-223-0/+357
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-2/+2
* IPC: move the feature check to the ipc/ dir for tst_qsharedmemoryThiago Macieira2023-01-222-22/+16
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-229-0/+1411