aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-2/+8
* Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-1/+3
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-1/+4
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-1/+1
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-0/+2
* Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-201-0/+1
* Minor cleanup for implicit import handlingSimon Hausmann2016-06-201-1/+0
* Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-201-2/+0
* Clean up file/error handling in the type loaderSimon Hausmann2016-06-201-43/+4
* Moved import cache and type resolution cache codeSimon Hausmann2016-06-171-4/+4
* Cleanup: generalize type reference collection codeSimon Hausmann2016-06-141-0/+1
* Another manual refcounting cleanupSimon Hausmann2016-06-071-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-3/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
| |\
| | * Occasionally trim the type cacheUlf Hermann2016-04-191-0/+2
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-0/+10
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-2/+9
* Fix function signatureLars Knoll2015-09-221-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Typeloader cleanupSimon Hausmann2015-01-231-6/+9
* Remove QML bundle codeSimon Hausmann2014-12-121-21/+1
* Cleanup: Remove unused codeSimon Hausmann2014-12-091-2/+0
* Cleanup: Merge QQmlDataLoader and QQmlTypeLoaderSimon Hausmann2014-12-091-55/+46
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+1
* Add new property "designersupported" to qmldirTim Jenssen2014-08-281-0/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-221-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-041-0/+1
|/