aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+2
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-3/+3
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+2
| |\
| | * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-1/+2
|\|
| * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+2
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-1/+1
|/
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* QQmlVMEMetaObject: mark some methods as constAnton Kudryavtsev2016-10-171-18/+18
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-3/+3
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-0/+10
* Clean up property cache reference counting in QQmlVMEMetaObjectSimon Hausmann2016-06-031-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+2
* Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-8/+1
* Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-241-8/+0
* Fold QQmlVMEMetaData::Alias::flags into QV4::CompiledData::Alias::flagsSimon Hausmann2016-05-241-3/+0
* Shrink QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-241-23/+0
* Remove QQmlVMEMetaData::AliasData::contextIdxSimon Hausmann2016-05-231-1/+0
* Shrink QQmlVMEMetaDataSimon Hausmann2016-05-231-4/+2
* Simplify VME meta object meta-dataSimon Hausmann2016-05-231-14/+7
* Minor optimization for VME meta objectsSimon Hausmann2016-05-201-4/+2
* VME Method object data cleanupSimon Hausmann2016-05-191-11/+0
* QML: fix inconsistent use of Q_DECL_OVERRIDE.Erik Verbruggen2016-04-081-1/+1
* Remove helpers from the public interfaceFrank Meerkoetter2016-03-151-5/+0
* Remove dead codeFrank Meerkoetter2016-03-151-2/+0
* Mark overridden virtual functions as suchFrank Meerkoetter2016-03-151-2/+2
* Cleanup useless declarationsFrank Meerkoetter2016-03-151-6/+0
* Updated license headersJani Heikkinen2016-01-191-15/+21
* Make property interceptors work on alias properties againLars Knoll2015-11-261-14/+42
* Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* CleanupsLars Knoll2015-09-251-2/+1
* Get rid of the special handling of list properties in the vmemoLars Knoll2015-09-251-9/+2
* Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-251-1/+0
* Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-2/+0
* Smaller cleanupsLars Knoll2015-09-251-2/+0
* Cleanup code in the VMEMOLars Knoll2015-08-191-1/+1
* Switch to the non compat metacall overloadLars Knoll2015-08-191-1/+1
* Get rid of special handling of var propertiesLars Knoll2015-08-181-2/+4
* Remove special case for var propertiesFrank Meerkoetter2015-08-181-3/+2
* Use QV4::MemberData for property storageFrank Meerkoetter2015-08-181-0/+1
* Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-181-1/+0