aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove V4_BOOTSTRAP condition around header verificationUlf Hermann2019-05-091-6/+0
* Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-171-16/+3
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-733/+9
* Generate the compilation unit checksum whenever we have MD5Ulf Hermann2019-05-091-1/+1
* Drop some dead bootstrap codeUlf Hermann2019-05-081-7/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-2/+6
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-0/+2
| |\
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-2/+4
| |\|
| | * Only create the imports array if importCount is greater than 0Andy Shaw2019-04-141-2/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-261-1/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-1/+9
| |\|
| | * Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-221-1/+9
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-0/+22
| |\|
| | * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-0/+5
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+2
| | * Enable lookups in QMLSimon Hausmann2019-03-191-0/+15
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-1/+1
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-1/+1
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/ /
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-2/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-1/+1
|\|
| * Fix build error when building with -no-feature-translationUlf Hermann2019-01-111-1/+1
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+2
|/
* Fix ICC warning about old-style scoping rulesThiago Macieira2018-12-121-2/+2
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-161-21/+17
|\
| * Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+1
| * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-20/+16
* | Create proper template objects for tagged templatesLars Knoll2018-11-051-0/+34
|/
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-111-2/+9
* Refactor InternalClass::find()Lars Knoll2018-09-271-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-2/+2
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-0/+42
* Cleanup RegExpObjectLars Knoll2018-08-151-13/+3
* Fix explicit export of imported variablesSimon Hausmann2018-08-141-3/+5
* Fix module dependency handlingSimon Hausmann2018-08-141-16/+3
* Implement star re-exportsSimon Hausmann2018-08-141-1/+30
* Implement initial support for import namespacesSimon Hausmann2018-08-141-0/+3
* Implement indirect exports in modulesSimon Hausmann2018-08-141-11/+51
* Enable unicode regular expressionsLars Knoll2018-08-101-1/+4
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-0/+117
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-031-25/+20
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-011-3/+19
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-4/+4
* Simplify loading of ahead-of-time created QML cache filesSimon Hausmann2018-07-311-25/+0
* Simplify signal handler parameter handlingSimon Hausmann2018-07-311-69/+0
* Minor cleanupSimon Hausmann2018-07-311-17/+7