]> git.ipfire.org Git - thirdparty/ccache.git/commit
Allow for 64-bit values in statistics counters
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Sep 2020 14:55:39 +0000 (16:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Sep 2020 14:55:39 +0000 (16:55 +0200)
commit7b59804385cb66d300a4e109bf0d3b566f43233a
tree14ab53c9809a292f8ae0549268971a699145420d
parent9915191f5c9735abf80e43113694f30bf52f6af1
Allow for 64-bit values in statistics counters

This is primaily done to avoid overflowing timestamp values in 2038.
12 files changed:
src/Config.hpp
src/Counters.cpp
src/Counters.hpp
src/Util.cpp
src/Util.hpp
src/ccache.cpp
src/cleanup.cpp
src/cleanup.hpp
src/stats.cpp
src/stats.hpp
test/run
test/suites/base.bash