aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-147-45/+70
|\
| * Bump QML cache file versionSimon Hausmann2016-12-091-1/+1
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-073-21/+53
| |\
| | * Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
| | * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-301-5/+5
| * | V4: Simplify strict-mode setting on call context objectsErik Verbruggen2016-12-061-3/+3
| * | Remove unnecessary testsRobin Burchell2016-12-051-8/+4
| * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-292-3/+3
| |/
| * 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\| | |
| * | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-0/+1
|\| | |
| * | | Add a missing break statementLars Knoll2016-11-221-0/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-034-4/+42
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-226-7/+88
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-184-12/+23
|\| | |
| * | | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
| * | | Make the Moth interpreter configurableLars Knoll2016-10-103-6/+15
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-218-7/+13
|\| | |
| * | | 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
* | | | qv4isel_moth_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-60/+60
* | | | qv4codegen_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-114/+114
* | | | qqmlirbuilder_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-20/+20
* | | | qv4ssa_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-3/+3
* | | | Qml compiler: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-096-61/+64
* | | | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-272-36/+102
|\| | |
| * | | 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
* | | | V4: Fix include resolutionUlf Hermann2016-08-251-1/+1
* | | | Replace QStringLiteral with QL1S in QStringBuilderAnton Kudryavtsev2016-08-241-1/+2
* | | | V4: Replace a QSet with a QVector in calculateOptionalJumpsErik Verbruggen2016-08-234-14/+32
|/ / /
* | | 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