aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix endian support in compiled data structuresSimon Hausmann2016-07-141-3/+3
* Fix crash in qmljsSimon Hausmann2016-07-131-2/+2
* Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-201-1/+16
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-171-0/+58
* Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-171-0/+28
* Clean up property cache array handlingSimon Hausmann2016-06-161-4/+1
* More reference counting cleanupsSimon Hausmann2016-06-031-8/+0
* Minor const cleanupSimon Hausmann2016-06-031-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-7/+6
* Ensure that CompilationUnit instances are deleted in the engine threadSimon Hausmann2016-06-011-0/+11
* Remove some dead codeSimon Hausmann2016-06-011-6/+0
* Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-0/+10
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-0/+64
* Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-0/+5
* Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-311-0/+3
* Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-311-0/+2
* Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-0/+6
* Optimize named object handlingSimon Hausmann2016-05-261-0/+16
* Simplify VME meta object meta-dataSimon Hausmann2016-05-231-3/+3
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Speed up property binding initialization on object creationSimon Hausmann2015-04-211-0/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-4/+1
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-14/+9
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+4
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-6/+8
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-241-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-1/+1
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+12
* Various cleanupsSimon Hausmann2014-03-281-0/+6
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-2/+2
* Avoid crash when unlinking compilation unitSimon Hausmann2014-03-111-1/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+17
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-2/+1
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-3/+0
* Clean up our internal namespacesLars Knoll2014-02-231-3/+3
* CleanupsLars Knoll2014-01-311-4/+4
* Implement Lookup::indexedSetterLars Knoll2014-01-311-5/+8
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+4
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-0/+51
* Refactor marking GC'ed objectsLars Knoll2013-11-051-5/+5
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-15/+8
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+4
* Fix possible crashesLars Knoll2013-10-111-4/+9