aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-0/+1
* | Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-261-30/+30
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-4/+4
* | QQmlTypeLoader: Deduplicate type resolution codeRobin Burchell2017-01-241-1/+1
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-2/+2
* | Qml: mark some methods as constAnton Kudryavtsev2016-10-241-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-6/+7
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-6/+7
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-16/+16
|/
* Disable disk caching when debugging JavaScriptSimon Hausmann2016-08-051-0/+2