summaryrefslogtreecommitdiffstats
path: root/src/common-lib/configcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clazy: fixesRobert Griebl2024-01-081-51/+52
* Modernize string literalsRobert Griebl2024-01-081-3/+5
* Better readable ConfigCache debug outputRobert Griebl2023-12-121-3/+3
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-10/+7
* Config cache: fix a static init fiasco plus modernizationRobert Griebl2023-08-011-8/+4
* Small fixesRobert Griebl2023-06-211-0/+2
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-2/+2
* Use SPDX license identifiersDominik Holland2022-06-151-29/+3
* Drop the merged cache if anything doesn't match up with last runRobert Griebl2021-07-271-16/+23
* Fix a few problems with the ConfigCacheRobert Griebl2021-06-281-17/+16
* Ignore the merged config cache, if there is any mismatch...Robert Griebl2021-06-211-0/+4
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Ignore unparseable info.yaml manifest fileRobert Griebl2021-04-231-11/+23
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-5/+6
* Implement missing merging of the containers/selection configRobert Griebl2020-07-161-2/+6
* Implement cache typing and versioningRobert Griebl2020-05-271-9/+36
* Mark methods with deployment warnings deprecatedBernd Weimer2020-01-311-14/+5
* Fix 5.14 warningsRobert Griebl2020-01-221-2/+2
* Fix two stupid bugs in the new caching parser:Robert Griebl2019-11-261-5/+0
* Better YAML error outputRobert Griebl2019-11-081-1/+1
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-0/+419