aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Get length from strings wrapped in QJSPrimitiveValueUlf Hermann13 days2-0/+9
* QtQml: Invalidate fallback lookups after each call from AOT codeUlf Hermann2025-12-054-0/+91
* QmlCompiler: Don't read out of bounds when analyzing splice()Ulf Hermann2025-11-303-0/+19
* Compiler: Stop std::move-ing the changed register in certain casesOlivier De Cannière2025-11-273-0/+31
* CMake: Allow qmlls.build.ini generation to be skippedUlf Hermann2025-11-261-0/+1
* QtQml: Don't mark QJSValues on the AOT stackUlf Hermann2025-11-243-0/+38
* QmlCompiler: Fix rejection of dynamic properties in object literalsUlf Hermann2025-11-114-4/+38
* QtQml: Fix marking of values on AOT stackUlf Hermann2025-11-054-0/+55
* QmlCompiler: Fix side effect detection for callsUlf Hermann2025-10-315-29/+67
* Fix configure warningsUlf Hermann2025-10-291-1/+3
* QtQml: Fix resolution of aliases to local aliasesUlf Hermann2025-10-133-0/+34
* QtQml: Reset scope object call lookup if it failsUlf Hermann2025-10-093-0/+65
* QmlCompiler: Expect singleton members to be shadowableUlf Hermann2025-10-085-0/+91
* QmlCompiler: Fix write access to QVariantMapUlf Hermann2025-10-073-4/+41
* QtQml: Add test for writing to delayed propertiesUlf Hermann2025-10-064-1/+196
* QtQml: Fix assigning to QML-defined list propertiesUlf Hermann2025-10-023-0/+71
* QmlCompiler: Don't adjust the same conversion multiple timesUlf Hermann2025-09-233-0/+75
* QmlCompiler: Properly handle uncertain component statusUlf Hermann2025-09-184-0/+42
* tst_qmlcppcodegen: Adjust to fixed binding behavior in qtbaseUlf Hermann2025-09-181-1/+2
* QmlCompiler: Guard against disappearing arrow functionsUlf Hermann2025-09-153-0/+80
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-114-1/+29
* QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrappedUlf Hermann2025-09-024-0/+72
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann2025-09-024-0/+88
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-023-4/+46
* QmlCompiler: Fix access to optional QVariantMapUlf Hermann2025-09-013-0/+10
* QtQml: Store detached VariantAssociation objects on the JS heapUlf Hermann2025-08-214-0/+129
* Compiler: Detect calls on partially deleted objects and throwOlivier De Cannière2025-08-183-0/+43
* qmltyperegistrar: Manually register names for Q_ENUMSUlf Hermann2025-07-074-0/+47
* QtQml: Correctly track alias resolutions skipsOlivier De Cannière2025-07-023-0/+26
* QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-06-273-0/+32
* compiler: Avoid invalid C++ code generationFabian Kosmale2025-06-262-2/+19
* QmlCompiler: Discern between different kinds of side effectsUlf Hermann2025-06-232-1/+46
* QmlCompiler: Sharpen side effect detectionUlf Hermann2025-06-233-1/+50
* QmlCompiler: Restore support for writing to temporary arraysUlf Hermann2025-06-233-0/+26
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière2025-05-312-10/+4
* Compiler: Deduplicate conversion origins based on register's contentOlivier De Cannière2025-05-013-0/+20
* Compiler: Skip bindings to properties of type QQmlScriptStringOlivier De Cannière2025-04-173-0/+44
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* QmlCompiler: Error out on unstorable typesUlf Hermann2025-04-144-0/+33
* Compiler: Use regular lookup for redundant optional lookupsOlivier De Cannière2025-04-103-0/+18
* QmlCompiler: Do not re-resolve iterator value typesUlf Hermann2025-03-314-0/+52
* QML: Add final property attributeOlivier De Cannière2025-03-064-0/+27
* tst_qmlcppcodegen: Avoid cmake warningFabian Kosmale2025-03-041-0/+1
* QtQml: Support url and date in 'instanceof' and 'as'Ulf Hermann2025-02-282-0/+15
* QtQml: Clean up qmldir redirectionUlf Hermann2025-02-267-0/+57
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-263-0/+133
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-213-0/+30
* QmlCompiler: Extend the listConversion testUlf Hermann2025-02-192-0/+44
* QmlCompiler: Only import hardcoded builtins by defaultUlf Hermann2025-02-183-0/+18
* Compiler: Add missing conversion for variant equality comparisonsOlivier De Cannière2025-02-184-0/+50