aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify control flow in the type loaderSimon Hausmann2016-07-291-23/+53
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-3/+3
* Unbreak build on AndroidMitch Curtis2016-07-281-0/+1
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-2/+2
* Add support for caching of .js files imported from QML sourcesSimon Hausmann2016-07-191-0/+20
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-5/+12
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-6/+120
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-211-1/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+2
| |\
| | * QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
* | | Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-201-0/+30
|/ /
* | Script dependency handling cleanupSimon Hausmann2016-06-201-1/+21
* | Minor cleanup for implicit import handlingSimon Hausmann2016-06-201-8/+7
* | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-201-62/+27
* | Clean up file/error handling in the type loaderSimon Hausmann2016-06-201-18/+53
* | Added basic support for saving compilation units to diskSimon Hausmann2016-06-171-0/+7
* | Moved import cache and type resolution cache codeSimon Hausmann2016-06-171-11/+67
* | Cleanup: generalize type reference collection codeSimon Hausmann2016-06-141-2/+3
* | Another manual refcounting cleanupSimon Hausmann2016-06-071-9/+5
* | Minor refcounting cleaningSimon Hausmann2016-06-031-4/+0
* | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-8/+6
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\
| | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-11/+26
|\| |
| * | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+19
| |\|
| | * Occasionally trim the type cacheUlf Hermann2016-04-191-1/+19
| * | Allow target path version in a parent moduleJ-P Nurmi2016-04-211-7/+4
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-7/+25
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-1/+4
* | Remove debugChangesHash from QQmlEngineUlf Hermann2016-01-121-14/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-2/+2
|\|
| * qml: preserve composite singleton types.Marco Benelli2015-12-171-2/+2