aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-171-1/+1
* | | Fix import with qualifier of remote directory with qmldirArnaud Vrac2016-08-101-7/+4
* | | Enable disk caching on WindowsSimon Hausmann2016-08-101-11/+1
* | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-6/+7
* | | Centralized deferred cleanup handlingSimon Hausmann2016-08-091-13/+2
* | | Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-091-2/+1
* | | Enable QML/JS disk cache by defaultSimon Hausmann2016-08-051-9/+16
* | | Fix QML engine in MSVC debug buildsSimon Hausmann2016-08-051-11/+9
* | | Disable disk caching when debugging JavaScriptSimon Hausmann2016-08-051-6/+15
* | | Use on-disk compilation unit if availableSimon Hausmann2016-08-041-2/+8
* | | Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-041-2/+2
* | | Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-38/+60
* | | Improve debug output handling of disk caching codeSimon Hausmann2016-08-021-4/+8
* | | Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-1/+2
* | | Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-6/+9