aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Guard against missing root property cachesUlf Hermann47 hours1-1/+3
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann4 days1-18/+2
* Revert "QtQml: Remove dependency hashing"Ulf Hermann9 days1-2/+9
* QtQml: Remove dependency hashingUlf Hermann11 days1-9/+2
* QtQml: Do not store property indices in aliasesUlf Hermann11 days1-10/+3
* QtQml: Drop checks for compile hash and Qt version from the CUsUlf Hermann2025-03-181-7/+5
* QML: Add final property attributeOlivier De Cannière2025-03-061-5/+8
* QV4: Reserve a bit in CompiledData::PropertyOlivier De Cannière2025-03-061-3/+8
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-121-1/+3
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-041-4/+3
* QtQml: Require VME MetaObjects for types with inline componentsUlf Hermann2024-11-261-0/+1
* QtQml: Explicitly byte-swap on big endian when building strings from CUUlf Hermann2024-10-201-1/+1
* QJSEngine: Treat empty string literals as non-null, empty QStringsLuca Di Sera2024-06-281-2/+0
* QML: Deprecate coercion on type assertionsUlf Hermann2024-05-241-0/+6
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-1/+1
* QmlCompiler: Perform return value assignment inside generated codeUlf Hermann2024-04-241-1/+1
* V4: Switch the sticky and unicode regexp flagsUlf Hermann2024-02-151-3/+3
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-011-0/+2
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-0/+2
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-0/+2
* QtQml: Move the property cache creator interface into the base CUUlf Hermann2024-01-181-1/+46
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-0/+3
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-6/+5
* QtQml: Move getters for flags into base CUUlf Hermann2024-01-181-0/+45
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-0/+5
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-131-0/+2
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-131-0/+8
* QtQml: Move inlineComponentId() into base CUUlf Hermann2024-01-131-0/+13
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-0/+8
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-16/+14
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-0/+9
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-3/+28
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-4/+35
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-0/+8
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-28/+4
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-55/+9
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-1/+15
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-241-1/+2
* QML: Revert the default for enforcing function signaturesUlf Hermann2023-06-261-1/+1
* Undeprecate AOTCompiledFunctionUlf Hermann2023-05-231-3/+3
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-36/+53
* Silence signed vs unsigned warning on 32 bit VS 2022 debug buildJøger Hansegård2023-05-071-1/+1
* QtQml: Improve handling of CU's sourceFileIndexUlf Hermann2023-03-281-6/+9
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-151-0/+1
* QML: Add an "Addressable" value to ValueTypeBehaviorUlf Hermann2023-03-021-0/+1
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+1
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+1
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-5/+20
* qml: silence -Wextra-semiTim Blechmann2022-11-161-2/+2
* Bump QV4_DATA_STRUCTURE_VERSION after dropping CallElementUlf Hermann2022-11-081-1/+1