summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-046-6/+6
* Fix slot return values of container<pod>Marc Hüskens2024-03-132-1/+29
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-311-2/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-061-22/+22
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-146-162/+12
* Android: use localabstract socket on Android testsAssam Boudjelthia2022-04-281-3/+5
* Compile autotests for INTEGRITYTatiana Borisova2021-09-241-1/+3
* Provide a schema for abstract local socketsBrett Stottlemyer2021-08-311-0/+3
* Switch usage of QList<QVariant> to QVariantListBrett Stottlemyer2021-06-291-3/+3
* Don't try to access replica's connection when it's not initialized yetSona Kurazyan2021-06-281-0/+17
* Port QRemoteObjectRegistry to new property systemSona Kurazyan2021-06-041-0/+84
* Make qt6_add_repc_{replica, source} pluralSona Kurazyan2021-05-311-2/+2
* Remove QMake project filesSona Kurazyan2021-04-163-62/+0
* Migrate from old signal/slot connection syntax (part 2)Sona Kurazyan2021-02-261-11/+11
* Migrate from old signal/slot connection syntaxSona Kurazyan2021-02-251-7/+7
* Clean-up warningsSona Kurazyan2021-02-221-3/+3
* Use QList instead of QVectorJarek Kobus2021-02-161-5/+6
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-2/+2
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-2/+2
* Regenerate CMake projectsSona Kurazyan2021-02-152-2/+2
* Update dependencies.yamlMichael Brasser2020-07-271-2/+0
* [minor] Fix joined lines in tst_integrationBrett Stottlemyer2020-07-081-1/+2
* Ensure tests work in cmake Multi-ConfigBrett Stottlemyer2020-06-291-6/+3
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-06-162-0/+70
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-152-2/+2
| * Port QtRemoteObjects to CMakeJoerg Bornemann2019-11-122-0/+70
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-071-3/+3
|\ \
| * | Fix deprecation warningsFriedemann Kleint2020-03-301-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-101-0/+26
|\| |
| * | Fix QML bindings to second replica propertiesMichael Brasser2020-02-251-0/+26
| |/
* / Fix tests with latest qtbaseSimon Hausmann2020-01-251-0/+2
|/
* Change address URL for local tests in tst_integrationAssam Boudjelthia2019-08-262-7/+2
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-171-2/+3
* Fix crash with AllowExternalRegistration and QtRO schemaBrett Stottlemyer2019-03-071-0/+14
* Break socket listen out of QRemoteObjectSourceIo constructorv5.12.0-beta4Lee Helpingstine2018-11-061-4/+20
* Fix crash with ObjectList and in-process replicasMichael Brasser2018-08-221-0/+22
* Support externally generated QIODevicesBrett Stottlemyer2018-08-151-5/+54
* Refactor integration testsBrett Stottlemyer2018-06-251-339/+254
* Fix handling of CONSTANT propertiesBrett Stottlemyer2018-04-251-2/+8
* Simplify integration tests w/ QFETCH_GLOBALBrett Stottlemyer2018-04-176-65/+87
* Rework REPC QObject* handlingv5.11.0-beta3Brett Stottlemyer2018-04-042-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-241-4/+11
|\
| * tst_integration: Fix executable lookupKevin Funk2017-09-251-4/+11
* | Prefix abstract class with "Abstract"Kevin Funk2017-10-061-1/+1
* | Add QRemoteObjectSettingsStoreKevin Funk2017-10-051-2/+9
* | tst_integration: Move more logic into template.priKevin Funk2017-09-254-9/+4
* | Test NOTIFY signal from parentMichael Brasser2017-09-251-3/+43