aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-031-0/+2
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-011-0/+1
* QmlCompiler: Correctly label arguments and return types of JS functionsUlf Hermann2022-02-251-0/+1
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-231-0/+1
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-181-0/+1
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-181-0/+1
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-181-0/+1
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-181-0/+1
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-181-0/+1
* QmlCompiler: Allow assigning empty lists to list propertiesUlf Hermann2022-02-141-0/+1
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-041-0/+1
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-251-0/+6
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-221-0/+1
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-0/+1
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-181-0/+1
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-151-0/+1
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-171-0/+2
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-121-0/+4
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-0/+2
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-101-0/+1
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-101-4/+5
* Fix top-level build of qmlcppcodegen testsAndrei Golubev2021-12-061-0/+2
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-0/+1
* Test that we can retrieve attached types from "recursive" namesUlf Hermann2021-12-041-0/+1
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-0/+134