summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/ipc
Commit message (Expand)AuthorAgeFilesLines
* QNativeIpcKey: use new comparison helper macrosTatiana Borisova2024-04-172-0/+18
* Change license for tests filesLucie GĂ©rard2024-02-045-5/+5
* Skip tst_QSharedMemory::useTooMuchMemoryVille Voutilainen2023-12-221-0/+4
* QSharedMemory: fix attach() -> create() for non-legacy SystemV modeIvan Solovev2023-11-081-3/+0
* QSharedMemory: fix attach() -> create() for legacy SystemV modeIvan Solovev2023-11-071-0/+35
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-021-0/+26
* IPC: Move the legacy key to the QNativeIpcKeyThiago Macieira2023-09-171-0/+99
* IPC: disallow unknown queries in QNativeIpcKey string formThiago Macieira2023-09-171-3/+5
* QNativeIpcKey: add qHash() functionDennis Oberst2023-07-251-0/+9
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-053-0/+18
* IPC: tst_QNativeIpcKey: rename duplicate row in testThiago Macieira2023-04-281-2/+2
* 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