]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Convert usage of Util::dir_name to std::filesystem
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Jan 2024 15:11:32 +0000 (16:11 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jan 2024 09:27:06 +0000 (10:27 +0100)
commit9e3d2fc61ffa09078a90f8623c9337cfa440317d
tree6201e1412d646dd28af4242155998d41f08c39a4
parent67450ef4efcf957cca902bd3ff65505d244a42b7
refactor: Convert usage of Util::dir_name to std::filesystem
src/Util.cpp
src/Util.hpp
src/argprocessing.cpp
src/ccache.cpp
src/storage/local/LocalStorage.cpp
src/storage/remote/FileStorage.cpp
unittest/test_Depfile.cpp
unittest/test_Util.cpp