aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QmlCompiler: Drop the type shuffling on SetLookupUlf Hermann2024-12-191-0/+20
* QmlCompiler: Coerce values when calling methodsUlf Hermann2024-12-191-1/+48
* Compute implicitSize based on implicitContentSize in Pane and subclassesTor Arne Vestbø2024-12-181-2/+2
* QmlCompiler: Use correct static_metacall on DefineObjectLiteralUlf Hermann2024-12-121-2/+7
* QmlCompiler: Implement calling of methods on value typesUlf Hermann2024-11-221-1/+5
* QmlCompiler: Add AsVariant initializations for SetLookupUlf Hermann2024-11-211-1/+75
* QtQml: Fix calling of method with QML_USING typesUlf Hermann2024-11-131-3/+18
* QtQml: Never check the type in AOT lookup initializationsUlf Hermann2024-11-121-0/+34
* QmlCompiler: Support construction of value types with 'new'Ulf Hermann2024-11-061-0/+6
* QmlCompiler: Allow conversion of object literals to QJSValueUlf Hermann2024-11-011-0/+21
* QtQml: Unify detaching behavior for all reference objectsUlf Hermann2024-10-241-0/+25
* tst_qmlcppcodegen: Prevent crashes on failureUlf Hermann2024-10-241-2/+2
* QmlCompiler: Resolve types for calls in init stepUlf Hermann2024-10-141-10/+1
* tst_qmlcppcodegen: Compile test with QT_NO_CAST_FROM_ASCIIOlivier De Cannière2024-10-091-25/+26
* QmlCompiler: Fix handling of anonymous composite typesUlf Hermann2024-10-021-0/+11
* QmlCompiler: Do not cache composite metatypes in static membersUlf Hermann2024-09-301-0/+20
* QmlCompiler: Do not miscompile ID lookups in invalid typesUlf Hermann2024-09-251-0/+31
* QmlCompiler: Don't crash on broken type assertionsUlf Hermann2024-09-251-0/+13
* QtQml: Allow initialization of value types with object typesUlf Hermann2024-09-241-1/+2
* QmlCompiler: Do not choose unstorable stored typesUlf Hermann2024-08-121-0/+1
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-081-2/+2
* Compiler: Properly read value type arguments when enforcing signaturesOlivier De Cannière2024-07-171-0/+13
* QML: Allow conversion between different list typesUlf Hermann2024-07-031-7/+53
* QmlCompiler: Fix side effect detection for array methodsUlf Hermann2024-07-021-0/+2
* QmlCompiler: Don't generate invalid code for unstorable listsUlf Hermann2024-06-281-0/+25
* QmlCompiler: Explicitly cast operations that result in QStringUlf Hermann2024-05-251-0/+17
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-2/+19
* qmlsc: Support Math static propertiesLuca Di Sera2024-04-181-0/+21
* QmlCompiler: Allow coercion of lists to stringsUlf Hermann2024-04-111-0/+25
* QmlCompiler: Correctly mark side effects for list operationsUlf Hermann2024-04-111-0/+12
* QmlCompiler: Handle scripts as type lookups on GetLookupUlf Hermann2024-04-051-0/+11
* Generate qmldir files for extra directories with QML filesUlf Hermann2024-04-031-2/+27
* QmlCompiler: Fix code for object literal generationUlf Hermann2024-03-261-0/+8
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-211-0/+12
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-02-291-0/+8
* QmlCompiler: Respect scoped enumsUlf Hermann2024-02-291-0/+34
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-211-5/+10
* QmlCompiler: Use original scope type for SetLookupUlf Hermann2024-02-211-0/+19
* QmlCompiler: Escape question marks in string literalsUlf Hermann2024-02-211-0/+10
* Compiler: Add tests for the nullish coalescing operator ??Olivier De Cannière2024-02-161-0/+50
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-141-0/+12
* QmlCompiler: In debug mode, set instruction pointer before each lookupUlf Hermann2024-02-081-0/+27
* Compiler: Also check for shadowing on optional lookupsOlivier De Cannière2024-02-081-0/+13
* Compiler: Convert from stored to original type when generating equalityOlivier De Cannière2024-02-071-0/+10
* QmlCompiler: Reject lookups on shadowable base typesUlf Hermann2024-02-011-0/+64
* Compiler: Don't crash on optional lookups on QJSValue base typeOlivier De Cannière2024-01-291-0/+13
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-251-10/+36
* QmlCompiler: Implement resetting of propertiesUlf Hermann2024-01-251-0/+23
* QmlCompiler: Allow primitive conversion if output is stored in varUlf Hermann2024-01-111-0/+14