aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-1/+2
* Add support for enum declarations in QMLMichael Brasser2017-07-134-5/+181
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-065-153/+146
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-9/+13
|\
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
| |\
| | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-191-1/+1
| | |\
| | * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
| * | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
| * | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
| | |/ | |/|
* | | Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-158-58/+161
|\| |
| * | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
| |/
| * Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
| * Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
| * Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
* | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-131-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-072-4/+5
|\|
| * Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-2/+3
| |\
| | * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-2/+3
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-065-68/+13
|\| |
| * | Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
| * | Optimizations to the generated byte codeLars Knoll2017-05-192-62/+3
| * | Disable loop peelingLars Knoll2017-05-121-1/+5
| * | Optimize Runtime::method_get/setElementLars Knoll2017-05-101-2/+2
| |/
| * Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-042-2/+2
* | C++11 scoped enum support for QMLMichael Brasser2017-05-033-13/+71
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-024-159/+185
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-274-159/+185
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-0/+2
|\| |
| * | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+2
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-0810-444/+642
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-0710-444/+642
| |\| |
| | * | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
| | * | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-065-423/+544
| | * | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-1/+2
| | * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
| | * | V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-8/+29
| | * | Fix encoding of primitive constants when cross-compilingSimon Hausmann2017-03-311-11/+65
* | | | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-9/+1
|/ / /
* | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-072-4/+4
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-276-16/+18
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-256-16/+18
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-156-16/+18
| | |\|
| | | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-136-16/+18
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-2312-68/+66
|\| | |
| * | | Codegen: do not assume QStringRef(const QString *) is implicitMarc Mutz2017-03-221-2/+2
| * | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-228-18/+14