aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
* Add support for implicit module importsSimon Hausmann2019-07-171-0/+21
* Clean up import resolution handlingSimon Hausmann2019-07-161-37/+40
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-051-1/+5
| |\
| | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-2175/+23
* | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-251-6/+6
* | | Simplify errors and diagnosticsUlf Hermann2019-06-141-22/+36
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-8/+0
* | | 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