]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Support auto depend mode for MSVC without /showIncludes (#1158)
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>
Wed, 5 Oct 2022 17:34:31 +0000 (20:34 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 17:34:31 +0000 (19:34 +0200)
commit8b65880b5ad817156b58c58b5133aafc99b0a264
tree6e157bbbe48186daa65908a012c76721b48d66cc
parent9d3188484149a0d0b914f855b9ae1956c37d76c1
feat: Support auto depend mode for MSVC without /showIncludes (#1158)

Co-authored-by: Luboš Luňák <l.lunak@centrum.cz>
src/ArgsInfo.hpp
src/Config.cpp
src/Config.hpp
src/Context.hpp
src/argprocessing.cpp
src/ccache.cpp
src/core/CMakeLists.txt
src/core/ResultRetriever.cpp
src/core/ShowIncludesParser.cpp [new file with mode: 0644]
src/core/ShowIncludesParser.hpp [new file with mode: 0644]
unittest/test_Config.cpp