summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsharedmemory
Commit message (Expand)AuthorAgeFilesLines
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-224-1022/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-2/+2
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Core: Fix tests that did break because QProcess security fixPasi Petäjäjärvi2022-02-241-1/+1
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-6/+6
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-23/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-19/+0
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-5/+5
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-4/+4
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Remove winrtOliver Wolff2020-06-063-12/+29
* Regenerate tests/auto/corelib/kernelAlexandru Croitor2019-11-121-3/+0
* Regenerate tests that use helper processesAlexandru Croitor2019-08-231-3/+2
* Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-012-0/+46
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* tst_qsharedmemory: Use qt_test_helper functionalityOliver Wolff2018-07-317-56/+16
* Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-301-0/+1
* tst_QSharedMemory::readOnly: Skip on macOSFriedemann Kleint2017-06-071-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-5/+7
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-5/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-3/+4
|\|
| * Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+0
|/
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-5/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-1/+5
|\
| * Fix tests for platforms without process supportMaurice Kalinowski2016-03-012-1/+5
* | Updated license headersJani Heikkinen2016-01-212-34/+24
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+1
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-12/+12
|/
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-6/+12
* Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-092-5/+18
* Update license headers and add new license filesMatti Paaso2014-09-242-37/+21
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-8/+12
* Skip unstable autotestPaul Olav Tvete2013-03-121-0/+2
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-281-2/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
|\
| * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
* | Resolve some race conditions on tst_QSharedMemoryThiago Macieira2013-01-142-10/+24
|/