aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-05-191-0/+4
* QmlCompiler: Do not coerce value type lists to QQmlListPropertyUlf Hermann2022-05-181-0/+21
* Skip crashing test in tst_qmlcppcodegen on AndroidAndreas Buhr2022-05-031-0/+4
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-198/+200
* QmlCompiler: Add test case for descriptive name of invalid typeUlf Hermann2022-04-281-0/+55
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-251-0/+22
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-111-1/+1
* QmlCompiler: Analyze type conversions before reads in basic blocksUlf Hermann2022-04-061-0/+3
* QmlCompiler: Fix string-to-bool conversion via QJSPrimitiveValueUlf Hermann2022-04-061-0/+9
* QmlCompiler: Respect qualified property typesUlf Hermann2022-04-061-2/+8
* QmlCompiler: Allow primitive conversion from any number to boolUlf Hermann2022-04-051-0/+12
* Repair tst_qmlcppcodegen on AndroidAndreas Buhr2022-04-051-0/+4
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-011-0/+23
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-231-0/+13
* QmlCompiler: Support type lookups in prefix-imported modulesUlf Hermann2022-03-221-0/+13
* QmlCompiler: Avoid some deprecation warningsUlf Hermann2022-03-141-1/+1
* QmlCompiler: Implement generate_DefineArrayUlf Hermann2022-03-141-0/+29
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-031-0/+34
* Fix compilation of tst_qmlcppcodegen on AndroidAndreas Buhr2022-03-021-2/+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/+22
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-231-0/+23
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-181-0/+1
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-181-0/+19
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-181-0/+17
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-181-0/+11
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-181-0/+23
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-041-0/+15
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-221-0/+11
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-0/+13
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-181-0/+18
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-151-0/+15
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-171-0/+8
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-121-13/+21
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-0/+14
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-101-5/+14
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-101-0/+12
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-0/+17
* Test that we can retrieve attached types from "recursive" namesUlf Hermann2021-12-041-0/+14
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-0/+1623