summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Only include the ssl example and test if the OpenSSL feature is availableAndy Shaw2018-12-071-2/+3
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-10/+48
|\
| * Handle null QAIM propertyv5.12.0-rc2v5.12.0BogDan Vatra2018-11-271-6/+28
| * Break socket listen out of QRemoteObjectSourceIo constructorv5.12.0-beta4Lee Helpingstine2018-11-061-4/+20
* | Clean up windows qmake scopesOliver Wolff2018-11-221-1/+1
|/
* Add SSL example & auto testBogDan Vatra2018-10-2919-1/+578
* Unregister types that are not neededv5.12.0-beta3v5.12.0-beta2BogDan Vatra2018-10-091-7/+12
* Add autotest for dynamic gadgetsMichael Brasser2018-09-194-2/+39
* Update import statement to "import QtRemoteObjects 5.12"Michael Brasser2018-08-286-6/+6
* Fix crash with ObjectList and in-process replicasMichael Brasser2018-08-221-0/+22
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-211-0/+31
|\
| * Fix issue proxying modelsMichael Brasser2018-08-141-0/+31
* | Support externally generated QIODevicesBrett Stottlemyer2018-08-1512-6/+685
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+1
|\|
| * Add warning for signature mismatchMichael Brasser2018-08-031-0/+1
* | Improve support for comments in .rep filesBrett Stottlemyer2018-06-261-0/+6
* | Update parameter list handlingBrett Stottlemyer2018-06-251-14/+34
* | Refactor integration testsBrett Stottlemyer2018-06-251-339/+254
|/
* Ensure these tests run with 'make check'Michael Brasser2018-05-183-3/+3
* Fix issues with refactored CLASS/MODEL supportMichael Brasser2018-05-172-0/+38
* Update tests to match new sub-object behaviorMichael Brasser2018-05-171-2/+4
* Support non-CONSTANT pointer typesBrett Stottlemyer2018-04-254-14/+55
* Ensure cleanup is called for proxy testsMichael Brasser2018-04-251-2/+1
* Fix handling of CONSTANT propertiesBrett Stottlemyer2018-04-251-2/+8
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-257-87/+457
* Simplify integration tests w/ QFETCH_GLOBALBrett Stottlemyer2018-04-176-65/+87
* Address modelview test "flakiness"v5.11.0-beta4Brett Stottlemyer2018-04-101-44/+87
* Rework REPC QObject* handlingv5.11.0-beta3Brett Stottlemyer2018-04-043-8/+9
* Add metatype registrations for POD attributesv5.11.0-beta2Michael Brasser2018-03-082-0/+16
* QtRemoting: fix test TestModelView::testFlags()Christian Ehrlicher2018-02-041-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-161-1/+1
|\
| * Fix TestModelView::testModelTest flakinessSami Nurmenniemi2017-12-291-1/+1
* | [repc] Don't use override for READONLY PROPsMichael Brasser2017-12-232-0/+5
* | Ensure we setNode for replicas with MODELsMichael Brasser2017-12-231-0/+3
* | Have SimpleSource derive from SourceBrett Stottlemyer2017-12-133-3/+76
* | Add/extend Class/Model keywords for repcBrett Stottlemyer2017-12-1310-4/+260
* | Fix crash with templated enableRemotingMichael Brasser2017-12-082-1/+19
* | [minor][test] Clarify types in a few testsBrett Stottlemyer2017-12-082-9/+9
* | Correctly handle class enum signal parametersMichael Brasser2017-12-081-1/+19
* | Optionally cache QAIM data prior to initialized signalBogDan Vatra2017-11-291-0/+41
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2413-44/+195
|\|
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-032-3/+6
| |\
| | * Fix build with -no-feature-processJake Petroules2017-10-052-3/+6
| * | Send also the methods and then signals parameter namesBogDan Vatra2017-11-024-0/+54
| * | Send enum detailsBogDan Vatra2017-11-025-15/+65
| * | fix class nameBogDan Vatra2017-11-021-2/+2
| * | tst_integration: Fix executable lookupKevin Funk2017-09-251-4/+11
| * | tests: Introduce TestUtils::findExecutableKevin Funk2017-09-252-16/+55
| * | Fix -Wunused-lambda-capture warningKevin Funk2017-09-201-2/+2