]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move util::rename to util::filesystem
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 19 Jul 2023 06:43:38 +0000 (08:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 25 Jul 2023 06:54:45 +0000 (08:54 +0200)
commit6bb3dc3aebc5619dba2090a93f04ff3b931d5c6f
tree8bbd4de7c62a8cd93bf996965bd990c0afc3add0
parent0d4f1ce21afb918d6ef7a9a2b6b89e8b3df6b9fc
refactor: Move util::rename to util::filesystem
src/AtomicFile.cpp
src/storage/local/LocalStorage.cpp
src/util/CMakeLists.txt
src/util/file.cpp
src/util/file.hpp
src/util/filesystem.cpp [new file with mode: 0644]
src/util/filesystem.hpp