]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add support for multiple directories in base_dir/CCACHE_BASEDIR
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Aug 2025 19:09:19 +0000 (21:09 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Aug 2025 07:37:17 +0000 (09:37 +0200)
commit67f2d1070c02af835675ee007b59574659f79006
tree07e5d661605224f2e5beffec386023d9ec2361e2
parent08e8e56b94490ad30c4884dadd9a070bc30a1882
feat: Add support for multiple directories in base_dir/CCACHE_BASEDIR

Closes #597.
doc/MANUAL.adoc
src/ccache/ccache.cpp
src/ccache/config.cpp
src/ccache/config.hpp
src/ccache/core/common.cpp
src/ccache/depfile.cpp
src/ccache/util/path.cpp
src/ccache/util/path.hpp
test/suites/basedir.bash
unittest/test_config.cpp
unittest/test_depfile.cpp