]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move Util::localtime to util
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 17 Jul 2023 13:46:19 +0000 (15:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 18 Jul 2023 19:37:15 +0000 (21:37 +0200)
commitf657af6a3b5702326186801eefcf8ff4777dc7eb
tree5a43a4beb00f78783cad268c09f31e1762d92f6b
parent58cba95b81a21ab850636b0dfdea3b4ab94c2b79
refactor: Move Util::localtime to util
13 files changed:
cmake/GenerateConfigurationFile.cmake
cmake/config.h.in
src/Logging.cpp
src/Util.cpp
src/Util.hpp
src/Win32Util.cpp
src/Win32Util.hpp
src/ccache.cpp
src/core/Statistics.cpp
src/hashutil.cpp
src/util/CMakeLists.txt
src/util/time.cpp [new file with mode: 0644]
src/util/time.hpp [new file with mode: 0644]