aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
Commit message (Expand)AuthorAgeFilesLines
* QML: Fix precedence of module importsUlf Hermann2020-06-111-2/+3
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-3/+3
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-3/+1
|\
| * QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-241-3/+1
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+2
|/
* Add support for implicit module importsSimon Hausmann2019-07-171-0/+2
* Clean up import resolution handlingSimon Hausmann2019-07-161-3/+25
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-398/+10
* Simplify errors and diagnosticsUlf Hermann2019-06-141-4/+3
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-9/+10
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-1/+2
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-3/+0
* QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-171-0/+1
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-0/+1
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-0/+2
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-0/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-2/+4
|\
| * Normalize URL before loading typesErik Verbruggen2018-04-271-2/+4
* | Clean up manual reference counting of QQmlQmldirDataSimon Hausmann2018-04-261-5/+4
* | Clean up manual reference counting of blob dependenciesSimon Hausmann2018-04-261-1/+1
* | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-2/+2
* | Clean up manual reference counting of QQmlScriptBlobSimon Hausmann2018-04-261-11/+7
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-4/+4
|/
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+5
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-2/+7
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-161-2/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-5/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+2
|\
| * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-0/+2
* | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-7/+7
* | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+1
|\|
| * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-061-0/+1
* | Make qml-debug a proper featureUlf Hermann2017-11-081-3/+3
|/
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-1/+4
* QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
* Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-061-4/+4
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-051-0/+15
* Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-021-2/+2
* Use QQmlType by valueLars Knoll2017-08-021-2/+2
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-021-6/+6
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-1/+2
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-1/+2
| |\
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-131-0/+1
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-1/+1
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
* | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-211-5/+7
* | | Simplify internal source access APISimon Hausmann2017-03-211-17/+10
|/ /