aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* Skip crashing test in tst_qmlcppcodegen on AndroidAndreas Buhr2022-05-201-0/+4
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-284-0/+107
* QmlCompiler: Fix scopeObjectDestruction test case on androidUlf Hermann2022-04-111-0/+1
* QmlCompiler: Fix string-to-bool conversion via QJSPrimitiveValueUlf Hermann2022-04-072-0/+6
* QmlCompiler: Define variables also for conversion registersUlf Hermann2022-04-073-0/+24
* Repair tst_qmlcppcodegen on AndroidAndreas Buhr2022-04-051-0/+4
* QmlCompiler: Support type lookups in prefix-imported modulesUlf Hermann2022-04-041-0/+2
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-018-0/+76
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-255-0/+78
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-0/+148
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-034-1/+32
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-013-0/+22
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-213-0/+35
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-213-0/+24
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-213-0/+22
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-213-0/+15
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-183-0/+33
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-043-0/+31
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-261-0/+6
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-223-0/+21
* QmlCompiler: Respect revisionsUlf Hermann2022-01-213-0/+35
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-183-0/+34
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-155-0/+44
* 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-194-0/+20
* QmlCompiler: Reject ambiguous and inaccessible typesUlf Hermann2021-12-135-0/+29
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-128-13/+48
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-104-0/+49
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-105-5/+33
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-107-4/+90
* Fix top-level build of qmlcppcodegen testsAndrei Golubev2021-12-061-0/+2
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-063-0/+27
* Test that we can retrieve attached types from "recursive" namesUlf Hermann2021-12-043-0/+26
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-03107-0/+6665