aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-1/+2
* Add support for enum declarations in QMLMichael Brasser2017-07-131-1/+46
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-061-132/+125
* Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-1/+1
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-271-3/+4
|\
| * 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
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-8/+10
|\| | |
| * | | 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-5/+3
|\| |
| * | 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
* | | Make the decision about whether to use a Simple callcontext earlierLars Knoll2017-03-091-1/+2
|/ /
* | 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