aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann5 days3-2/+31
* qmltyperegistrar: Check properties, methods, enums for missing typesUlf Hermann6 days1-1/+0
* qmlsc: Support Math static propertiesLuca Di Sera12 days4-0/+53
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-2/+2
* QmlCompiler: Allow coercion of lists to stringsUlf Hermann2024-04-113-0/+51
* QmlCompiler: Correctly mark side effects for list operationsUlf Hermann2024-04-113-0/+30
* QmlCompiler: Handle scripts as type lookups on GetLookupUlf Hermann2024-04-054-0/+23
* QtQml: Add option to disambiguate resources for qmldir filesUlf Hermann2024-04-051-0/+3
* Generate qmldir files for extra directories with QML filesUlf Hermann2024-04-035-5/+87
* QmlCompiler: Fix code for object literal generationUlf Hermann2024-03-262-0/+9
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-212-0/+17
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-02-293-0/+23
* QmlCompiler: Respect scoped enumsUlf Hermann2024-02-294-0/+88
* Correct license for test filesLucie Gérard2024-02-2732-32/+32
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-213-19/+46
* QmlCompiler: Use original scope type for SetLookupUlf Hermann2024-02-214-0/+44
* QmlCompiler: Escape question marks in string literalsUlf Hermann2024-02-213-0/+16
* Compiler: Add tests for the nullish coalescing operator ??Olivier De Cannière2024-02-164-4/+95
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-144-0/+50
* QmlCompiler: In debug mode, set instruction pointer before each lookupUlf Hermann2024-02-083-0/+36
* Compiler: Also check for shadowing on optional lookupsOlivier De Cannière2024-02-083-0/+33
* Compiler: Convert from stored to original type when generating equalityOlivier De Cannière2024-02-073-0/+27
* QmlCompiler: Reject lookups on shadowable base typesUlf Hermann2024-02-015-3/+116
* Compiler: Don't crash on optional lookups on QJSValue base typeOlivier De Cannière2024-01-294-0/+31
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-256-23/+100
* QmlCompiler: Implement resetting of propertiesUlf Hermann2024-01-254-0/+79
* QmlCompiler: Allow primitive conversion if output is stored in varUlf Hermann2024-01-113-0/+33
* Compiler: Handle all integer signs and sizes when converting primitivesOlivier De Cannière2024-01-094-0/+59
* Compiler: Guard against null dereference when ignoring function returnOlivier De Cannière2024-01-093-0/+25
* QmlCompiler: Return early after reject()Ulf Hermann2023-12-223-0/+27
* QML: Don't crash when calling coerceAndCall() with null thisObjectUlf Hermann2023-12-083-0/+32
* QmlCompiler: Preferably wrap types in QJSPrimitiveValue for SetLookupUlf Hermann2023-12-082-0/+10
* QmlCompiler: Add generic QVariant-to-typed comparisonUlf Hermann2023-12-076-0/+126
* QmlCompiler: Do not adjust renamesUlf Hermann2023-12-073-0/+34
* QML: Use actual type for aliases of enum valuesUlf Hermann2023-12-052-0/+6
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-043-0/+32
* Compiler: Add initial support for optional chainingOlivier De Cannière2023-11-244-0/+142
* QmlCompiler: Don't generate invalid code for argument conversionUlf Hermann2023-11-232-0/+8
* QmlCompiler: Do not generate lookups for bare meta enumsUlf Hermann2023-11-183-0/+28
* QmlCompiler: When rejecting empty constants, don't crash afterwardsUlf Hermann2023-11-181-0/+2
* QmlCompiler: Don't access unavailable input accumulator on 'as'Ulf Hermann2023-11-172-0/+20
* QmlCompiler: Retrieve original types for comparisonUlf Hermann2023-11-133-0/+53
* QmlCompiler: Allow comparison of optional typesUlf Hermann2023-11-093-0/+100
* QmlCompiler: Always record original types for equality comparisonUlf Hermann2023-11-093-0/+71
* QmlCompiler: Allow internal conversions from wrapped original typesUlf Hermann2023-11-043-0/+33
* QmlCompiler: Optimize trivial as-casts outUlf Hermann2023-11-041-1/+1
* QmlCompiler: Extend shadow-checkingUlf Hermann2023-11-045-0/+77
* QmlCompiler: Generate jump code also when skipping an instructionUlf Hermann2023-10-313-0/+53
* Throw an exception in loadScopeObjectPropertyLookup when qmlScopeObject is nullDmitrii Akshintsev2023-10-243-0/+49
* QmlCompiler: Reject calls to one of multiple fuzzy overloadsUlf Hermann2023-10-233-0/+6