cppcheck/cli
Oliver Stöneberg 3272a2bbe7
greatly improved `Settings::loadCppcheckCfg()` error handling (#5712)
This also fixes the issue that `cppcheck.cfg` is no longer being loaded
from executable path. That was introduced by #5704.
2023-12-01 16:34:14 +01:00
..
CMakeLists.txt
cli.vcxproj
cli.vcxproj.filters
cmdlinelogger.h
cmdlineparser.cpp greatly improved `Settings::loadCppcheckCfg()` error handling (#5712) 2023-12-01 16:34:14 +01:00
cmdlineparser.h greatly improved `Settings::loadCppcheckCfg()` error handling (#5712) 2023-12-01 16:34:14 +01:00
cppcheckexecutor.cpp CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
cppcheckexecutor.h CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
cppcheckexecutorseh.cpp CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
cppcheckexecutorseh.h CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
cppcheckexecutorsig.cpp CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
cppcheckexecutorsig.h CppCheckExecutor: do not modify settings after they were passed to `CppCheck` (#5697) 2023-11-25 22:07:49 +01:00
executor.cpp fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
executor.h fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
filelister.cpp fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
filelister.h fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
main.cpp
precompiled.h
processexecutor.cpp moved some classes/structs into anonymous namespace (#5669) 2023-11-16 15:49:41 +01:00
processexecutor.h fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
singleexecutor.cpp iwyu.yml: fixed `include-what-you-use` job / cleaned up includes (#5657) 2023-11-13 23:24:06 +01:00
singleexecutor.h fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
stacktrace.cpp
stacktrace.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
threadexecutor.cpp fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
threadexecutor.h fixed #12145 - provided order of source files is not preserved (#5625) 2023-11-07 21:21:24 +01:00
version.rc added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00