aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-316-11/+16
* Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-316-18/+20
* Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-317-14/+20
* Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-319-30/+33
* Fix bug in designer support reference countingSimon Hausmann2016-05-301-0/+5
* Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-306-11/+11
* Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-306-58/+66
* Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-306-58/+142
* QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-276-36/+87
* Small type compilation data structure cleanupSimon Hausmann2016-05-263-38/+27
* Simplify id and alias collectionSimon Hausmann2016-05-262-13/+5
* Optimize named object handlingSimon Hausmann2016-05-2613-45/+133
* Simplify object to id-in-context mappingSimon Hausmann2016-05-2611-85/+84
* Add a flag to CompiledData::Object record component boundariesSimon Hausmann2016-05-267-22/+24
* V4: fix all pedantic warningsErik Verbruggen2016-05-261-25/+31
* Minor cleanup of pool array allocationSimon Hausmann2016-05-263-12/+13
* V4: Get more code inlined in the MemoryManager.Erik Verbruggen2016-05-251-11/+14
* Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-245-22/+15
* Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-248-80/+59
* Fix compilationSimon Hausmann2016-05-241-0/+1
* Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-243-26/+12
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-2437-171/+136
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2437-171/+136
| |\
| | * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2026-16/+41
| | * V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
| | * Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1912-141/+74
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-199-26/+23
| | | |\
| | | | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-184-9/+20
| | | | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| | | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-124-114/+41
| | | | |\
| | | | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-092-14/+0
| | | * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | | | |/ | | | |/|
| | | * | Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| | | * | V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
| | | * | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | | | | Fold QQmlVMEMetaData::Alias::flags into QV4::CompiledData::Alias::flagsSimon Hausmann2016-05-244-13/+8
* | | | | Shrink QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-245-50/+36
* | | | | Remove QQmlVMEMetaData::AliasData::contextIdxSimon Hausmann2016-05-235-17/+26
|/ / / /
* | | | Shrink QQmlVMEMetaDataSimon Hausmann2016-05-233-44/+45
* | | | Simplify VME meta object meta-dataSimon Hausmann2016-05-235-88/+120
* | | | Optimize property/alias data structuresSimon Hausmann2016-05-235-188/+282
* | | | Save a little bit of memory per declared propertySimon Hausmann2016-05-201-2/+2
* | | | Minor optimization for VME meta objectsSimon Hausmann2016-05-202-77/+56
* | | | Fix regression with assignments to default propertiesSimon Hausmann2016-05-192-2/+9
* | | | VME Method object data cleanupSimon Hausmann2016-05-193-50/+5
* | | | Minor VME meta object context handling cleanupSimon Hausmann2016-05-191-4/+1
* | | | CleanupSimon Hausmann2016-05-194-9/+7
* | | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-186-24/+120
|\ \ \ \