aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlirbuilder_p.h
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-061-17/+2
* Move PropertyResolver out of qqmlirbuilder*Ulf Hermann2019-05-061-26/+0
* Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-33/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-33/+1
| |\
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-33/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-181-0/+6
| |\|
| | * Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-161-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-0/+1
| |\|
| | * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-131-0/+1
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-4/+0
|/ /
* / V4: Move the FixedPoolArray into the MemoryPool headerErik Verbruggen2019-01-251-64/+1
|/
* Generate lookups into the global object more aggressivelyLars Knoll2018-11-161-1/+0
* Clean up internal QML unit creation APISimon Hausmann2018-07-311-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-5/+5
|\
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-5/+5
* | Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-7/+4
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-2/+2
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-251-1/+1
* | Get rid of the AST::FunctionDeclaration member in QmlIR::FunctionLars Knoll2018-04-251-3/+2
* | Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-251-1/+0
|/
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-0/+11
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-15/+9
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-11/+11
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-3/+4
| |\
| | * Use a more optimized lookup for global propertiesLars Knoll2018-01-171-1/+2
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-3/+3
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+0
| |\|
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-1/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-0/+26
|\| |
| * | Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+26
| |/
* | Rename a number of types from Temp(orary) to StackSlotErik Verbruggen2017-08-031-2/+2
* | Fix handling of qsTr & friendsErik Verbruggen2017-07-071-0/+1
* | Properly save/restore the QML temps between functionsLars Knoll2017-07-041-0/+4
* | Split up qv4codegen into several filesLars Knoll2017-07-031-3/+3
* | Get rid of IR::Module and IR::FunctionLars Knoll2017-06-301-2/+2
* | Smaller cleanupLars Knoll2017-06-301-1/+1
* | Fix bugs in qqmlirbuilderLars Knoll2017-06-291-2/+2
* | Simplify the code for lookupQmlCompliantPropertyLars Knoll2017-06-201-1/+2
* | Port JSCodeGen in qqmlirbuilder over to new parserLars Knoll2017-06-201-1/+1
* | Pass the JSUnitGenerator into the codegenLars Knoll2017-06-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-1/+1
|\
| * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-1/+1
* | Fix old QML compiler buildsSimon Hausmann2017-02-271-1/+1
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-0/+15
* | qqmlirbuilder_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-20/+20
|/
* Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-171-1/+0