aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Get length from strings wrapped in QJSPrimitiveValueUlf Hermann13 days1-0/+8
* QtQml: Invalidate fallback lookups after each call from AOT codeUlf Hermann2025-12-053-0/+48
* QmlCompiler: Don't read out of bounds when analyzing splice()Ulf Hermann2025-11-302-0/+8
* Compiler: Stop std::move-ing the changed register in certain casesOlivier De Cannière2025-11-272-0/+14
* 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-242-0/+31
* QmlCompiler: Fix rejection of dynamic properties in object literalsUlf Hermann2025-11-113-1/+22
* QtQml: Fix marking of values on AOT stackUlf Hermann2025-11-053-0/+48
* QmlCompiler: Fix side effect detection for callsUlf Hermann2025-10-314-29/+54
* Fix configure warningsUlf Hermann2025-10-291-1/+3
* QtQml: Fix resolution of aliases to local aliasesUlf Hermann2025-10-132-0/+12
* QtQml: Reset scope object call lookup if it failsUlf Hermann2025-10-092-0/+42
* QmlCompiler: Expect singleton members to be shadowableUlf Hermann2025-10-084-0/+79
* QmlCompiler: Fix write access to QVariantMapUlf Hermann2025-10-072-4/+35
* QtQml: Add test for writing to delayed propertiesUlf Hermann2025-10-063-0/+113
* QtQml: Fix assigning to QML-defined list propertiesUlf Hermann2025-10-022-0/+43
* QmlCompiler: Don't adjust the same conversion multiple timesUlf Hermann2025-09-232-0/+26
* QmlCompiler: Properly handle uncertain component statusUlf Hermann2025-09-183-0/+28
* QmlCompiler: Guard against disappearing arrow functionsUlf Hermann2025-09-152-0/+29
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-113-1/+15
* QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrappedUlf Hermann2025-09-023-0/+58
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann2025-09-023-0/+68
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-022-0/+18
* QmlCompiler: Fix access to optional QVariantMapUlf Hermann2025-09-012-0/+9
* QtQml: Store detached VariantAssociation objects on the JS heapUlf Hermann2025-08-213-0/+74
* Compiler: Detect calls on partially deleted objects and throwOlivier De Cannière2025-08-182-0/+33
* qmltyperegistrar: Manually register names for Q_ENUMSUlf Hermann2025-07-073-0/+36
* QtQml: Correctly track alias resolutions skipsOlivier De Cannière2025-07-022-0/+15
* QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-06-272-0/+21
* compiler: Avoid invalid C++ code generationFabian Kosmale2025-06-261-0/+12
* QmlCompiler: Discern between different kinds of side effectsUlf Hermann2025-06-231-1/+27
* QmlCompiler: Sharpen side effect detectionUlf Hermann2025-06-232-0/+30
* QmlCompiler: Restore support for writing to temporary arraysUlf Hermann2025-06-232-0/+11
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière2025-05-311-2/+2
* Compiler: Deduplicate conversion origins based on register's contentOlivier De Cannière2025-05-012-0/+10
* Compiler: Skip bindings to properties of type QQmlScriptStringOlivier De Cannière2025-04-172-0/+29
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* QmlCompiler: Error out on unstorable typesUlf Hermann2025-04-143-0/+22
* Compiler: Use regular lookup for redundant optional lookupsOlivier De Cannière2025-04-102-0/+7
* QmlCompiler: Do not re-resolve iterator value typesUlf Hermann2025-03-313-0/+37
* QML: Add final property attributeOlivier De Cannière2025-03-063-0/+16
* tst_qmlcppcodegen: Avoid cmake warningFabian Kosmale2025-03-041-0/+1
* QtQml: Support url and date in 'instanceof' and 'as'Ulf Hermann2025-02-281-0/+11
* QtQml: Clean up qmldir redirectionUlf Hermann2025-02-265-0/+40
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-262-0/+65
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-212-0/+16
* QmlCompiler: Extend the listConversion testUlf Hermann2025-02-191-0/+8
* QmlCompiler: Only import hardcoded builtins by defaultUlf Hermann2025-02-182-0/+6
* Compiler: Add missing conversion for variant equality comparisonsOlivier De Cannière2025-02-183-0/+35
* tst_qmlcppcodegen: Explicitly link against private APIFabian Kosmale2025-02-181-0/+4