aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-051-0/+11
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-1/+1
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-4/+9
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-13/+6
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-2/+2
* QtQml: Correctly resolve aliases to aliases when loading .qmlc filesUlf Hermann2023-08-211-1/+3
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-9/+13
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-2/+2
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-2/+2
* Allow disabling internal deferred propertiesHenning Gruendl2023-03-291-3/+9
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-151-345/+71
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-13/+13
* qml: deprecate top-level componentsSami Shalayel2022-09-291-0/+20
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-221-4/+6
* Remove warning about inability to defer propertiesFabian Kosmale2022-06-231-19/+1
* QtQml: Move idIndex into bitfield union of AliasUlf Hermann2022-06-201-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-50/+66
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-10/+10
* Demote the deferred property warnings to qCInfoUlf Hermann2022-04-291-6/+10
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-271-11/+17
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-04-111-0/+4
* Fix typo and apply some cosmeticsUlf Hermann2022-04-111-7/+7
* QtQml: Uncruftify QQmlImportsUlf Hermann2022-03-241-1/+1
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-1/+1
* Make most QQmlPropertyData constUlf Hermann2022-03-141-13/+13
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-14/+14
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-3/+3
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-2/+2
* Unify PropertyCache refcountingUlf Hermann2022-01-031-14/+17
* Suppress warning about deferred group properties if scope is deferredUlf Hermann2021-11-301-7/+21
* Fix compiler warningVolker Hilsheimer2021-11-291-1/+1
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+7
* Allow deferring of attached propertiesUlf Hermann2021-11-091-37/+48
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-6/+7
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-13/+27
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-9/+40
* QmlIR::Object: Get rid of isInlineComponent memberFabian Kosmale2021-08-251-4/+5
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-2/+2
* Use "QML 1.0" as the hidden internal import, not "QmlInternals"Ulf Hermann2021-06-091-3/+5
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* Resolve inline components before root componentFabian Kosmale2021-04-071-23/+36
* Run QQmlDefaultPropertyMerger after alias resolverFabian Kosmale2021-04-071-5/+5
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-021-43/+0
* Rename SignalHandlerConverter to SignalHandlerResolverAndrei Golubev2021-02-231-9/+9