]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Remove time_of_compilation in favor of time_of_invocation
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 9 Jan 2024 20:28:34 +0000 (21:28 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 9 Jan 2024 20:30:21 +0000 (21:30 +0100)
commitb982306349e5ba3229d1ea9c14ff4ce2efb18233
tree191f94d283c133886346ef6b572356ebfd2e51c2
parentac05df21de6a72d50614ee64c6e4752846625593
chore: Remove time_of_compilation in favor of time_of_invocation

We can compare source/include files against time of invocation just as
well; source files shouldn't be modified when ccache has started anyway.
src/Context.cpp
src/Context.hpp
src/ccache.cpp