aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-9/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-9/+6
| |\
| | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
* | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | Add a missing break statementLars Knoll2016-11-221-0/+1
* | | Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+4
* | | Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-232-2/+36
* | | Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* | | Improve QML development experienceSimon Hausmann2016-10-182-0/+42
* | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-185-7/+42
* | | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
* | | Make the Moth interpreter configurableLars Knoll2016-10-103-6/+15
* | | Fix warningMaurice Kalinowski2016-09-031-0/+1
* | | 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
|\ \ \