summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc
Commit message (Expand)AuthorAgeFilesLines
* Fix feature dependencies for sharedmemoryMorten Sørvig2024-04-171-1/+1
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-223-27/+30
* Correct license for examples filesLucie Gérard2024-03-074-4/+4
* examples: update local fortune example to use transactionSamuel Gaist2023-12-042-12/+5
* Revamp Local Fortune Server Example: Allow specifying the server nameRym Bouabid2023-10-063-21/+77
* Revamp Shared Memory example: Add \examplecategory Data Processing & I/ORym Bouabid2023-10-051-0/+1
* Doc: QtCore: Fix documentation issuesTopi Reinio2023-10-021-1/+1
* Revamp Local Fortune Client/Server Ex: Update the QDataStream's verRym Bouabid2023-09-262-2/+2
* Revamp Local Fortune Server Example: Revisit the documentationRym Bouabid2023-09-262-2/+3
* Revamp Local Fortune Server Example: Declare sendFortune() as a methodRym Bouabid2023-09-261-4/+3
* Revamp Local Fortune Server Example: Fix includesRym Bouabid2023-09-263-10/+10
* Revamp Local Fortune Client Example: Revisit the documentationRym Bouabid2023-09-262-3/+5
* Revamp Local Fortune Client Example: Create QString instead of char *Rym Bouabid2023-09-201-1/+3
* Revamp Local Fortune Client Example: Fix include orderRym Bouabid2023-09-203-12/+12
* Revamp Shared Memory Example: Revisit the documentationRym Bouabid2023-09-131-3/+3
* Revamp Shared Memory Example: Change the used QSharedMemory constructorRym Bouabid2023-09-131-1/+5
* Revamp Shared Memory Example: Fix formatting of the dialog.h headerRym Bouabid2023-09-131-5/+5
* Revamp Shared Memory Example: Fix include orderRym Bouabid2023-09-133-2/+5
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-303-3/+3
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-173-7/+6
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-174-13/+13
* sharedmemory example: Handle QSharedMemory::AlreadyExists by attachingTor Arne Vestbø2022-11-151-3/+7
* sharedmemory example: Show error string when failing to create shared memoryTor Arne Vestbø2022-11-151-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* Use SPDX license identifiersLucie Gérard2022-05-1612-519/+24
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-243-11/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-133-3/+9
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-134-8/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-103-11/+3
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-173-3/+3
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-3/+3
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-273-0/+12
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-193-3/+3
* CMake: Regenerate examplesAlexandru Croitor2020-07-094-11/+21
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+1
|\
| * QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' insteadv5.15.0-alpha1Alexander Akulich2020-02-111-2/+1
* | Regenerate examplesAlexandru Croitor2020-02-043-3/+18
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-143-5/+5
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-123-3/+6
* | Fix linking of examplesSimon Hausmann2019-06-123-3/+3
* | Allow to build examples as standalone projectKevin Funk2019-06-053-43/+70
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-221-2/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-165-20/+10
|\|
| * Cleanup QtCore examplesChristian Ehrlicher2019-02-065-20/+10
* | CMake: Add more examplesTobias Hunger2019-03-264-0/+67
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+5
|\
| * examples: Add localserver feature check for localfortune examplesFrank Richter2018-01-271-1/+5
* | qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1