aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4executablecompilationunit_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-2/+2
* Prepare for white allocation during gc(3/9): FunctionFabian Kosmale2024-03-051-0/+1
* QtQml: Use a multihash to store executable CUsUlf Hermann2024-01-251-1/+1
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-3/+0
* QtQml: Remove some dead codeUlf Hermann2024-01-221-77/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-3/+1
* QtQml: Move the property cache creator interface into the base CUUlf Hermann2024-01-181-36/+10
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-1/+10
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-6/+15
* QtQml: Move getters for flags into base CUUlf Hermann2024-01-181-36/+9
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-2/+7
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-131-1/+4
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-131-8/+3
* QtQml: Move inlineComponentId() into base CUUlf Hermann2024-01-131-9/+1
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-4/+15
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-9/+15
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-8/+6
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-24/+18
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-5/+7
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-26/+4
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-27/+17
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-23/+47
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-4/+32
* QtQml: Make QQmlNullableValue somewhat saferUlf Hermann2024-01-081-2/+8
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-041-0/+5
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-091-0/+1
* QML: Revert the default for enforcing function signaturesUlf Hermann2023-06-261-2/+2
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-0/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-2/+3
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-13/+14
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-3/+3
* QQmlComponent: Resolve inline components by name rather than IDUlf Hermann2023-05-261-0/+13
* QtQml: Remove dead memberUlf Hermann2023-05-241-2/+1
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-151-2/+15
* QML: Add an "Addressable" value to ValueTypeBehaviorUlf Hermann2023-03-021-0/+5
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+5
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+5
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+5
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-151-0/+8
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-1/+1
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-1/+3
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-091-1/+1
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-1/+1
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-0/+9
* Use QHash instead of QMap for resolved typesFabian Kosmale2021-05-201-3/+1
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-151-0/+1