summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Re-allow conversion from QObject to QStringUlf Hermann2023-05-091-0/+9
* Properly support lists as method argumentsUlf Hermann2023-05-091-0/+4
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-0/+16
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-091-0/+11
* QmlCompiler: Convert thisObject to correct typeUlf Hermann2023-05-041-0/+24
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-041-29/+46
* tst_qmlcppcodegen: Sort methods alphabeticallyUlf Hermann2023-05-041-2474/+2471
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-041-0/+26
* QmlCompiler: Do not crash when converting number literals to enumsUlf Hermann2023-05-041-0/+14
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-031-0/+26
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-021-0/+13
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-281-0/+125
* QmlCompiler: Use actual type of enums, rather than intUlf Hermann2023-04-261-0/+5
* QmlCompiler: Implement ConvertThisToObject and basic DTZUlf Hermann2023-04-251-0/+10
* QmlCompiler: Recognize QStringList and QVariantList as special listsUlf Hermann2023-04-241-0/+11
* QmlCompiler: Allow conversion from QQmlListProperty to QListUlf Hermann2023-04-241-0/+19
* Fix content pointer check for QObject*Ulf Hermann2023-04-191-0/+26
* QmlCompiler: Merge bool and any pointer type into the pointer typeUlf Hermann2023-04-151-0/+13
* QmlCompiler: Support more integer typesUlf Hermann2023-03-301-9/+74
* QmlCompiler: Do not generate invalid code on generate_AsUlf Hermann2023-03-171-0/+15
* QmlCompiler: Allow coercing anything to boolUlf Hermann2023-03-101-0/+26
* QmlCompiler: Use value type ctorsUlf Hermann2023-03-091-0/+14
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-0/+45
* QmlCompiler: Improve method overload selectionUlf Hermann2023-03-021-0/+11
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-011-0/+25
* QmlCompiler: Implement multi-argument Math.{min,max}()Olivier De Cannière2023-02-231-0/+63
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-221-0/+11
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-211-2/+26
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-161-0/+18
* Controls: Use PlatformDialogHelper for enums in DialogButtonBoxUlf Hermann2023-02-151-0/+17
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-311-0/+5
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-311-0/+7
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-0/+17
* QML: Allow more conversions between different listsUlf Hermann2023-01-261-0/+11
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-251-0/+6
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-251-1/+9
* tst_qmlcppcodegen: Add QML dependency for AndroidFabian Kosmale2023-01-251-4/+0
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-231-0/+1
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+35
* QmlCompiler: Handle various date and time conversions correctlyUlf Hermann2023-01-171-0/+37
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-161-0/+5
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-101-0/+17
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-061-0/+22
* QmlCompiler: Test that infinities cleanly cast to intUlf Hermann2022-12-231-0/+20
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-0/+7
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-151-0/+46
* QmlCompiler: Mark StoreElement on JS values has having side effectsUlf Hermann2022-12-151-0/+16
* QQmlJSCodeGenerator: fix nullptr dereferenceFabian Kosmale2022-12-121-0/+11
* QML: Unify postprocessing of importsUlf Hermann2022-12-071-0/+11
* QmlCompiler: Ignore cloned signals when analyzing signal handlersUlf Hermann2022-12-071-1/+18