]> git.ipfire.org Git - thirdparty/ccache.git/commit
Detect errors in fmt::print format strings at compile time
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Oct 2020 17:12:51 +0000 (19:12 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 23 Oct 2020 13:32:26 +0000 (15:32 +0200)
commit01929c5c0ba83e3544c6f81cfcb3e715663f0687
treedf6ada7c5e446a9ef7604ad4ba9fb1b5adf60a45
parent60904e7b571642ec67ec750edfde724f735a0d2e
Detect errors in fmt::print format strings at compile time

See also 4413d842e23c6fa52ec411951a4ab442f42227de.
12 files changed:
src/CacheEntryReader.cpp
src/Logging.cpp
src/Manifest.cpp
src/ProgressBar.cpp
src/ResultDumper.cpp
src/Util.hpp
src/assertions.cpp
src/ccache.cpp
src/compopt.cpp
src/compress.cpp
src/fmtmacros.hpp [new file with mode: 0644]
unittest/main.cpp