aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* Improve QML development experienceSimon Hausmann2016-10-181-0/+41
* Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-181-4/+26
* Enable disk cache for files coming from resourcesSimon Hausmann2016-08-121-6/+20
* Separate header verification and mmap handling of CompiledData::UnitSimon Hausmann2016-08-091-45/+5
* Use on-disk compilation unit if availableSimon Hausmann2016-08-041-0/+2
* Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-041-2/+1
* Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-0/+19
* Fix build on QNX/Windows/MinGWSimon Hausmann2016-08-031-0/+1
* Fix endianness in constant handlingSimon Hausmann2016-08-031-0/+13
* Don't save compilation units to disk that don't orignate from filesSimon Hausmann2016-08-021-0/+5
* Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-0/+13
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-3/+3
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-5/+50
* V4 CompilationUnit: missing #include for date-time comparisonEdward Welbourne2016-07-211-0/+1
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-8/+9
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-0/+47
* 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