]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Convert some std::string paths to fs::path
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 12 Jun 2024 18:20:25 +0000 (20:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Jun 2024 15:18:52 +0000 (17:18 +0200)
commit677a166fd0036d9d34b41fb3440e76634995d9df
tree4542f1e73c4fd192dee6c4f8defe42bee748ce1c
parentd805b66b0f1ffdfc7035537fbca677d7463d2782
refactor: Convert some std::string paths to fs::path
20 files changed:
src/ccache/ccache.cpp
src/ccache/config.cpp
src/ccache/core/mainoptions.cpp
src/ccache/core/result.cpp
src/ccache/core/result.hpp
src/ccache/core/resultextractor.cpp
src/ccache/core/resultextractor.hpp
src/ccache/hash.cpp
src/ccache/hash.hpp
src/ccache/inodecache.cpp
src/ccache/inodecache.hpp
src/ccache/storage/local/localstorage.cpp
src/ccache/storage/local/localstorage.hpp
src/ccache/storage/local/statsfile.cpp
src/ccache/storage/local/statsfile.hpp
src/ccache/storage/local/util.cpp
src/ccache/storage/local/util.hpp
src/ccache/util/logging.cpp
src/ccache/util/logging.hpp
unittest/test_inodecache.cpp