aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-051-0/+72
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-041-1/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-1/+1
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-1/+2
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-18/+14
* QtQml: Correctly resolve aliases to aliases when loading .qmlc filesUlf Hermann2023-08-211-0/+50
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QtQml: Recognize local inline components when clearing property cachesUlf Hermann2023-06-051-8/+27
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-151-2/+98
* QML: Don't unconditionally invalidate cache if inline component is usedFabian Kosmale2023-03-021-0/+30
* tst_qmldiskcache: Remove stray qDebug and explain test logic betterUlf Hermann2023-02-141-2/+4
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-101-0/+108
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-3/+3
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-1/+1
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-051-1/+1
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-022-8/+7
* Use "QML 1.0" as the hidden internal import, not "QmlInternals"Ulf Hermann2021-06-091-3/+5
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-32/+0
* 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