summaryrefslogtreecommitdiffstats
path: root/tests/auto/repc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make qtremoteobjects tests standalone projectsAlexandru Croitor2025-06-043-0/+18
* Change license for test filesLucie Gérard2024-04-047-7/+7
* Re-allow names containing ENUM in rep filesMårten Nordheim2023-11-272-0/+17
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-223-9/+0
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-092-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-062-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2323-23/+23
* CMake: Rename tst_signature test to avoid conflict in top-level buildsAlexandru Croitor2022-07-281-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2821-21/+21
* Don't stream an enum directlyThiago Macieira2022-07-181-9/+10
* Add license headers to cmake filesLucie Gérard2022-07-0723-0/+69
* Use SPDX license identifiersLucie Gérard2022-06-147-189/+14
* Android: skip tests that require running test helpers with QProcessAssam Boudjelthia2022-04-271-0/+3
* Include Model/Class info in class signatureBrett Stottlemyer2021-08-1021-0/+177
* Make qt6_add_repc_{replica, source} pluralSona Kurazyan2021-05-3119-19/+19
* Remove QMake project filesSona Kurazyan2021-04-1645-217/+0
* Migrate from old signal/slot connection syntaxSona Kurazyan2021-02-252-3/+3
* Regenerate CMake projectsSona Kurazyan2021-02-1520-20/+20
* Ensure tests work in cmake Multi-ConfigBrett Stottlemyer2020-06-291-7/+5
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-06-1623-0/+429
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-1521-29/+23
| * Port QtRemoteObjects to CMakeJoerg Bornemann2019-11-1223-0/+435
* | Update dependenciesBrett Stottlemyer2020-06-012-17/+17
* | Fix deprecation warningsFriedemann Kleint2020-03-301-2/+2
|/
* Name tests and test helpers uniquelyJoerg Bornemann2019-10-081-1/+1
* Eradicate some simple Q_FOREACH loopsMarc Mutz2019-07-041-18/+19
* Add warning for signature mismatchMichael Brasser2018-08-031-0/+1
* Add metatype registrations for POD attributesv5.11.0-beta2Michael Brasser2018-03-082-0/+16
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-031-2/+3
|\
| * Fix build with -no-feature-processJake Petroules2017-10-051-2/+3
* | fix class nameBogDan Vatra2017-11-021-2/+2
* | tests: Introduce TestUtils::findExecutableKevin Funk2017-09-251-16/+4
|/
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-027-112/+77
* Replace Q_DECL_OVERRIDE -> overrideKevin Funk2017-03-291-4/+4
* Skip qtremoteobject signature testsv5.9.0-alpha1Jani Heikkinen2017-02-101-1/+2
* Fixes for license checkBrett Stottlemyer2017-01-147-148/+92
* Simplify code, use QStandardPaths::findExecutableKevin Funk2017-01-101-10/+6
* Stabilize tst_signatureTestKevin Funk2017-01-091-0/+5
* Generate, send and check class signature for .rep generated classesBogDan Vatra2016-09-0842-1/+980
* Disable parallel testingKevin Funk2015-11-262-2/+2
* Change PODS from Q_OBJECT to Q_GADGETBrett Stottlemyer2015-08-071-22/+0
* RepParser is now a static lib and a qt moduleFranck Arrecot2015-03-174-336/+1
* repc: Improve error reportingKevin Funk2015-03-121-0/+60
* Fix generation of slot signaturesTobias Koenig2014-12-231-1/+1
* Fix parsing of const ref parametersTobias Koenig2014-12-231-0/+1
* Remove not necessary includesMontel Laurent2014-12-182-2/+0
* Add .rep and .h generator from server .h fileBogDan Vatra2014-12-021-8/+8
* Add support for const'ref in SIGNAL/SLOT argumentsMontel Laurent2014-12-011-0/+5
* Implement QRemoteObjectPending{Call, Reply}Kevin Funk2014-11-201-10/+10
* Add template support for PODMontel Laurent2014-11-171-0/+55