aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Bump cache file format versionSimon Hausmann2016-08-301-1/+1
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-305-6/+10
* QML: Make sure the integer data is aligned on 4-byte boundariesErik Verbruggen2016-08-301-0/+1
* V4: Replace the ranges QVector with a QVarLengthArrayErik Verbruggen2016-08-242-8/+8
* V4: Remove another use of QSetErik Verbruggen2016-08-241-19/+83
* V4: Sort unprocessed ranges in reverse orderErik Verbruggen2016-08-232-9/+11
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-0/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-0/+7
| |\
| | * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-161-0/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-173-163/+165
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-173-163/+165
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-163/+165
| | |\|
| | | * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| | | * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
* | | | Prospective fix for invalidating caches for qml files from resourcesSimon Hausmann2016-08-171-1/+11
* | | | Fix return valueMaurice Kalinowski2016-08-171-2/+2
* | | | Enable QML disk cache on WinRT 10Simon Hausmann2016-08-171-5/+5
* | | | Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-176-7/+13
|/ / /
* | | Enable disk cache for files coming from resourcesSimon Hausmann2016-08-124-13/+24
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-106-52/+52
* | | Enable disk caching on WindowsSimon Hausmann2016-08-104-42/+130
* | | Centralized deferred cleanup handlingSimon Hausmann2016-08-091-15/+2
* | | Reduce file descriptor pressure on Unix platformsSimon Hausmann2016-08-094-22/+160
* | | Separate header verification and mmap handling of CompiledData::UnitSimon Hausmann2016-08-095-48/+207
* | | Fix crashes with attached property accessSimon Hausmann2016-08-082-2/+7
* | | Fix restoring of local aliases from disk cacheSimon Hausmann2016-08-061-0/+3
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-32/+25
* | | Use on-disk compilation unit if availableSimon Hausmann2016-08-043-5/+8
* | | Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-042-3/+2
* | | Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-042-0/+22
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-042-8/+7
* | | Fix android buildOlivier Goffart2016-08-041-0/+1
* | | QQmlIRBuilder: Initialize variableRobin Burchell2016-08-031-1/+1
* | | Fix build on QNX/Windows/MinGWSimon Hausmann2016-08-031-0/+1
* | | Fix endianness in constant handlingSimon Hausmann2016-08-033-2/+24
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-032-21/+117
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-21/+117
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-21/+119
| | |\|
| | | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+24
| | | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-21/+95
* | | | Don't save compilation units to disk that don't orignate from filesSimon Hausmann2016-08-021-0/+5
* | | | Make generated code loading constants relocatableSimon Hausmann2016-08-021-0/+4
* | | | Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-026-4/+40
|/ / /
* | | Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-015-39/+43
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-0/+8
* | | V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-283-18/+32
* | | Improve robustness of qml disk cachingSimon Hausmann2016-07-239-21/+86
* | | V4 CompilationUnit: missing #include for date-time comparisonEdward Welbourne2016-07-211-0/+1
* | | Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-212-1/+76
* | | Prepare moth bytecode for serializationSimon Hausmann2016-07-212-6/+24