aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix incremental buildMiguel Costa2025-12-011-24/+3
* Allow custom code generation in CMakeLists.txtMiguel Costa2025-11-281-0/+2
* Use more generic QML engine typeMiguel Costa2025-11-281-7/+7
* Add macro to embed assembly name in native hostMiguel Costa2025-11-281-8/+1
* Fix vswhere output showing up in build logsMiguel Costa2025-11-261-0/+2
* Choose between Ninja and MSBuildMiguel Costa2025-11-263-21/+32
* Exit Qt app when .NET thread returns earlyMiguel Costa2025-11-261-4/+12
* Make changes to package projectMiguel Costa2025-11-261-1/+1
* Add version managementMiguel Costa2025-11-263-0/+6
* Add nuget package support for Qt Windows x64Karsten Heimrich2025-11-172-4/+13
* Add nuget package support for Qt.Bridge.DotNetKarsten Heimrich2025-11-172-0/+20
* Implement VS workload detection as MsBuild targetKarsten Heimrich2025-11-172-4/+56
* Refactor source filtering attributesMiguel Costa2025-11-175-33/+65
* Remove graphviz dependencyMiguel Costa2025-11-144-163/+3
* Check gen rule circularities and dead-endsMiguel Costa2025-11-131-3/+42
* Generate unique names for cast functionsMiguel Costa2025-11-131-4/+4
* Avoid generating reserved keywordsMiguel Costa2025-11-1112-16/+94
* Allow type casting in QMLMiguel Costa2025-11-113-2/+75
* Add DependsOn condition to generation rulesMiguel Costa2025-11-111-4/+24
* Refactor object type mapping and conversionMiguel Costa2025-11-1119-164/+327
* Extend dispatch to all object typesMiguel Costa2025-11-103-20/+18
* Allow use of `Wrap` meta-char in `MFn` outputMiguel Costa2025-11-103-3/+5
* Allow all standard event delegatesMiguel Costa2025-11-101-1/+0
* Ensure correct process terminationMiguel Costa2025-11-101-1/+7
* Validate QmlElement.Name and emit correct macros or errorKarsten Heimrich2025-11-102-6/+25
* Fix error with missing attributes propertiesKarsten Heimrich2025-11-101-2/+5
* Refactor TextCaseMiguel Costa2025-10-2811-111/+94
* Fix deployment step of Release configMiguel Costa2025-10-241-0/+1
* Remove unused codeMiguel Costa2025-10-243-256/+0
* Use SpinWait to sync with Adapter initMiguel Costa2025-10-232-6/+20
* Implement Uri marshalingMiguel Costa2025-10-235-1/+34
* Expose ObservableCollection<T> as QAbstractListModelKarsten Heimrich2025-10-213-2/+210
* Expose enum types to QMLMiguel Costa2025-10-204-4/+30
* Load QML files in runtimeMiguel Costa2025-10-207-25/+111
* Expose property names as roles (arrays & lists)Karsten Heimrich2025-10-201-7/+117
* Remove invisible non utf-8 characterKarsten Heimrich2025-10-161-1/+1
* Implement support for nested QML elementsMiguel Costa2025-10-162-0/+148
* Remove superfluous cast to System.EnumMiguel Costa2025-10-161-15/+15
* Implement QML property semanticsMiguel Costa2025-10-152-2/+22
* Fix bugs in generation of field membersMiguel Costa2025-10-151-1/+1
* Adjust dependency graph filterMiguel Costa2025-10-151-0/+13
* Enable debugging of generated codeMiguel Costa2025-10-152-0/+25
* Fix incremental buildMiguel Costa2025-10-132-5/+6
* Set JavaScriptOwnership for objects sent to QMLMiguel Costa2025-10-135-8/+17
* Add multi-thread support to QAIMMiguel Costa2025-10-135-74/+97
* Fix incorrect use of BlockingQueuedConnectionMiguel Costa2025-10-135-32/+30
* Add missing refs to code genMiguel Costa2025-10-101-0/+2
* Fix Qt deployment failureMiguel Costa2025-10-101-18/+22
* Implement QAIM notificationsMiguel Costa2025-10-101-0/+115
* Rework QAIM integrationMiguel Costa2025-10-104-37/+612