summaryrefslogtreecommitdiffstats
path: root/tests/auto/proxy_multiprocess
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-046-6/+6
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-311-1/+1
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-223-9/+0
* Port from container::count() and length() to size()Marc Mutz2022-10-061-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-284-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-075-0/+15
* Use SPDX license identifiersLucie Gérard2022-06-146-162/+12
* Android: use localabstract socket on Android testsAssam Boudjelthia2022-04-282-2/+6
* Android: skip tests that require running test helpers with QProcessAssam Boudjelthia2022-04-271-0/+3
* Allow PODs to include enums/flagsBrett Stottlemyer2021-09-072-3/+7
* Handle enums/flags as hash/map keysBrett Stottlemyer2021-08-173-0/+22
* Support general QMap<*>/QHash<*> types with a proxyBrett Stottlemyer2021-08-173-0/+9
* Fix crash when using QList<*> with a proxyMichael Brasser2021-08-083-0/+6
* Make qt6_add_repc_{replica, source} pluralSona Kurazyan2021-05-312-2/+2
* Remove QMake project filesSona Kurazyan2021-04-1611-97/+0
* Migrate from old signal/slot connection syntax (part 2)Sona Kurazyan2021-02-262-2/+2
* Clean-up warningsSona Kurazyan2021-02-221-3/+3
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-1/+1
* Regenerate CMake projectsSona Kurazyan2021-02-155-5/+5
* Ensure tests work in cmake Multi-ConfigBrett Stottlemyer2020-06-291-24/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-3/+3
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-06-166-0/+114
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-154-4/+4
| * Port QtRemoteObjects to CMakeJoerg Bornemann2019-11-126-0/+114
* | Fix broken testsBrett Stottlemyer2020-06-122-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-071-3/+3
|\ \
| * | Fix deprecation warningsFriedemann Kleint2020-03-301-3/+3
* | | Skip failing testsFriedemann Kleint2020-04-062-0/+2
|/ /
* / Purge use of QDateTime's locale-dependent APIsEdward Welbourne2020-01-313-5/+5
|/
* Name tests and test helpers uniquelyJoerg Bornemann2019-10-083-4/+4
* Add missing include guard to namespace.hJoerg Bornemann2019-10-071-0/+5
* Port from QLatin1Literal to QLatin1StringLiang Qi2019-06-142-3/+3
* Make sure class enums work dynamicallyBrett Stottlemyer2019-05-204-9/+22
* Support Q_GADGETs with enumsBrett Stottlemyer2019-05-207-1/+23
* Fix dynamic use_enum logic (Qt types only)Brett Stottlemyer2019-05-185-0/+18
* More fixes for (dynamic) enums in signals and slotsBrett Stottlemyer2019-05-175-8/+29
* Fix return value propagation through proxiesBrett Stottlemyer2019-05-131-1/+6
* Fix dynamic enums in Props and SignalsBrett Stottlemyer2019-05-073-0/+10
* Fix handling of QVariant propertiesBrett Stottlemyer2019-05-066-0/+11
* Ensure proxied objects are correctly unproxiedMichael Brasser2019-05-011-1/+5
* Fix registration for dynamic ReplicasBrett Stottlemyer2019-05-0113-0/+577