aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache
Commit message (Expand)AuthorAgeFilesLines
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-9/+0
* Cache static compilation unitsUlf Hermann2021-01-121-30/+98
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-4/+4
* Regenerate qtdeclarativeAlexandru Croitor2020-02-122-8/+4
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-1/+3
|\
| * tst_qmldiskcache: Increase compile timeoutUlf Hermann2020-01-101-1/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-152-4/+4
* | Regenerate testsAlexandru Croitor2019-11-142-10/+41
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-0/+8
|\|
| * Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-211-0/+8
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+48
|/
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-10/+17
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+4
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-10/+20
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* 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