aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann12 hours1-0/+24
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-0/+39
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-201-3/+70
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-1/+1
* QtQml: Clean up lazy-loading of parts of QQmlTypePrivateUlf Hermann2023-07-111-16/+32
* QQmlType: Re-organize QQmlTypePrivate to reduce memory usageUlf Hermann2023-07-061-25/+16
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-2/+3
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+1
* QQmlType: Drop dead membersUlf Hermann2023-06-231-2/+0
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-6/+0
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-301-1/+0
* QtQml: Eliminate inlineComponentNameUlf Hermann2023-05-301-2/+1
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-3/+1
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-2/+2
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-2/+2
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-0/+1
* Allow registration of enums from related types to be switched offUlf Hermann2021-06-161-0/+1
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+2
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+1
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+3
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-1/+2
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-091-4/+6
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-2/+2
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-3/+2
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+19
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-0/+12
* Optimize enum setupUlf Hermann2019-09-101-1/+21
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+0
* Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-181-11/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+2
* Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-191-4/+4
* Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-111-0/+3
* Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-2/+0
* Move QStringHash into its own fileUlf Hermann2019-02-061-1/+1
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+160