]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Use std::array for hash digests instead of custom class
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 7 Jul 2023 10:00:24 +0000 (12:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 12 Jul 2023 09:07:42 +0000 (11:07 +0200)
commit0e4e4b63347408c78c2ffe36cb6f71e740e328ca
tree70b0657527c1a977e493a30daf080a248e4e7e7e
parent677b6e66de3b29165aeb808f09399b719478d1f1
refactor: Use std::array for hash digests instead of custom class
28 files changed:
src/Context.hpp
src/Depfile.hpp
src/Digest.hpp [deleted file]
src/Hash.cpp
src/Hash.hpp
src/InodeCache.cpp
src/InodeCache.hpp
src/ccache.cpp
src/core/Manifest.cpp
src/core/Manifest.hpp
src/core/ResultRetriever.cpp
src/core/ResultRetriever.hpp
src/core/mainoptions.cpp
src/hashutil.cpp
src/hashutil.hpp
src/storage/Storage.cpp
src/storage/Storage.hpp
src/storage/local/LocalStorage.cpp
src/storage/local/LocalStorage.hpp
src/storage/remote/FileStorage.cpp
src/storage/remote/HttpStorage.cpp
src/storage/remote/RedisStorage.cpp
src/storage/remote/RemoteStorage.hpp
src/util/string.cpp
src/util/string.hpp
unittest/test_Hash.cpp
unittest/test_InodeCache.cpp
unittest/test_hashutil.cpp