aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-209-72/+63
|\
| * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-5/+8
| * Get rid of the root object index variableSimon Hausmann2017-09-089-40/+27
| * Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
| * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-071-10/+6
| * QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
| * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-6/+0
|\|
| * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-233-8/+11
|\|
| * Fix memory corruption with type trimmingSimon Hausmann2017-08-232-8/+10
| * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-181-3/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-187-107/+114
|\|
| * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-041-2/+3
| * Fix void * usage in our internal APIsLars Knoll2017-08-022-11/+14
| * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-4/+6
| * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-021-1/+1
| * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
| * Use QQmlType by valueLars Knoll2017-08-026-74/+70
| * Simplify logicLars Knoll2017-08-021-3/+1
| * Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
* | 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