aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-37/+40
* Drop some dead bootstrap codeUlf Hermann2019-05-081-4/+6
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+2
* Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-061-2/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-3/+4
|\
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-3/+4
* | Support loading images from content:/ URLs on AndroidNicolas Fella2019-02-131-1/+11
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-2/+0
|/
* Fix stale QML cache files when using assets:// on AndroidSimon Hausmann2018-11-291-8/+1
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-201-4/+0
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-55/+31
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
* QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-171-44/+53
* Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-0/+46
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+10
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+5
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-2/+2
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-5/+10
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-51/+95
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-7/+7
* Remove unused flagSimon Hausmann2018-07-311-1/+0
* Clean up internal QML unit creation APISimon Hausmann2018-07-311-4/+1
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-16/+16
* Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-221-2/+2
* Make it easier to define a different trim thresholdMichael Brasser2018-07-181-0/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-9/+1
|\
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-8/+11
|\|
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-4/+1
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-4/+1
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-091-2/+2
|\|
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-8/+20
|\|
| * Normalize URL before loading typesErik Verbruggen2018-04-271-8/+20
* | Fix heap-use-after-freeSimon Hausmann2018-05-021-2/+3
* | Clean up manual reference counting of QQmlQmldirDataSimon Hausmann2018-04-261-20/+5
* | Clean up manual reference counting of blob dependenciesSimon Hausmann2018-04-261-11/+15
* | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-9/+4
* | Clean up manual reference counting of QQmlScriptBlobSimon Hausmann2018-04-261-17/+13
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-20/+11
|/
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-7/+31
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-25/+30
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-161-12/+4
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-1/+7
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1