aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Fix various kinds of enum lookupUlf Hermann2022-12-021-0/+2
* qmltyperegistrar: Generate accessSemantics="none" for foreign namespacesUlf Hermann2022-11-291-0/+1
* QmlCompiler: Store imported types in a QListUlf Hermann2022-11-251-0/+2
* QmlCompiler: Implement console logging methodsUlf Hermann2022-11-231-0/+1
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-231-0/+1
* QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-11-221-0/+1
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-151-0/+1
* QmlCompiler: Ignore InitializeDeadTemporalZone instructionUlf Hermann2022-11-111-0/+1
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-101-0/+1
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+2
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-121-0/+1
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-061-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-08-301-0/+1
* QmlCompiler: Implement remaining operatorsUlf Hermann2022-08-291-0/+1
* QmlCompiler: Allow any conversion possible via QJSPrimitiveValueUlf Hermann2022-08-031-0/+1
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-261-0/+1
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-221-0/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-071-0/+1
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-071-0/+1
* QmlCompiler: Don't crash on unknown list value typesUlf Hermann2022-07-061-0/+1
* QmlCompiler: Don't push type conversions back into the engineUlf Hermann2022-07-051-0/+1
* QmlCompiler: Fix register propagation in basic blocks passUlf Hermann2022-07-051-0/+1
* QmlCompiler: Don't generate invalid code for storing undefinedUlf Hermann2022-06-291-0/+1
* QmlCompiler: Add missing parentheses to in-place arithmetic operationsUlf Hermann2022-06-281-0/+1
* QmlCompiler: Inline String.arg() into generated codeUlf Hermann2022-06-241-0/+1
* QmlCompiler: Inline translation methodsUlf Hermann2022-06-241-0/+1
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* QmlCompiler: Fix miscompilation if arguments are overwrittenUlf Hermann2022-06-231-0/+1
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-231-0/+1
* QmlCompiler: Reject conversions via QJSValueUlf Hermann2022-06-151-0/+1
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-101-0/+1
* QmlCompiler: Don't crash when trying to resolve null list typesUlf Hermann2022-06-021-0/+1
* qmlcompiler: Evaluate pragma ComponentBehaviorUlf Hermann2022-05-241-0/+1
* QmlCompiler: Do not coerce value type lists to QQmlListPropertyUlf Hermann2022-05-181-0/+1
* QmlCompiler: Add test case for descriptive name of invalid typeUlf Hermann2022-04-281-0/+2
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-251-0/+2
* QmlCompiler: Allow primitive conversion from any number to boolUlf Hermann2022-04-051-0/+1
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-011-0/+3
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-231-0/+1
* QmlCompiler: Support type lookups in prefix-imported modulesUlf Hermann2022-03-221-0/+2
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-031-0/+2
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-011-0/+1
* QmlCompiler: Correctly label arguments and return types of JS functionsUlf Hermann2022-02-251-0/+1
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-231-0/+1
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-181-0/+1
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-181-0/+1
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-181-0/+1
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-181-0/+1