aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Fix resource leakFrank Meerkoetter2015-12-081-0/+1
|/
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-65/+84
* Fix function signatureLars Knoll2015-09-221-9/+8
* Smaller cleanupLars Knoll2015-09-091-3/+2
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-4/+5
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-2/+6
* Force completion of asynchronously loaded components.Robert Griebl2015-06-231-0/+14
* Smaller cleanup in the context wrapperLars Knoll2015-06-181-2/+2
* Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+7
|\
| * Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7