]> git.ipfire.org Git - thirdparty/ccache.git/commit
Always cache colored diagnostics and strip color codes as appropriate (#596)
authorMatt Whitlock <whitslack@users.noreply.github.com>
Sun, 7 Jun 2020 13:43:33 +0000 (09:43 -0400)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 13:43:33 +0000 (15:43 +0200)
commit1c6ccf18c2e04459b1ac76ede4580b3ddcd27bbe
treee7ed76aa1601dcd3ffb9f42cd068bc33fd919327
parent8a855fc82e035c63523f92568d11c67d1fa1dc51
Always cache colored diagnostics and strip color codes as appropriate (#596)
doc/MANUAL.adoc
doc/NEWS.adoc
src/ArgsInfo.hpp
src/Context.hpp
src/Util.cpp
src/Util.hpp
src/argprocessing.cpp
src/ccache.cpp
test/run
test/suites/color_diagnostics.bash [new file with mode: 0644]
unittest/test_Util.cpp