aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Various fixes for class supportLars Knoll2018-06-261-5/+15
* Add basic support for EcmaScript classesYulong Bai2018-06-261-1/+37
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-211-0/+2
* Minor cleanup with bytecode pointer typesSimon Hausmann2018-05-281-1/+1
* Speed up string handling from QML cache filesSimon Hausmann2018-05-161-6/+29
* Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-3/+1
* Cleanup handling of with() statementsLars Knoll2018-05-021-5/+2
* Rework catch context handlingLars Knoll2018-05-021-1/+1
* Add support for proper lexical scopingLars Knoll2018-05-021-6/+33
* Added support for generator functions and yield expressions to the ASTLars Knoll2018-04-271-0/+1
* Fix length property of Function objectsLars Knoll2018-04-261-1/+2
* Add support for arrow functionsLars Knoll2018-04-261-1/+1
* Minor V4 data structure cleanupSimon Hausmann2018-04-261-2/+1
* Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-1/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
* garbage collect InternalClassLars Knoll2018-04-121-3/+2
* Tighten QML cache version checkingSimon Hausmann2018-03-201-2/+4
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+2
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-1/+1
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+20
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+20
| |\
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+20
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+1
* | | Minor data structure cleanupSimon Hausmann2018-01-221-4/+2
* | | Cleanup IdentifierHashLars Knoll2018-01-101-2/+2
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-0/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-0/+2
| | |\|
| | | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-0/+2
| * | | Allow assigning functions in ListElementMichael Brasser2017-10-241-0/+3
* | | | Get rid of the unusued canUseSimpleCall flagLars Knoll2017-11-071-2/+1
* | | | Move a couple of data members required for new JITLars Knoll2017-11-071-26/+45
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-11/+23
|\| | |
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-11/+23
| |\|
| | * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-4/+2
| | * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* | | Remove compare for >=0 on an unsigned typeErik Verbruggen2017-09-131-2/+2
* | | Make msvc2015 happyErik Verbruggen2017-09-131-1/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-1/+2
| |\|
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-231-1/+2
* | | Get rid of the hack for named expressionsLars Knoll2017-09-021-1/+1
* | | Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-311-1/+1
* | | Remove the codeRefs in the Moth::CompilationUnitLars Knoll2017-08-301-12/+8
* | | Fix line number mapping to work with non increasing line numbersLars Knoll2017-08-291-5/+10
* | | Move line number information into a side tableLars Knoll2017-08-251-3/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-142/+184
|\| |