]> git.ipfire.org Git - thirdparty/ccache.git/commit
Extract argument processing code to a separate file
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 1 May 2020 20:45:36 +0000 (22:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 5 May 2020 18:25:58 +0000 (20:25 +0200)
commit756e03d190ef94bb7c7d9f3a4f45cdd98684521e
treef88f5f5fa82fc0449fb0ce23b97a4a861c3149ec
parent4aa703f84a1fe0e010c73d6ef0b6f1575ce81da1
Extract argument processing code to a separate file
Makefile.in
src/.clang-tidy
src/argprocessing.cpp [new file with mode: 0644]
src/argprocessing.hpp [new file with mode: 0644]
src/ccache.cpp
src/ccache.hpp
unittest/test_argument_processing.cpp