aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/prototype/qml2cppdefaultpasses.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-171-1/+13
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-11/+14
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-221-0/+38
* Avoid including self in the generated qmltc codeAndrei Golubev2022-02-021-3/+5
* qmltc: Drop half-correct type name collecting procedureAndrei Golubev2022-01-311-7/+0
* qmltc: Simplify internal property name lookup logicAndrei Golubev2022-01-261-23/+20
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-181-2/+2
* qmltc: Support Component rootsAndrei Golubev2022-01-031-6/+52
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-231-1/+1
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-231-7/+15
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-181-11/+76
* qmltc: Make special functions protectedAndrei Golubev2021-12-171-0/+29
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-171-0/+941