]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move assertions to util
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Sep 2023 18:32:10 +0000 (20:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 1 Oct 2023 16:12:05 +0000 (18:12 +0200)
commite4d64b4b9e76807cce2138edddbfb0c8d7bd290b
treec848abc99c824e7b723db3637cec392bf1e0e36e
parentf827d9141913b95a96340bccc360d21475d4a3a2
refactor: Move assertions to util
24 files changed:
src/CMakeLists.txt
src/Config.cpp
src/Depfile.cpp
src/ProgressBar.cpp
src/SignalHandler.cpp
src/argprocessing.cpp
src/core/AtomicFile.cpp
src/core/StatisticsCounters.cpp
src/core/mainoptions.cpp
src/core/types.cpp
src/storage/Storage.cpp
src/storage/local/LocalStorage.cpp
src/storage/remote/FileStorage.cpp
src/storage/remote/HttpStorage.cpp
src/storage/remote/RedisStorage.cpp
src/util/Bytes.cpp
src/util/CMakeLists.txt
src/util/Fd.hpp
src/util/LockFile.cpp
src/util/TextTable.cpp
src/util/Tokenizer.hpp
src/util/assertions.cpp [moved from src/assertions.cpp with 90% similarity]
src/util/assertions.hpp [moved from src/assertions.hpp with 92% similarity]
src/util/string.cpp