aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-311-5/+6
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-2/+2
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-8/+7
* Shrink CompiledData::Binding by 8 bytesSimon Hausmann2018-07-311-7/+9
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-5/+5
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-18/+34
* Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-271-16/+28
* Rename IdentifierTable methodsLars Knoll2018-07-021-2/+2
* Add inlinable fastpath for namedObjectsPerComponentErik Verbruggen2018-06-271-13/+9
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-211-19/+17
* Remove unused QV4::Function::code memberSimon Hausmann2018-05-281-1/+1
* Fix crash when loading ahead-of-time generated cache filesSimon Hausmann2018-05-041-7/+11
* Cleanup handling of with() statementsLars Knoll2018-05-021-3/+0
* Rework catch context handlingLars Knoll2018-05-021-1/+1
* Add support for proper lexical scopingLars Knoll2018-05-021-0/+18
* Fix length property of Function objectsLars Knoll2018-04-261-0/+1
* Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-2/+0
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-2/+2
* Partially support binding patternsLars Knoll2018-04-251-7/+8
* garbage collect InternalClassLars Knoll2018-04-121-10/+26
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Tighten QML cache version checkingSimon Hausmann2018-03-201-34/+11
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+38
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-211-3/+4
* Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+2
| |\
| | * Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-0/+1
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+2
* | | Minor data structure cleanupSimon Hausmann2018-01-221-18/+0
* | | Cleanup IdentifierHashLars Knoll2018-01-101-2/+2
* | | Cleanup now unused code paths in qv4lookupLars Knoll2017-11-271-5/+0
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+1
| |\|
| | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
* | | Move a couple of data members required for new JITLars Knoll2017-11-071-22/+12
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-15/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-19/+17
| |\|
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-5/+8
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-3/+3
| | * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-071-10/+6