]> 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>
Sun, 14 Jan 2024 21:10:38 +0000 (22:10 +0100)
commit3ec65766699cf3ad53dcfc45d640b065437d6dd2
treeadcdf2e58178fc0e1426192f5143c29419dbdd19
parent7ce309afb92768c0e2b8188930da293abc133f5f
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.

(cherry picked from commit b982306349e5ba3229d1ea9c14ff4ce2efb18233)
src/Context.cpp
src/Context.hpp
src/ccache.cpp