| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QmlCompiler: Ignore cloned signals when analyzing signal handlers | Ulf Hermann | 2022-12-07 | 1 | -1/+18 |
| * | Fix comparison AOT-lookup and intended type in value types | Semih Yavuz | 2022-12-05 | 1 | -0/+14 |
| * | QmlCompiler: Fix various kinds of enum lookup | Ulf Hermann | 2022-12-02 | 1 | -0/+21 |
| * | qmltyperegistrar: Generate accessSemantics="none" for foreign namespaces | Ulf Hermann | 2022-11-29 | 1 | -0/+11 |
| * | QmlCompiler: Store imported types in a QList | Ulf Hermann | 2022-11-25 | 1 | -0/+11 |
| * | QmlCompiler: Implement console logging methods | Ulf Hermann | 2022-11-23 | 1 | -0/+39 |
| * | QmlCompiler: Fix comparison of null and undefined | Ulf Hermann | 2022-11-23 | 1 | -0/+16 |
| * | QmlCompiler: Don't crash on CallWithSpread | Ulf Hermann | 2022-11-22 | 1 | -0/+11 |
| * | Remove signal index mismatch in aot-compiled code | Sami Shalayel | 2022-11-15 | 1 | -0/+16 |
| * | QmlCompiler: Ignore InitializeDeadTemporalZone instruction | Ulf Hermann | 2022-11-11 | 1 | -0/+11 |
| * | QmlCompiler: Allow lists as arguments to methods | Ulf Hermann | 2022-11-10 | 1 | -0/+16 |
| * | Port to new Q_UNREACHABLE_RETURN() | Marc Mutz | 2022-10-20 | 1 | -2/+1 |
| * | Add option to enforce function signatures | Ulf Hermann | 2022-10-14 | 1 | -0/+14 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -4/+4 |
| * | QmlCompiler: Properly check contained type for enums | Ulf Hermann | 2022-10-12 | 1 | -0/+12 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -6/+6 |
| * | QmlCompiler: Do not crash on version-mismatched property access | Ulf Hermann | 2022-10-06 | 1 | -0/+12 |
| * | V4: Use an enum to categorize functions and rename aotFunction | Ulf Hermann | 2022-09-29 | 1 | -1/+1 |
| * | Extend hack to pass QML types through QMetaObject::invokeMethod() | Ulf Hermann | 2022-09-13 | 1 | -2/+23 |
| * | QmlCompiler: Implement remaining operators | Ulf Hermann | 2022-08-29 | 1 | -36/+221 |
| * | tst_QmlCppCodegen: don't use QGenericArgument directly | Thiago Macieira | 2022-08-04 | 1 | -3/+9 |
| * | QmlCompiler: Allow any conversion possible via QJSPrimitiveValue | Ulf Hermann | 2022-08-03 | 1 | -0/+13 |
| * | QQmlListAccessor: Accept QQmlListProperty | Ulf Hermann | 2022-07-26 | 1 | -0/+12 |
| * | QmlCompiler: Support conversions between QString and QByteArray | Ulf Hermann | 2022-07-22 | 1 | -0/+15 |
| * | QmlCompiler: Implement Math.pow() | Ulf Hermann | 2022-07-21 | 1 | -0/+1 |
| * | QmlCompiler: Allow storeNameSloppy to reset a property | Ulf Hermann | 2022-07-11 | 1 | -0/+6 |
| * | QmlCompiler: Handle trivial signal handler constructions | Ulf Hermann | 2022-07-07 | 1 | -0/+18 |
| * | QmlCompiler: Allow wrapping enums into int | Ulf Hermann | 2022-07-07 | 1 | -0/+11 |
| * | QmlCompiler: Don't crash on unknown list value types | Ulf Hermann | 2022-07-06 | 1 | -0/+24 |
| * | QML: Re-add the Qt namespace enums to the Qt object | Ulf Hermann | 2022-07-05 | 1 | -1/+1 |
| * | QmlCompiler: Initialize registers with undefined where necessary | Ulf Hermann | 2022-07-05 | 1 | -0/+8 |
| * | QmlCompiler: Don't push type conversions back into the engine | Ulf Hermann | 2022-07-05 | 1 | -0/+23 |
| * | QmlCompiler: Really fix writing into argument values | Ulf Hermann | 2022-07-05 | 1 | -2/+18 |
| * | QmlCompiler: Fix register propagation in basic blocks pass | Ulf Hermann | 2022-07-05 | 1 | -0/+13 |
| * | QmlCompiler: Don't generate invalid code for storing undefined | Ulf Hermann | 2022-06-29 | 1 | -0/+10 |
| * | QmlCompiler: Add missing parentheses to in-place arithmetic operations | Ulf Hermann | 2022-06-28 | 1 | -0/+22 |
| * | QmlCompiler: Inline String.arg() into generated code | Ulf Hermann | 2022-06-24 | 1 | -0/+16 |
| * | QmlCompiler: Inline translation methods | Ulf Hermann | 2022-06-24 | 1 | -0/+28 |
| * | Introduce a sane resource path to qt_add_qml_module | Ulf Hermann | 2022-06-23 | 1 | -120/+120 |
| * | QmlCompiler: Fix miscompilation if arguments are overwritten | Ulf Hermann | 2022-06-23 | 1 | -0/+16 |
| * | QmlCompiler: Properly annotate ThrowException instruction | Ulf Hermann | 2022-06-23 | 1 | -0/+13 |
| * | QmlCompiler: Check builtin type aliases after list resolution | Ulf Hermann | 2022-06-15 | 1 | -0/+4 |
| * | QmlCompiler: Reject conversions via QJSValue | Ulf Hermann | 2022-06-15 | 1 | -0/+15 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -20/+1 |
| * | QmlCompiler: Don't retrieve metaobjects for value and sequence types | Ulf Hermann | 2022-06-10 | 1 | -0/+12 |
| * | qmltyperegistrar: Parse value type lists | Ulf Hermann | 2022-06-10 | 1 | -0/+12 |
| * | QmlCompiler: Don't crash when trying to resolve null list types | Ulf Hermann | 2022-06-02 | 1 | -0/+27 |
| * | QmlCompiler: Add support for LoadElement on strings | Ulf Hermann | 2022-05-24 | 1 | -0/+18 |
| * | QmlCompiler: Implement LoadElement for value type lists | Ulf Hermann | 2022-05-24 | 1 | -0/+7 |
| * | qmlcompiler: Evaluate pragma ComponentBehavior | Ulf Hermann | 2022-05-24 | 1 | -0/+17 |