aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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