aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-101/+0
* Ensure that CompilationUnit instances are deleted in the engine threadSimon Hausmann2016-06-011-3/+0
* Remove inheritance of QQmlCompiledData from QQmlCleanUpSimon Hausmann2016-06-011-5/+1
* Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-4/+0
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-27/+0
* Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-2/+0
* Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-311-4/+0
* Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-311-2/+0
* Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-8/+0
* Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-301-2/+1
* Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-301-1/+0
* Optimize named object handlingSimon Hausmann2016-05-261-3/+0
* Simplify object to id-in-context mappingSimon Hausmann2016-05-261-3/+3
* Add a flag to CompiledData::Object record component boundariesSimon Hausmann2016-05-261-1/+0
* Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-241-1/+1
* Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-3/+6
* CleanupSimon Hausmann2016-05-191-2/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Simple cache of url for QQmlCompiledDataRobin Burchell2014-12-171-1/+1
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-3/+2
* Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-2/+2
* Rework custom parser integrationSimon Hausmann2014-06-041-10/+2
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-0/+3
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-7/+2
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Cleanup, part 2Simon Hausmann2014-03-181-1/+0
* Remove old compiler and VMESimon Hausmann2014-03-071-348/+0
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-0/+1
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-0/+1
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-1/+5
* Clean up our internal namespacesLars Knoll2014-02-231-1/+1
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-0/+3
* fix whitespaceOswald Buddenhagen2014-01-221-15/+15
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-1/+0
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-1/+1
* [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-171-3/+5
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-171-2/+2
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-0/+2
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-4/+5
* Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-051-0/+6
* Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-291-2/+3
* Fix warnings: initialize Instruction variables created on the stackThiago Macieira2013-11-291-1/+1
* Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+8
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-15/+11
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-111-0/+6
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-0/+7