| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QmlCompiler: Detect non-integral values when accessing QQmlListProperty | Ulf Hermann | 2022-05-19 | 1 | -0/+4 |
| * | QmlCompiler: Do not coerce value type lists to QQmlListProperty | Ulf Hermann | 2022-05-18 | 1 | -0/+21 |
| * | Skip crashing test in tst_qmlcppcodegen on Android | Andreas Buhr | 2022-05-03 | 1 | -0/+4 |
| * | Replace uses of deprecated _qs with _s/QStringLiteral | Sona Kurazyan | 2022-04-29 | 1 | -198/+200 |
| * | QmlCompiler: Add test case for descriptive name of invalid type | Ulf Hermann | 2022-04-28 | 1 | -0/+55 |
| * | QmlCompile: Double-check types before generating lookups | Ulf Hermann | 2022-04-25 | 1 | -0/+22 |
| * | DelegateModel: Use actual bindings for required properties | Ulf Hermann | 2022-04-11 | 1 | -1/+1 |
| * | QmlCompiler: Analyze type conversions before reads in basic blocks | Ulf Hermann | 2022-04-06 | 1 | -0/+3 |
| * | QmlCompiler: Fix string-to-bool conversion via QJSPrimitiveValue | Ulf Hermann | 2022-04-06 | 1 | -0/+9 |
| * | QmlCompiler: Respect qualified property types | Ulf Hermann | 2022-04-06 | 1 | -2/+8 |
| * | QmlCompiler: Allow primitive conversion from any number to bool | Ulf Hermann | 2022-04-05 | 1 | -0/+12 |
| * | Repair tst_qmlcppcodegen on Android | Andreas Buhr | 2022-04-05 | 1 | -0/+4 |
| * | QmlCompiler: Improve ambiguous type detection | Ulf Hermann | 2022-04-01 | 1 | -0/+23 |
| * | QmlCompiler: Fix a number of warts regarding type lookup | Ulf Hermann | 2022-03-23 | 1 | -0/+13 |
| * | QmlCompiler: Support type lookups in prefix-imported modules | Ulf Hermann | 2022-03-22 | 1 | -0/+13 |
| * | QmlCompiler: Avoid some deprecation warnings | Ulf Hermann | 2022-03-14 | 1 | -1/+1 |
| * | QmlCompiler: Implement generate_DefineArray | Ulf Hermann | 2022-03-14 | 1 | -0/+29 |
| * | QML: Handle dynamic meta objects in AOT lookups | Ulf Hermann | 2022-03-03 | 1 | -0/+34 |
| * | Fix compilation of tst_qmlcppcodegen on Android | Andreas Buhr | 2022-03-02 | 1 | -2/+2 |
| * | QmlCompiler: On MoveReg, check if we need to move at all | Ulf Hermann | 2022-03-01 | 1 | -0/+1 |
| * | QmlCompiler: Correctly label arguments and return types of JS functions | Ulf Hermann | 2022-02-25 | 1 | -0/+22 |
| * | QML: Take care of QVariant when converting function arguments | Ulf Hermann | 2022-02-23 | 1 | -0/+23 |
| * | QmlCompiler: Avoid infinite loop in dead store elimination | Ulf Hermann | 2022-02-18 | 1 | -0/+1 |
| * | QmlCompiler: Perform QVariant conversion in JavaScript semantics | Ulf Hermann | 2022-02-18 | 1 | -0/+19 |
| * | QmlCompiler: Do not crash on attempts to lookup a function in the scope | Ulf Hermann | 2022-02-18 | 1 | -0/+17 |
| * | QmlCompiler: Do not generate block comments into C++ code | Ulf Hermann | 2022-02-18 | 1 | -0/+11 |
| * | QmlCompiler: Correctly encode inf/nan/-0 into C++ | Ulf Hermann | 2022-02-18 | 1 | -0/+23 |
| * | QmlCompiler: Place code for CmpNeInt in parentheses | Ulf Hermann | 2022-02-04 | 1 | -0/+15 |
| * | QmlCompiler: Handle ID lookups of incomplete types correctly | Ulf Hermann | 2022-01-22 | 1 | -0/+11 |
| * | QmlCompiler: Respect revisions | Ulf Hermann | 2022-01-21 | 1 | -0/+13 |
| * | QmlCompiler: Handle context push/pop in dead code | Ulf Hermann | 2022-01-18 | 1 | -0/+18 |
| * | Re-allow retrieval of list properties in QQmlJSCodeGenerator | Ulf Hermann | 2022-01-15 | 1 | -0/+15 |
| * | QmlCompiler: Don't try to get attached objects for non-QObject* | Ulf Hermann | 2021-12-17 | 1 | -0/+8 |
| * | QQmlJSImportsVisitor: Break inheritance cycles | Ulf Hermann | 2021-12-12 | 1 | -13/+21 |
| * | QQmlJSAotContext: flushPendingBinding() before capturing a property | Ulf Hermann | 2021-12-10 | 1 | -0/+14 |
| * | qmlcachegen: Don't generate bad code if we cannot resolve a return type | Ulf Hermann | 2021-12-10 | 1 | -5/+14 |
| * | QmlCompiler: Split type name by last "::" rather than first | Ulf Hermann | 2021-12-10 | 1 | -0/+12 |
| * | QmlCompiler: Fix return type calculation | Ulf Hermann | 2021-12-06 | 1 | -0/+17 |
| * | Test that we can retrieve attached types from "recursive" names | Ulf Hermann | 2021-12-04 | 1 | -0/+14 |
| * | Compile QML files ahead of time with qmlcachegen | Ulf Hermann | 2021-12-03 | 1 | -0/+1623 |