aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-181-0/+2
* Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-041-1/+1
* Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
* Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-4/+3
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-4/+3
| |\
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-4/+3
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-2/+2
* | | Clean up qOffsetOf usageSimon Hausmann2017-03-171-1/+1
* | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+0
|/ /
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-1/+14
* | Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-091-2/+2
* | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-071-1/+1
* | Fix qmlcachegen command line parametersSimon Hausmann2017-03-071-9/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+5
|\|
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-271-0/+5
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-1/+84
* | Add fixes for INTEGRITYKimmo Ollila2017-01-311-1/+1
* | Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-281-67/+82
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-1/+1
|/
* Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
* 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