aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-3/+4
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-3/+4
| |\
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-3/+4
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
* | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-7/+9
* | | Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-1/+1
|/ /
* | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-071-4/+2
* | Fix qmlcachegen command line parametersSimon Hausmann2017-03-071-1/+1
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-2/+3
* | Add fixes for INTEGRITYKimmo Ollila2017-01-311-25/+29
* | QtQml: Fix developer build with MinGW-W64 / gcc 5.3.0Friedemann Kleint2017-01-301-3/+3
* | Include the JIT assembler in qmldevtoolsSimon Hausmann2017-01-281-1/+5
* | Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-281-3/+11
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-1/+1
|/
* Bump QML cache file versionSimon Hausmann2016-12-091-1/+1
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-071-2/+6
|\
| * Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-041-2/+6
* | V4: Simplify strict-mode setting on call context objectsErik Verbruggen2016-12-061-3/+3
|/
* Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-181-2/+6
* QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
* Bump cache file format versionSimon Hausmann2016-08-301-1/+1
* Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-171-2/+3
* Separate header verification and mmap handling of CompiledData::UnitSimon Hausmann2016-08-091-1/+2
* Fix crashes with attached property accessSimon Hausmann2016-08-081-1/+1
* Use on-disk compilation unit if availableSimon Hausmann2016-08-041-2/+4
* Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-041-1/+1
* Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-0/+3
* Fix endianness in constant handlingSimon Hausmann2016-08-031-2/+5
* Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-1/+9
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-27/+29
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-3/+12
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+2
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-0/+3
* Fix compilationSimon Hausmann2016-07-191-0/+2
* Split out creation of alias properties in the property cachesSimon Hausmann2016-07-151-0/+2
* Fix alias resolution algorithmSimon Hausmann2016-07-151-1/+3
* Android: Fix crashBogDan Vatra2016-07-151-1/+3
* Simplify CompiledData::Unit serializationSimon Hausmann2016-07-151-13/+0
* Remove unused fields in CompiledData::FunctionSimon Hausmann2016-07-141-1/+0
* Fix endian support in compiled data structuresSimon Hausmann2016-07-141-134/+179
* Minor cleanup in location handlingSimon Hausmann2016-07-131-3/+3
* Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-201-1/+1
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-171-0/+11
* Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-171-0/+2
* Moved import cache and type resolution cache codeSimon Hausmann2016-06-171-1/+2
* Added iterator interfaces to QV4::CompiledData::*Simon Hausmann2016-06-171-0/+67
* Clean up property cache array handlingSimon Hausmann2016-06-161-6/+1
* Cleanup: generalize type reference collection codeSimon Hausmann2016-06-141-0/+31
* Clean up CompiledData::FunctionSimon Hausmann2016-06-071-2/+1