]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Remove CacheFile, using Stat with path member instead
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 10 Nov 2022 08:38:37 +0000 (09:38 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Nov 2022 20:33:51 +0000 (21:33 +0100)
commite186724c2e8e6cf6b831f9735915b0cc753eb995
tree39ee5b67bf1f3eacda4052df5650fcf24ee94b1d
parenteaa5b40a880eaceb72567d82981cda27624d72ae
refactor: Remove CacheFile, using Stat with path member instead
src/storage/local/CMakeLists.txt
src/storage/local/CacheFile.cpp [deleted file]
src/storage/local/CacheFile.hpp [deleted file]
src/storage/local/LocalStorage.cpp
src/storage/local/LocalStorage.hpp
src/storage/local/LocalStorage_cleanup.cpp
src/storage/local/LocalStorage_compress.cpp
src/storage/local/util.cpp
src/storage/local/util.hpp
unittest/test_storage_local_util.cpp