cppcheck/cli
Oliver Stöneberg df860a937d
do not explicitly load `windows.cfg` during command-line parsing (#5613)
As we now fail early on loading of all libraries we no longer need to
explicitly bail out on mandatory ones. This would have also caused
`libraries` and `library` to go out-of-sync and possibly lead to
duplicated loading of the library. It also allows for a
`CppCheckExecutor` to be made private.
2023-11-04 13:33:10 +01:00
..
CMakeLists.txt use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910) 2023-04-01 09:40:10 +02:00
cli.vcxproj fixed #11910 - removed Visual Studio x86 targets from project files and builds from CI (#5397) 2023-09-04 19:40:13 +02:00
cli.vcxproj.filters Fix #11897 (Safety: show what checks are enabled/disabled) (#5378) 2023-08-31 18:28:47 +02:00
cmdlinelogger.h added `CmdLineLogger::printRaw()` / CppCheckExecutor: more `CmdLineLogger` usage (#5537) 2023-10-09 22:22:39 +02:00
cmdlineparser.cpp do not explicitly load `windows.cfg` during command-line parsing (#5613) 2023-11-04 13:33:10 +01:00
cmdlineparser.h moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
cppcheckexecutor.cpp moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
cppcheckexecutor.h do not explicitly load `windows.cfg` during command-line parsing (#5613) 2023-11-04 13:33:10 +01:00
cppcheckexecutorseh.cpp some `--exception-handling` related improvements (#4368) 2022-08-20 20:54:31 +02:00
cppcheckexecutorseh.h Update copyright year 2023-01-28 10:16:34 +01:00
cppcheckexecutorsig.cpp fixed some "Variable can be made constexpr" Rider warnings (#5615) 2023-11-03 09:55:44 +01:00
cppcheckexecutorsig.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
executor.cpp moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
executor.h moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
filelister.cpp filelister.cpp: removed unused `NAME_MAX` related code (#5609) 2023-11-02 10:04:53 +01:00
filelister.h Update copyright year 2023-09-06 15:51:05 +02:00
main.cpp 2.12.99: Set versions (#5427) 2023-09-10 18:43:00 +02:00
precompiled.h cleaned up includes based on `include-what-you-use` (#4599) 2023-03-02 21:50:14 +01:00
processexecutor.cpp moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
processexecutor.h moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
singleexecutor.cpp moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
singleexecutor.h moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
stacktrace.cpp fixed some "Variable can be made constexpr" Rider warnings (#5615) 2023-11-03 09:55:44 +01:00
stacktrace.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
threadexecutor.cpp moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
threadexecutor.h moved `fileSettings` out of `Settings` (#5608) 2023-11-03 23:24:04 +01:00
version.rc added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00