| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Undeprecate AOTCompiledFunction | Ulf Hermann | 2023-05-23 | 1 | -1/+1 |
| * | QmlCompiler: Re-allow conversion from QObject to QString | Ulf Hermann | 2023-05-09 | 1 | -0/+9 |
| * | Properly support lists as method arguments | Ulf Hermann | 2023-05-09 | 1 | -0/+4 |
| * | QML: Encode "missing" line number as negated address of stack frame | Ulf Hermann | 2023-05-09 | 1 | -0/+16 |
| * | QML: Allow conversion from QV4::Sequence to different iterable | Ulf Hermann | 2023-05-09 | 1 | -0/+11 |
| * | QmlCompiler: Convert thisObject to correct type | Ulf Hermann | 2023-05-04 | 1 | -0/+24 |
| * | QmlCompiler: Disallow reading from values affected by side effects | Ulf Hermann | 2023-05-04 | 1 | -29/+46 |
| * | tst_qmlcppcodegen: Sort methods alphabetically | Ulf Hermann | 2023-05-04 | 1 | -2474/+2471 |
| * | QML: Fix call frame conversion for QVariant return types | Ulf Hermann | 2023-05-04 | 1 | -0/+26 |
| * | QmlCompiler: Do not crash when converting number literals to enums | Ulf Hermann | 2023-05-04 | 1 | -0/+14 |
| * | QmlCompiler: Do not stop parsing on top-level Component elements | Ulf Hermann | 2023-05-03 | 1 | -0/+26 |
| * | QmlCompiler: Relax shadowing check | Ulf Hermann | 2023-05-02 | 1 | -0/+13 |
| * | QmlCompiler: Inline some array methods | Ulf Hermann | 2023-04-28 | 1 | -0/+125 |
| * | QmlCompiler: Use actual type of enums, rather than int | Ulf Hermann | 2023-04-26 | 1 | -0/+5 |
| * | QmlCompiler: Implement ConvertThisToObject and basic DTZ | Ulf Hermann | 2023-04-25 | 1 | -0/+10 |
| * | QmlCompiler: Recognize QStringList and QVariantList as special lists | Ulf Hermann | 2023-04-24 | 1 | -0/+11 |
| * | QmlCompiler: Allow conversion from QQmlListProperty to QList | Ulf Hermann | 2023-04-24 | 1 | -0/+19 |
| * | Fix content pointer check for QObject* | Ulf Hermann | 2023-04-19 | 1 | -0/+26 |
| * | QmlCompiler: Merge bool and any pointer type into the pointer type | Ulf Hermann | 2023-04-15 | 1 | -0/+13 |
| * | QmlCompiler: Support more integer types | Ulf Hermann | 2023-03-30 | 1 | -9/+74 |
| * | QmlCompiler: Do not generate invalid code on generate_As | Ulf Hermann | 2023-03-17 | 1 | -0/+15 |
| * | QmlCompiler: Allow coercing anything to bool | Ulf Hermann | 2023-03-10 | 1 | -0/+26 |
| * | QmlCompiler: Use value type ctors | Ulf Hermann | 2023-03-09 | 1 | -0/+14 |
| * | QML: Allow as-casting to value types | Ulf Hermann | 2023-03-03 | 1 | -0/+45 |
| * | QmlCompiler: Improve method overload selection | Ulf Hermann | 2023-03-02 | 1 | -0/+11 |
| * | QtQml: Always throw when requesting an enum from an invalid singleton | Ulf Hermann | 2023-03-01 | 1 | -0/+25 |
| * | QmlCompiler: Implement multi-argument Math.{min,max}() | Olivier De Cannière | 2023-02-23 | 1 | -0/+63 |
| * | QmlCompiler: Implement get lookup of variantMap properties | Olivier De Cannière | 2023-02-22 | 1 | -0/+11 |
| * | QmlCompiler: Fix coercion of undefined to float and double | Ulf Hermann | 2023-02-21 | 1 | -2/+26 |
| * | qmlsc: Support equality operations for QUrl | Semih Yavuz | 2023-02-16 | 1 | -0/+18 |
| * | Controls: Use PlatformDialogHelper for enums in DialogButtonBox | Ulf Hermann | 2023-02-15 | 1 | -0/+17 |
| * | qmlcachegen: fix nonstrict equality code generation | Semih Yavuz | 2023-01-31 | 1 | -0/+5 |
| * | qmlcachegen: Improve QObject comparison code generation test | Semih Yavuz | 2023-01-31 | 1 | -0/+7 |
| * | QML: Turn singleton/type mismatch into a run time type error | Ulf Hermann | 2023-01-27 | 1 | -0/+17 |
| * | QML: Allow more conversions between different lists | Ulf Hermann | 2023-01-26 | 1 | -0/+11 |
| * | QML: Allow converting any object list to QQmlListProperty | Ulf Hermann | 2023-01-25 | 1 | -0/+6 |
| * | qmltyperegistrar: Strip '*' from list value types | Ulf Hermann | 2023-01-25 | 1 | -1/+9 |
| * | tst_qmlcppcodegen: Add QML dependency for Android | Fabian Kosmale | 2023-01-25 | 1 | -4/+0 |
| * | QmlCompiler: Wrap sequences with unknown elemnts in QVariantList | Ulf Hermann | 2023-01-23 | 1 | -0/+1 |
| * | QML: Add a pragma for value type behavior | Ulf Hermann | 2023-01-20 | 1 | -0/+35 |
| * | QmlCompiler: Handle various date and time conversions correctly | Ulf Hermann | 2023-01-17 | 1 | -0/+37 |
| * | Allow extraction of V4 values from QJSPrimitiveValue | Ulf Hermann | 2023-01-16 | 1 | -0/+5 |
| * | QmlCachegen: Equality comparison ability to QObject * | Semih Yavuz | 2023-01-10 | 1 | -0/+17 |
| * | QmlCachegen: Equality comparison ability to var and void/null types | Semih Yavuz | 2023-01-06 | 1 | -0/+22 |
| * | QmlCompiler: Test that infinities cleanly cast to int | Ulf Hermann | 2022-12-23 | 1 | -0/+20 |
| * | QmlCompiler: Fix recognition of builtin list types | Ulf Hermann | 2022-12-15 | 1 | -0/+7 |
| * | QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValue | Ulf Hermann | 2022-12-15 | 1 | -0/+46 |
| * | QmlCompiler: Mark StoreElement on JS values has having side effects | Ulf Hermann | 2022-12-15 | 1 | -0/+16 |
| * | QQmlJSCodeGenerator: fix nullptr dereference | Fabian Kosmale | 2022-12-12 | 1 | -0/+11 |
| * | QML: Unify postprocessing of imports | Ulf Hermann | 2022-12-07 | 1 | -0/+11 |