aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QmlCompiler: Ignore cloned signals when analyzing signal handlersUlf Hermann2022-12-071-1/+18
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-051-0/+14
* QmlCompiler: Fix various kinds of enum lookupUlf Hermann2022-12-021-0/+21
* qmltyperegistrar: Generate accessSemantics="none" for foreign namespacesUlf Hermann2022-11-291-0/+11
* QmlCompiler: Store imported types in a QListUlf Hermann2022-11-251-0/+11
* QmlCompiler: Implement console logging methodsUlf Hermann2022-11-231-0/+39
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-231-0/+16
* QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-11-221-0/+11
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-151-0/+16
* QmlCompiler: Ignore InitializeDeadTemporalZone instructionUlf Hermann2022-11-111-0/+11
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-101-0/+16
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-121-0/+12
* Port from container::count() and length() to size()Marc Mutz2022-10-071-6/+6
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-061-0/+12
* V4: Use an enum to categorize functions and rename aotFunctionUlf Hermann2022-09-291-1/+1
* Extend hack to pass QML types through QMetaObject::invokeMethod()Ulf Hermann2022-09-131-2/+23
* QmlCompiler: Implement remaining operatorsUlf Hermann2022-08-291-36/+221
* tst_QmlCppCodegen: don't use QGenericArgument directlyThiago Macieira2022-08-041-3/+9
* QmlCompiler: Allow any conversion possible via QJSPrimitiveValueUlf Hermann2022-08-031-0/+13
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-261-0/+12
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-221-0/+15
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-211-0/+1
* QmlCompiler: Allow storeNameSloppy to reset a propertyUlf Hermann2022-07-111-0/+6
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-071-0/+18
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-071-0/+11
* QmlCompiler: Don't crash on unknown list value typesUlf Hermann2022-07-061-0/+24
* QML: Re-add the Qt namespace enums to the Qt objectUlf Hermann2022-07-051-1/+1
* QmlCompiler: Initialize registers with undefined where necessaryUlf Hermann2022-07-051-0/+8
* QmlCompiler: Don't push type conversions back into the engineUlf Hermann2022-07-051-0/+23
* QmlCompiler: Really fix writing into argument valuesUlf Hermann2022-07-051-2/+18
* QmlCompiler: Fix register propagation in basic blocks passUlf Hermann2022-07-051-0/+13
* QmlCompiler: Don't generate invalid code for storing undefinedUlf Hermann2022-06-291-0/+10
* QmlCompiler: Add missing parentheses to in-place arithmetic operationsUlf Hermann2022-06-281-0/+22
* QmlCompiler: Inline String.arg() into generated codeUlf Hermann2022-06-241-0/+16
* QmlCompiler: Inline translation methodsUlf Hermann2022-06-241-0/+28
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-120/+120
* QmlCompiler: Fix miscompilation if arguments are overwrittenUlf Hermann2022-06-231-0/+16
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-231-0/+13
* QmlCompiler: Check builtin type aliases after list resolutionUlf Hermann2022-06-151-0/+4
* QmlCompiler: Reject conversions via QJSValueUlf Hermann2022-06-151-0/+15
* Use SPDX license identifiersLucie Gérard2022-06-111-20/+1
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-101-0/+12
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-101-0/+12
* QmlCompiler: Don't crash when trying to resolve null list typesUlf Hermann2022-06-021-0/+27
* QmlCompiler: Add support for LoadElement on stringsUlf Hermann2022-05-241-0/+18
* QmlCompiler: Implement LoadElement for value type listsUlf Hermann2022-05-241-0/+7
* qmlcompiler: Evaluate pragma ComponentBehaviorUlf Hermann2022-05-241-0/+17