]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Use std::chrono instead of custom classes
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Oct 2025 13:24:17 +0000 (15:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Oct 2025 19:03:43 +0000 (21:03 +0200)
commitdf53a450654e3beba409f59888b9fa2617b44b97
treead9e9bdf37e80eaadf13e1c2c77fac0791264b33
parenta6575061f865af02d7f9cc03b27a1034e18b7f45
refactor: Use std::chrono instead of custom classes
33 files changed:
src/ccache/ccache.cpp
src/ccache/context.cpp
src/ccache/context.hpp
src/ccache/core/cacheentry.cpp
src/ccache/core/manifest.cpp
src/ccache/core/manifest.hpp
src/ccache/core/statistics.cpp
src/ccache/core/statistics.hpp
src/ccache/inodecache.cpp
src/ccache/inodecache.hpp
src/ccache/storage/local/localstorage.cpp
src/ccache/storage/local/localstorage.hpp
src/ccache/util/CMakeLists.txt
src/ccache/util/direntry.hpp
src/ccache/util/duration.hpp [deleted file]
src/ccache/util/file.cpp
src/ccache/util/file.hpp
src/ccache/util/lockfile.cpp
src/ccache/util/lockfile.hpp
src/ccache/util/logging.cpp
src/ccache/util/string.cpp
src/ccache/util/string.hpp
src/ccache/util/time.cpp
src/ccache/util/time.hpp
src/ccache/util/timepoint.cpp [deleted file]
src/ccache/util/timepoint.hpp [deleted file]
unittest/CMakeLists.txt
unittest/test_inodecache.cpp
unittest/test_util_direntry.cpp
unittest/test_util_duration.cpp [deleted file]
unittest/test_util_lockfile.cpp
unittest/test_util_string.cpp
unittest/test_util_timepoint.cpp [deleted file]