]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move AtomicFile to core
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Aug 2023 13:22:06 +0000 (15:22 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Aug 2023 13:22:06 +0000 (15:22 +0200)
commit50084bb29ea819e78650affe4dcd5a970a4e7fa9
tree44cb5dabc7a65abf5d1d1b4b41cc8d1cdf288bca
parentec495eb5c61dab9f7b34ac20417ae016a42ee79f
refactor: Move AtomicFile to core
12 files changed:
src/CMakeLists.txt
src/Config.cpp
src/ccache.cpp
src/core/AtomicFile.cpp [moved from src/AtomicFile.cpp with 93% similarity]
src/core/AtomicFile.hpp [moved from src/AtomicFile.hpp with 87% similarity]
src/core/CMakeLists.txt
src/core/FileRecompressor.cpp
src/storage/local/LocalStorage.cpp
src/storage/local/StatsFile.cpp
src/storage/remote/FileStorage.cpp
unittest/CMakeLists.txt
unittest/test_core_AtomicFile.cpp [moved from unittest/test_AtomicFile.cpp with 94% similarity]