]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Include timestamp in per-object debug filenames
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Jun 2022 12:13:02 +0000 (14:13 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Jun 2022 13:45:33 +0000 (15:45 +0200)
commit7c980edc1df8277aab086eec6ccaa4e66c8d2456
treebab48677d53c39186538ce9b3894cf7f823a9b65
parentd40452090c36ee207eb3b5043d921203353a25f8
feat: Include timestamp in per-object debug filenames

Including a timestamp in the filenames makes it easier to compare two
builds without having to save previous debug files before the second
build. It also makes sure debug files won't be overwritten if an object
file is compiled several times during one build.
doc/MANUAL.adoc
src/Context.cpp
src/Context.hpp
src/ccache.cpp
test/suites/base.bash
test/suites/fileclone.bash
test/suites/inode_cache.bash
test/suites/multi_arch.bash
test/suites/secondary_http.bash
test/suites/secondary_redis.bash