summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-0/+1
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-091-0/+2
* QmlCompiler: Convert thisObject to correct typeUlf Hermann2023-05-041-0/+1
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-041-0/+1
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-041-0/+3
* QmlCompiler: Do not crash when converting number literals to enumsUlf Hermann2023-05-041-0/+1
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-031-0/+1
* tst_qmlcppcodegen: Sort QML files againUlf Hermann2023-05-021-10/+10
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-021-0/+1
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-281-0/+4
* QmlCompiler: Implement ConvertThisToObject and basic DTZUlf Hermann2023-04-251-0/+1
* QmlCompiler: Allow conversion from QQmlListProperty to QListUlf Hermann2023-04-241-0/+1
* Fix content pointer check for QObject*Ulf Hermann2023-04-191-0/+2
* QmlCompiler: Merge bool and any pointer type into the pointer typeUlf Hermann2023-04-151-0/+1
* QmlCompiler: Do not generate invalid code on generate_AsUlf Hermann2023-03-171-0/+1
* QmlCompiler: Allow coercing anything to boolUlf Hermann2023-03-101-0/+1
* QmlCompiler: Use value type ctorsUlf Hermann2023-03-091-0/+1
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-0/+2
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-011-0/+2
* QmlCompiler: Implement multi-argument Math.{min,max}()Olivier De Cannière2023-02-231-0/+1
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-221-0/+2
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-211-0/+1
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-161-0/+1
* Controls: Use PlatformDialogHelper for enums in DialogButtonBoxUlf Hermann2023-02-151-0/+1
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-0/+5
* tst_qmlcppcodegen: Add QML dependency for AndroidFabian Kosmale2023-01-251-0/+1
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+2
* QmlCompiler: Handle various date and time conversions correctlyUlf Hermann2023-01-171-0/+1
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-101-1/+2
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-061-0/+2
* QmlCompiler: Test that infinities cleanly cast to intUlf Hermann2022-12-231-0/+1
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-151-0/+2
* QmlCompiler: Mark StoreElement on JS values has having side effectsUlf Hermann2022-12-151-0/+1
* QQmlJSCodeGenerator: fix nullptr dereferenceFabian Kosmale2022-12-121-0/+2
* QML: Unify postprocessing of importsUlf Hermann2022-12-071-0/+3
* QmlCompiler: Ignore cloned signals when analyzing signal handlersUlf Hermann2022-12-071-0/+1
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-051-0/+2
* 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