aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-312-1/+12
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-312-0/+15
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-274-0/+33
* QML: Allow more conversions between different listsUlf Hermann2023-01-262-0/+24
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-252-0/+8
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-254-2/+40
* tst_qmlcppcodegen: Add QML dependency for AndroidFabian Kosmale2023-01-253-4/+9
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-232-0/+2
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-204-0/+105
* QmlCompiler: Handle various date and time conversions correctlyUlf Hermann2023-01-174-0/+75
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-163-0/+28
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-103-1/+38
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-064-0/+93
* QmlCompiler: Test that infinities cleanly cast to intUlf Hermann2022-12-233-0/+29
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-0/+7
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-154-0/+148
* QmlCompiler: Mark StoreElement on JS values has having side effectsUlf Hermann2022-12-153-0/+23
* QQmlJSCodeGenerator: fix nullptr dereferenceFabian Kosmale2022-12-125-0/+84
* QML: Unify postprocessing of importsUlf Hermann2022-12-075-0/+44
* QmlCompiler: Ignore cloned signals when analyzing signal handlersUlf Hermann2022-12-074-1/+28
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-054-0/+57
* QmlCompiler: Fix various kinds of enum lookupUlf Hermann2022-12-024-0/+90
* qmltyperegistrar: Generate accessSemantics="none" for foreign namespacesUlf Hermann2022-11-294-1/+26
* QmlCompiler: Store imported types in a QListUlf Hermann2022-11-254-0/+74
* QmlCompiler: Implement console logging methodsUlf Hermann2022-11-234-0/+71
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-233-0/+43
* QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-11-223-0/+21
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-153-0/+65
* QML: Fix the most blatant TDZ violationsUlf Hermann2022-11-141-0/+6
* QmlCompiler: Ignore InitializeDeadTemporalZone instructionUlf Hermann2022-11-114-0/+34
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-103-0/+50
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Add option to enforce function signaturesUlf Hermann2022-10-144-0/+72
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-123-0/+22
* Port from container::count() and length() to size()Marc Mutz2022-10-072-7/+7
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-064-1/+27
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-08-303-0/+28
* QmlCompiler: Implement remaining operatorsUlf Hermann2022-08-294-36/+469
* tst_QmlCppCodegen: don't use QGenericArgument directlyThiago Macieira2022-08-041-3/+9
* QmlCompiler: Allow any conversion possible via QJSPrimitiveValueUlf Hermann2022-08-033-0/+21
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-263-0/+29
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-225-0/+48
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-212-1/+2
* QmlCompiler: Allow storeNameSloppy to reset a propertyUlf Hermann2022-07-113-0/+14
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-076-1/+46