aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-04-101-25/+30
* Fix memory leak with JS importsSimon Hausmann2018-02-091-0/+1
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-33/+47
* Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-1/+9
|\
| * Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
* | Fix URL interception for qmldir filesUlf Hermann2017-11-221-15/+33
|/
* Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-061-1/+9
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-7/+12
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-4/+2
* Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-061-7/+8
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-051-4/+10
* Fix memory corruption with type trimmingSimon Hausmann2017-08-231-1/+1
* Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-021-22/+18
* Remove unused types on engine destructionSimon Hausmann2017-08-021-0/+3
* Use QQmlType by valueLars Knoll2017-08-021-23/+23
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-021-17/+24
* Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-7/+45
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-7/+45
| |\
| | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-131-2/+35
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-6/+10
* | | Speed up source code readingSimon Hausmann2017-03-221-1/+9
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-9/+9
* | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-211-31/+47
* | | Simplify internal source access APISimon Hausmann2017-03-211-20/+20
* | | Remove unused macroSimon Hausmann2017-03-171-4/+0
|/ /
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-1/+4
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-0/+14
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-271-2/+2
* | Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-261-21/+21
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-24/+24
* | QQmlTypeLoader: Deduplicate type resolution codeRobin Burchell2017-01-241-42/+8
* | qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-171-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-2/+1
|\|
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+1
* | Qml: mark some methods as constAnton Kudryavtsev2016-10-241-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-0/+1
|\|
| * Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-181-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-30/+35
|\|
| * Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-141-2/+8
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-22/+22
| * QQmlTypeLoader: Clean up trimCache()Ulf Hermann2016-10-061-6/+5
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-2/+5
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-2/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-2/+4
| | |\
| | | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| | | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
* | | | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-201-6/+9
|/ / /