]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move Win32Util::error_message to util
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 2 Oct 2023 18:45:02 +0000 (20:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 2 Oct 2023 19:33:49 +0000 (21:33 +0200)
commit72100062452ee226d80627b6d47a655eb3193e13
tree0245dcf1e3ac5cda2866f2a0dbc25a5c586a045a
parentf067b3f42ba36ccead0c3595ce4befad44f59ea4
refactor: Move Win32Util::error_message to util
13 files changed:
src/CMakeLists.txt
src/Context.cpp
src/Logging.cpp
src/Util.cpp
src/ccache.cpp
src/execute.cpp
src/hashutil.cpp
src/util/CMakeLists.txt
src/util/DirEntry.cpp
src/util/LockFile.cpp
src/util/error.cpp [moved from src/Win32Util.cpp with 88% similarity]
src/util/error.hpp [moved from src/Win32Util.hpp with 80% similarity]
src/util/file.cpp