summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tests to compile for WebAssemblyDominik Holland2024-03-1614-83/+105
* tst_backends: Try to shutdown the server process before killing itDominik Holland2024-02-204-2/+18
* CMake: Rewrite commands which are always executedDominik Holland2024-02-145-5/+15
* Fix memory leaks found by the Address SanitizerDominik Holland2024-02-145-9/+13
* Fix the broken test after the retirement of qt_parse_all_argumentsDominik Holland2024-02-141-2/+2
* Disable the special qmake test setup inside an ASAN buildDominik Holland2024-02-051-1/+1
* Remove Reference API related codeDominik Holland2023-11-285-23/+3
* Fix parsing of enums from simulationDataDominik Holland2023-11-242-0/+7
* ifcodegen: Add a autogenerated main to server_qtroDominik Holland2023-11-139-67/+116
* Promote the QtIfRemoteObjectsHelper lib to a proper qt moduleDominik Holland2023-11-133-2/+3
* Fix unused variable warningDominik Holland2023-09-291-1/+1
* Add an autotest for the legacy QML registrationDominik Holland2023-09-014-0/+77
* Correctly clear the initialized property when the serviceObject is deletedDominik Holland2023-07-191-0/+8
* Improve the test coverage of qifpagingmodelDominik Holland2023-07-191-7/+39
* Improve the test coverage of qifpendingreplyDominik Holland2023-07-191-8/+59
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-188-0/+16
* Remove the obsolete SRCDIR define from all autotestsDominik Holland2023-07-177-15/+0
* Extend the backends autotest to also test the simulationDataDominik Holland2023-07-173-10/+160
* Correctly check the types in the IfSimulator::checkSettings functionDominik Holland2023-07-171-0/+61
* Extend the simulatione engine autotest with tests for zoned simulation dataDominik Holland2023-07-171-22/+36
* Fix signal handling in the QIfSimulationProxyDominik Holland2023-07-171-0/+40
* Create a generic test for all supported backendsDominik Holland2023-07-1441-585/+838
* Fix the QIfSimulationProxy to support deriving in QMLDominik Holland2023-06-264-0/+51
* Use std::as_const instead of qAsConstDominik Holland2023-01-111-1/+1
* QIfConfiguration: Add an autotestDominik Holland2022-12-0715-0/+795
* Improve the auto discovery systemDominik Holland2022-12-071-1/+37
* QIfConfiguration: Add simulation related propertiesDominik Holland2022-12-071-2/+2
* ifcodegen: Add support to load extra jinja filtersDominik Holland2022-10-183-0/+22
* Port the custom template test to the new template YAML syntaxDominik Holland2022-10-1823-7/+136
* Fix CMake warningsDominik Holland2022-09-016-1/+6
* CMake: Cleanup all qmake2cmake leftoversDominik Holland2022-08-3148-107/+0
* CMake: Don't use qt_internal_add_plugin in autotestsDominik Holland2022-08-056-79/+62
* android: Fix all tests to work on android as wellDominik Holland2022-07-2818-35/+108
* Fix tst_qifsimulationglobalobject to register all types correctlyDominik Holland2022-07-281-0/+2
* CMake: Skip ifcodegen top-level in-tree testsAlexandru Croitor2022-07-281-0/+11
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2818-18/+18
* Improve the QIfSimulationEngine recursion guardBernd Weimer2022-07-2810-0/+237
* Android: disable auto tests to unblock the module in CIAssam Boudjelthia2022-07-141-5/+7
* Use SPDX license identifiersDominik Holland2022-06-1540-1148/+148
* ifcodegen: Add support for C++ namespacesDominik Holland2022-04-195-8/+31
* Fix QFace source file reference in commentsBernd Weimer2022-03-031-3/+6
* ifcodegen: Improve the server_qtro_simulator template to allow UI elementsDominik Holland2022-03-021-0/+1
* ifcodegen: Update templates to add needed dependencies in CMake filesDominik Holland2022-03-0125-122/+0
* cmake: Add support for using multiple ifcodegen calls in one CMakeLists.txtDominik Holland2022-02-173-0/+107
* ifcodegen: Prepare all templates to also work with a custom output_dirDominik Holland2022-02-172-1/+2
* Start using the new QML type registration in one of the generator testsDominik Holland2022-01-273-31/+7
* Set OUTPUT_DIRECTORY to tests with qt_add_qml_module()Assam Boudjelthia2021-12-203-0/+3
* Raise cmake_minimum_required to VERSION 3.16 in examples and testsDominik Holland2021-09-223-3/+3
* Fix missing 's' in private QIfRemoteObjectsHelper moduleDominik Holland2021-09-222-4/+4
* Add cmake/qmake option for defining the template search pathDominik Holland2021-09-168-48/+112