aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlirbuilder_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-5/+5
* 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
* Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-1/+1
* Split out creation of alias properties in the property cachesSimon Hausmann2016-07-151-0/+2
* Fix endian support in compiled data structuresSimon Hausmann2016-07-141-1/+1
* IR: Remove unused QHashRobin Burchell2016-07-081-1/+0
* Minor optimizationSimon Hausmann2016-06-271-0/+1
* PropertyCacheCreator traversal cleanupSimon Hausmann2016-06-161-0/+34
* Small data structure cleanupSimon Hausmann2016-06-161-2/+2
* Clean up property cache creation codeSimon Hausmann2016-06-161-5/+5
* Cleanup: generalize type reference collection codeSimon Hausmann2016-06-141-3/+34
* Small type compilation data structure cleanupSimon Hausmann2016-05-261-0/+10
* Optimize named object handlingSimon Hausmann2016-05-261-1/+3
* Simplify object to id-in-context mappingSimon Hausmann2016-05-261-2/+3
* Add a flag to CompiledData::Object record component boundariesSimon Hausmann2016-05-261-2/+3
* Minor cleanup of pool array allocationSimon Hausmann2016-05-261-2/+7
* Remove QQmlVMEMetaData::AliasData::contextIdxSimon Hausmann2016-05-231-1/+1
* Optimize property/alias data structuresSimon Hausmann2016-05-231-1/+13
* Fix regression with assignments to default propertiesSimon Hausmann2016-05-191-1/+5
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+7
|\
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-2/+7
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11