aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qmldiskcache::cacheResources() and cacheModuleScripts() on WindowsFriedemann Kleint2018-09-201-22/+30
* Add support for disk caching of ES modulesSimon Hausmann2018-08-174-1/+55
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-011-11/+16
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-7/+7
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-7/+7
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-1/+1
* Fix import of precompiled .js filesSimon Hausmann2018-07-311-0/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-1/+7
|\
| * tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-271-0/+42
* | Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-211-6/+6
|/
* Minor data structure cleanupSimon Hausmann2018-01-221-24/+0
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-0/+61
|\
| * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+61
* | Fix function offset check in compiled data cached on diskErik Verbruggen2017-09-081-4/+6
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-3/+3
|\|
| * Use QQmlType by valueLars Knoll2017-08-021-3/+3
* | Change QVERIFY(.. == ..) to QCOMPAREErik Verbruggen2017-07-051-2/+2
* | Fix QML disk cachingErik Verbruggen2017-07-051-7/+9
* | Split up qv4codegen into several filesLars Knoll2017-07-031-1/+1
* | Remove now unused filesLars Knoll2017-06-301-2/+0
* | Various compile fixesLars Knoll2017-06-221-4/+4
|/
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-0/+53
|\
| * Fix caching of QML singleton typesSimon Hausmann2017-03-131-0/+53
* | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
|/
* Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-5/+53
* Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+20
* Fix qrc testSimon Hausmann2016-11-231-1/+5
* Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-181-0/+100
* Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-141-1/+10
* Enable disk cache for files coming from resourcesSimon Hausmann2016-08-123-0/+34
* Fix restoring of local aliases from disk cacheSimon Hausmann2016-08-061-0/+44
* Enable QML/JS disk cache by defaultSimon Hausmann2016-08-051-1/+1
* Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-041-0/+52
* Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-5/+117
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-7/+114
* Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-10/+0
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+5
* Clean up implicit component registrationSimon Hausmann2016-07-151-0/+42
* Fix endian support in compiled data structuresSimon Hausmann2016-07-141-10/+10
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-172-0/+189