aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-0/+2
* Cleanup RegExpObjectLars Knoll2018-08-151-3/+5
* Fix module dependency handlingSimon Hausmann2018-08-141-1/+5
* Implement indirect exports in modulesSimon Hausmann2018-08-141-1/+12
* Enable unicode regular expressionsLars Knoll2018-08-101-1/+2
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-1/+47
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-031-2/+0
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-011-32/+41
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-3/+5
* Remove unused flagSimon Hausmann2018-07-311-5/+4
* Reduce memory usage caused by strings with AOT cache filesSimon Hausmann2018-07-311-0/+3
* Simplify loading of ahead-of-time created QML cache filesSimon Hausmann2018-07-311-3/+0
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-311-1/+16
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-4/+4
* Shrink CompiledData::Function by 8 bytesSimon Hausmann2018-07-311-7/+6
* Shrink CompiledData::Binding by 8 bytesSimon Hausmann2018-07-311-8/+15
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-14/+7
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+5
* Add missing sizeof assertions to compiled data structuresSimon Hausmann2018-07-301-1/+6
* Shrink the size of CompiledData::Function by 16 bytesSimon Hausmann2018-07-301-8/+11
* Reduce the size of CompiledData::ObjectSimon Hausmann2018-07-301-7/+7
* Shrink function objects by 12 bytesSimon Hausmann2018-07-301-7/+7
* Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-271-1/+3
* Internal naming cleanupSimon Hausmann2018-06-291-2/+2
* Add inlinable fastpath for namedObjectsPerComponentErik Verbruggen2018-06-271-3/+12
* 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