]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Extract command execution code from hashutil to util function
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 24 Jul 2025 11:18:40 +0000 (13:18 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 24 Jul 2025 14:12:52 +0000 (16:12 +0200)
commitb98a57bad7ba2d409938453a0d7640d199d38802
treed75b4785b812801ec9f137c8e2587de20e8582c1
parente382325bff4ee032533808643853cf4c82cfd230
refactor: Extract command execution code from hashutil to util function
src/ccache/core/exceptions.hpp
src/ccache/execute.cpp
src/ccache/hashutil.cpp
src/ccache/util/CMakeLists.txt
src/ccache/util/exec.cpp [new file with mode: 0644]
src/ccache/util/exec.hpp [new file with mode: 0644]
unittest/CMakeLists.txt
unittest/test_util_exec.cpp [new file with mode: 0644]