]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Use memory buffers instead of streams for manifests
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 6 Sep 2022 13:06:11 +0000 (15:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 21 Sep 2022 15:06:26 +0000 (17:06 +0200)
commitb5a2e104502a442059d727e280a83435a9c4d766
treec90b38463f83ed8f08ba91f5931673fc96fe658e
parent99c881d11b9c555e0d24ecaa0c85da897d518aa5
refactor: Use memory buffers instead of streams for manifests

This is part of a larger refactoring effort with the goal of simplifying
how cache entries are read and processed.
src/ccache.cpp
src/core/CacheEntryDataReader.hpp
src/core/Manifest.cpp
src/core/Manifest.hpp
src/core/mainoptions.cpp