aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Don't read out of bounds when analyzing splice()Ulf Hermann23 hours1-0/+11
* Compiler: Stop std::move-ing the changed register in certain casesOlivier De Cannière4 days1-0/+17
* QtQml: Don't mark QJSValues on the AOT stackUlf Hermann7 days1-0/+7
* QmlCompiler: Fix rejection of dynamic properties in object literalsUlf Hermann2025-11-111-3/+16
* QtQml: Fix marking of values on AOT stackUlf Hermann2025-11-051-0/+7
* QmlCompiler: Fix side effect detection for callsUlf Hermann2025-10-311-0/+13
* QtQml: Fix resolution of aliases to local aliasesUlf Hermann2025-10-131-0/+22
* QtQml: Reset scope object call lookup if it failsUlf Hermann2025-10-091-0/+23
* QmlCompiler: Expect singleton members to be shadowableUlf Hermann2025-10-081-0/+12
* QmlCompiler: Fix write access to QVariantMapUlf Hermann2025-10-071-0/+6
* QtQml: Add test for writing to delayed propertiesUlf Hermann2025-10-061-1/+83
* QtQml: Fix assigning to QML-defined list propertiesUlf Hermann2025-10-021-0/+28
* QmlCompiler: Don't adjust the same conversion multiple timesUlf Hermann2025-09-231-0/+49
* QmlCompiler: Properly handle uncertain component statusUlf Hermann2025-09-181-0/+14
* tst_qmlcppcodegen: Adjust to fixed binding behavior in qtbaseUlf Hermann2025-09-181-1/+2
* QmlCompiler: Guard against disappearing arrow functionsUlf Hermann2025-09-151-0/+51
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-111-0/+14
* QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrappedUlf Hermann2025-09-021-0/+14
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann2025-09-021-0/+20
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-021-4/+28
* QmlCompiler: Fix access to optional QVariantMapUlf Hermann2025-09-011-0/+1
* QtQml: Store detached VariantAssociation objects on the JS heapUlf Hermann2025-08-211-0/+55
* Compiler: Detect calls on partially deleted objects and throwOlivier De Cannière2025-08-181-0/+10
* qmltyperegistrar: Manually register names for Q_ENUMSUlf Hermann2025-07-071-0/+11
* QtQml: Correctly track alias resolutions skipsOlivier De Cannière2025-07-021-0/+11
* QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-06-271-0/+11
* compiler: Avoid invalid C++ code generationFabian Kosmale2025-06-261-2/+7
* QmlCompiler: Discern between different kinds of side effectsUlf Hermann2025-06-231-0/+19
* QmlCompiler: Sharpen side effect detectionUlf Hermann2025-06-231-1/+20
* QmlCompiler: Restore support for writing to temporary arraysUlf Hermann2025-06-231-0/+15
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière2025-05-311-8/+2
* Compiler: Deduplicate conversion origins based on register's contentOlivier De Cannière2025-05-011-0/+10
* Compiler: Skip bindings to properties of type QQmlScriptStringOlivier De Cannière2025-04-171-0/+15
* QmlCompiler: Error out on unstorable typesUlf Hermann2025-04-141-0/+11
* Compiler: Use regular lookup for redundant optional lookupsOlivier De Cannière2025-04-101-0/+11
* QmlCompiler: Do not re-resolve iterator value typesUlf Hermann2025-03-311-0/+15
* QML: Add final property attributeOlivier De Cannière2025-03-061-0/+11
* QtQml: Support url and date in 'instanceof' and 'as'Ulf Hermann2025-02-281-0/+4
* QtQml: Clean up qmldir redirectionUlf Hermann2025-02-261-0/+13
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-261-0/+68
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-211-0/+14
* QmlCompiler: Extend the listConversion testUlf Hermann2025-02-191-0/+36
* QmlCompiler: Only import hardcoded builtins by defaultUlf Hermann2025-02-181-0/+12
* Compiler: Add missing conversion for variant equality comparisonsOlivier De Cannière2025-02-181-0/+15
* QtQml: Add conversion code for QQmlListProperty to other listsUlf Hermann2025-01-241-7/+53
* QtQml: Check 'this' for null in callObjectPropertyLookupUlf Hermann2025-01-061-0/+20
* QtQml: Do not crash when loading .js files as QMLUlf Hermann2025-01-061-0/+12
* QtQml: Accept .js and .mjs files in directory-listing qmldirsUlf Hermann2025-01-061-0/+12
* QmlCompiler: Round towards 0 when coercing to 64bit integersUlf Hermann2024-12-201-62/+41
* QmlCompiler: Name types when initializing structured value typesUlf Hermann2024-12-191-0/+10