aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-061-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+2
|\
| * Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-181-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-1/+1
|\|
| * Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-2/+2
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-081-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-1/+2
| |\|
| | * Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
| | * Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-9/+1
|/ /
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-271-4/+3
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-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
| |/ /
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-13/+21
|\| |
| * | 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
* | | Incremental garbage collectionLars Knoll2017-03-091-2/+11
* | | Always pass the ExecutionEngine into lookup callsLars Knoll2017-03-091-2/+0
|/ /
* | 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