summaryrefslogtreecommitdiffstats
path: root/src/tools/ifcodegen
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix CMP0177 warningsAlexandru Croitor2025-04-281-2/+2
* ifcodegen: Add missing find_package call for Private packagesDominik Holland2025-03-254-3/+41
* Update license checkLucie Gérard2025-03-201-1/+1
* Disable Python3 targets global promotingAlexey Edelev2025-01-151-0/+3
* Fix build issue on Android by adding Qt6 GUI module dependencyShveta Mittal2024-12-171-0/+1
* Enhance defaultServerMode with Android option and update annotationShveta Mittal2024-12-042-28/+77
* Add flag for capturing target platform in generatorShveta Mittal2024-11-221-7/+9
* qdoc: Fix \instantiates deprecation warningDominik Holland2024-08-222-2/+2
* Register more QML types and their dependencies part 3Dominik Holland2024-08-221-1/+1
* ifcodegen: Deprecate the qmlplugin template for CMakeDominik Holland2024-08-221-0/+10
* ifcodegen: Integrate a selfcheck modeDominik Holland2024-08-083-23/+87
* Register QIfPendingReply as a value type for QMLDominik Holland2024-08-072-0/+8
* Register more QML types and their dependencies part 2Dominik Holland2024-08-071-1/+2
* Update the bundled qface to the latest version (2.0.10)Dominik Holland2024-08-012-3/+3
* Pin tooling dependencies to avoid breaking builds caused by 3rd partiesZoltan Gera2024-07-243-2/+6
* ifcodegen: Fix qtro templates to always include the generated rep codeDominik Holland2024-07-103-0/+3
* ifcodegen: Register structs only as anonymous typesDominik Holland2024-06-251-1/+0
* ifcodegen: Optimize loading time of backend_simulator pluginsDominik Holland2024-06-181-2/+2
* Use Python venv instead of virtualenv everywhereZoltan Gera2024-06-056-592/+162
* CMake: Add a new qt_ifcodegen_add_plugin functionDominik Holland2024-05-292-0/+8
* ifcodegen: Fix the plugin class name in the backend_qtro templateDominik Holland2024-05-292-2/+2
* Add better support for static backend pluginsDominik Holland2024-05-291-0/+3
* Remove warnings for newer clang compilersZoltan Gera2024-05-161-2/+2
* CMake: Rewrite commands which are always executedDominik Holland2024-02-141-1/+5
* Fix memory leaks found by the Address SanitizerDominik Holland2024-02-144-5/+18
* ifcodegen: Also deploy dataclasses.py needed by watchdogDominik Holland2024-02-071-0/+1
* QIfRemoteObjectsConfig: Fix typo in function nameDominik Holland2024-01-222-2/+2
* Fix templates using QtIfRemoteObjectsHelper module for standalone buildsZoltan Gera2023-12-153-6/+6
* Fix parsing of enums from simulationDataDominik Holland2023-11-241-0/+1
* Deprecate the autogenerated Core classDominik Holland2023-11-134-11/+41
* ifcodegen: Add a autogenerated main to server_qtroDominik Holland2023-11-135-0/+64
* Introduce QIfRemoteObjectConfigDominik Holland2023-11-131-3/+16
* Promote the QtIfRemoteObjectsHelper lib to a proper qt moduleDominik Holland2023-11-139-7/+10
* ifcodegen: fix generation with older jinja2Samuli Piippo2023-08-141-1/+1
* ifcodegen: Add support for deprecating annotationsDominik Holland2023-08-101-0/+30
* ifcodegen: Fix module QML registrationDominik Holland2023-07-311-1/+1
* ifcodegen: Improve the settings parsing in the backend_qtro templateDominik Holland2023-07-202-12/+54
* ifcodegen: Update models in the qtro_backend to use the new connection settingsDominik Holland2023-07-194-13/+90
* Mark properties exposed to QML as FINAL to prevent shadowingDominik Holland2023-07-183-3/+3
* Remove the property overriderDominik Holland2023-07-182-53/+0
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-1811-2/+21
* ifcodegen: Add an option for 'unsupported' properties in the config_simulatorDominik Holland2023-07-171-4/+13
* ifcodegen: Fix showing a broken constraint for zoned simulation dataDominik Holland2023-07-171-2/+2
* ifcodegen: Restructure the autogenerated QML simulationDominik Holland2023-06-261-37/+40
* Expose the zoneAt() function to QMLDominik Holland2023-06-261-1/+1
* ifcodegen: Improve the QDebug output for autogenerated structsDominik Holland2023-06-261-2/+7
* Clazy fixes and getting rid of old QT_VERSION checksDominik Holland2023-05-0910-10/+10
* Start using the new literal operator from Qt::StringLiteralsDominik Holland2023-05-0914-58/+84
* Improve the SERVER_CONF deprecation warningDominik Holland2023-04-251-1/+7
* CMake: Remove dependency walker workaround for the compiled ifcodegenDominik Holland2023-04-251-8/+0