]> git.ipfire.org Git - thirdparty/ccache.git/commit
Implement support for automatic cache levels
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 18 Sep 2020 07:28:48 +0000 (09:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 23 Sep 2020 07:41:38 +0000 (09:41 +0200)
commitfd8474e3bd1463fdea8e95c40a2210fdcc93ed31
treed10a57f34751d6512ee90d1ebb878da2a5ced5b2
parent04ebe301ec0afed7d66b0354a0966f24013bf54e
Implement support for automatic cache levels

This makes ccache choose an appropriate cache level structure
automatically based on a maximum number of files per directory,
currently hardcoded to 2000.
src/Context.cpp
src/Context.hpp
src/Manifest.cpp
src/Manifest.hpp
src/Result.cpp
src/Result.hpp
src/ccache.cpp
test/CMakeLists.txt
test/suites/cache_levels.bash [new file with mode: 0644]