aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data
Commit message (Expand)AuthorAgeFilesLines
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-283-0/+85
* QmlCompiler: Fix scopeObjectDestruction test case on androidUlf Hermann2022-04-111-0/+1
* QmlCompiler: Fix string-to-bool conversion via QJSPrimitiveValueUlf Hermann2022-04-071-0/+1
* QmlCompiler: Define variables also for conversion registersUlf Hermann2022-04-072-0/+7
* QmlCompiler: Support type lookups in prefix-imported modulesUlf Hermann2022-04-041-0/+2
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-017-0/+53
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-254-0/+52
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-043-0/+114
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-032-0/+10
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-012-0/+21
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-212-0/+16
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-212-0/+7
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-212-0/+11
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-212-0/+14
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-182-0/+10
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-042-0/+16
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-261-0/+6
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-222-0/+10
* QmlCompiler: Respect revisionsUlf Hermann2022-01-212-0/+22
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-182-0/+16
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-154-0/+29
* qqmljstypepropagator: Add compiler error for unknown function callsMaximilian Goldstein2022-01-131-0/+2
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-193-0/+12
* QmlCompiler: Reject ambiguous and inaccessible typesUlf Hermann2021-12-135-0/+29
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-127-0/+27
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-103-0/+35
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-104-0/+19
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-106-4/+78
* Fix top-level build of qmlcppcodegen testsAndrei Golubev2021-12-061-0/+2
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-062-0/+10
* Test that we can retrieve attached types from "recursive" namesUlf Hermann2021-12-042-0/+12
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-03105-0/+5031