| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QmlCompiler: Drop the type shuffling on SetLookup | Ulf Hermann | 2024-12-19 | 1 | -0/+20 |
| * | QmlCompiler: Coerce values when calling methods | Ulf Hermann | 2024-12-19 | 1 | -1/+48 |
| * | Compute implicitSize based on implicitContentSize in Pane and subclasses | Tor Arne Vestbø | 2024-12-18 | 1 | -2/+2 |
| * | QmlCompiler: Use correct static_metacall on DefineObjectLiteral | Ulf Hermann | 2024-12-12 | 1 | -2/+7 |
| * | QmlCompiler: Implement calling of methods on value types | Ulf Hermann | 2024-11-22 | 1 | -1/+5 |
| * | QmlCompiler: Add AsVariant initializations for SetLookup | Ulf Hermann | 2024-11-21 | 1 | -1/+75 |
| * | QtQml: Fix calling of method with QML_USING types | Ulf Hermann | 2024-11-13 | 1 | -3/+18 |
| * | QtQml: Never check the type in AOT lookup initializations | Ulf Hermann | 2024-11-12 | 1 | -0/+34 |
| * | QmlCompiler: Support construction of value types with 'new' | Ulf Hermann | 2024-11-06 | 1 | -0/+6 |
| * | QmlCompiler: Allow conversion of object literals to QJSValue | Ulf Hermann | 2024-11-01 | 1 | -0/+21 |
| * | QtQml: Unify detaching behavior for all reference objects | Ulf Hermann | 2024-10-24 | 1 | -0/+25 |
| * | tst_qmlcppcodegen: Prevent crashes on failure | Ulf Hermann | 2024-10-24 | 1 | -2/+2 |
| * | QmlCompiler: Resolve types for calls in init step | Ulf Hermann | 2024-10-14 | 1 | -10/+1 |
| * | tst_qmlcppcodegen: Compile test with QT_NO_CAST_FROM_ASCII | Olivier De Cannière | 2024-10-09 | 1 | -25/+26 |
| * | QmlCompiler: Fix handling of anonymous composite types | Ulf Hermann | 2024-10-02 | 1 | -0/+11 |
| * | QmlCompiler: Do not cache composite metatypes in static members | Ulf Hermann | 2024-09-30 | 1 | -0/+20 |
| * | QmlCompiler: Do not miscompile ID lookups in invalid types | Ulf Hermann | 2024-09-25 | 1 | -0/+31 |
| * | QmlCompiler: Don't crash on broken type assertions | Ulf Hermann | 2024-09-25 | 1 | -0/+13 |
| * | QtQml: Allow initialization of value types with object types | Ulf Hermann | 2024-09-24 | 1 | -1/+2 |
| * | QmlCompiler: Do not choose unstorable stored types | Ulf Hermann | 2024-08-12 | 1 | -0/+1 |
| * | qmllint/quick: rename attached type warnings to be uniform | Sami Shalayel | 2024-08-08 | 1 | -2/+2 |
| * | Compiler: Properly read value type arguments when enforcing signatures | Olivier De Cannière | 2024-07-17 | 1 | -0/+13 |
| * | QML: Allow conversion between different list types | Ulf Hermann | 2024-07-03 | 1 | -7/+53 |
| * | QmlCompiler: Fix side effect detection for array methods | Ulf Hermann | 2024-07-02 | 1 | -0/+2 |
| * | QmlCompiler: Don't generate invalid code for unstorable lists | Ulf Hermann | 2024-06-28 | 1 | -0/+25 |
| * | QmlCompiler: Explicitly cast operations that result in QString | Ulf Hermann | 2024-05-25 | 1 | -0/+17 |
| * | QtQml: Properly enforce signatures of AOT-compiled functions | Ulf Hermann | 2024-04-26 | 1 | -2/+19 |
| * | qmlsc: Support Math static properties | Luca Di Sera | 2024-04-18 | 1 | -0/+21 |
| * | QmlCompiler: Allow coercion of lists to strings | Ulf Hermann | 2024-04-11 | 1 | -0/+25 |
| * | QmlCompiler: Correctly mark side effects for list operations | Ulf Hermann | 2024-04-11 | 1 | -0/+12 |
| * | QmlCompiler: Handle scripts as type lookups on GetLookup | Ulf Hermann | 2024-04-05 | 1 | -0/+11 |
| * | Generate qmldir files for extra directories with QML files | Ulf Hermann | 2024-04-03 | 1 | -2/+27 |
| * | QmlCompiler: Fix code for object literal generation | Ulf Hermann | 2024-03-26 | 1 | -0/+8 |
| * | QmlCompiler: Do not use QQmlEngine from current QML context | Ulf Hermann | 2024-03-21 | 1 | -0/+12 |
| * | QQmlPropertyCache: Correctly set flags when loading methods | Ulf Hermann | 2024-02-29 | 1 | -0/+8 |
| * | QmlCompiler: Respect scoped enums | Ulf Hermann | 2024-02-29 | 1 | -0/+34 |
| * | Correct license for test files | Lucie Gérard | 2024-02-27 | 1 | -1/+1 |
| * | QmlCompiler: Fix conditions around as casts | Ulf Hermann | 2024-02-21 | 1 | -5/+10 |
| * | QmlCompiler: Use original scope type for SetLookup | Ulf Hermann | 2024-02-21 | 1 | -0/+19 |
| * | QmlCompiler: Escape question marks in string literals | Ulf Hermann | 2024-02-21 | 1 | -0/+10 |
| * | Compiler: Add tests for the nullish coalescing operator ?? | Olivier De Cannière | 2024-02-16 | 1 | -0/+50 |
| * | Compiler: Handle method list return types from qmltypes file | Olivier De Cannière | 2024-02-14 | 1 | -0/+12 |
| * | QmlCompiler: In debug mode, set instruction pointer before each lookup | Ulf Hermann | 2024-02-08 | 1 | -0/+27 |
| * | Compiler: Also check for shadowing on optional lookups | Olivier De Cannière | 2024-02-08 | 1 | -0/+13 |
| * | Compiler: Convert from stored to original type when generating equality | Olivier De Cannière | 2024-02-07 | 1 | -0/+10 |
| * | QmlCompiler: Reject lookups on shadowable base types | Ulf Hermann | 2024-02-01 | 1 | -0/+64 |
| * | Compiler: Don't crash on optional lookups on QJSValue base type | Olivier De Cannière | 2024-01-29 | 1 | -0/+13 |
| * | QmlCompiler: Handle non-resettable undefined assignment | Ulf Hermann | 2024-01-25 | 1 | -10/+36 |
| * | QmlCompiler: Implement resetting of properties | Ulf Hermann | 2024-01-25 | 1 | -0/+23 |
| * | QmlCompiler: Allow primitive conversion if output is stored in var | Ulf Hermann | 2024-01-11 | 1 | -0/+14 |