cppcheck/cli
Oliver Stöneberg 64cd09ab62
fixed (Default to `native` platform in Windows builds) ()
2023-09-11 11:08:23 +02:00
..
CMakeLists.txt use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` () 2023-04-01 09:40:10 +02:00
cli.vcxproj fixed - removed Visual Studio x86 targets from project files and builds from CI () 2023-09-04 19:40:13 +02:00
cli.vcxproj.filters Fix (Safety: show what checks are enabled/disabled) () 2023-08-31 18:28:47 +02:00
cmdlineparser.cpp fixed (Default to `native` platform in Windows builds) () 2023-09-11 11:08:23 +02:00
cmdlineparser.h fixed (Default to `native` platform in Windows builds) () 2023-09-11 11:08:23 +02:00
cppcheckexecutor.cpp Fix (Safety: show what checks are enabled/disabled) () 2023-08-31 18:28:47 +02:00
cppcheckexecutor.h Partial fix for (Safety: show what checks are enabled/disabled) () 2023-08-29 12:00:52 +02:00
cppcheckexecutorseh.cpp some `--exception-handling` related improvements () 2022-08-20 20:54:31 +02:00
cppcheckexecutorseh.h Update copyright year 2023-01-28 10:16:34 +01:00
cppcheckexecutorsig.cpp added missing `__GNUC__` define for selfcheck () 2023-08-14 10:29:04 +02:00
cppcheckexecutorsig.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files () 2022-08-16 22:03:44 +02:00
executor.cpp enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
executor.h enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
filelister.cpp got rid of duplicated file/directory existence implementations / improved errorhandling and testing of `FileLister` () 2023-08-23 11:22:41 +02:00
filelister.h Update copyright year 2023-09-06 15:51:05 +02:00
main.cpp 2.12.99: Set versions () 2023-09-10 18:43:00 +02:00
precompiled.h cleaned up includes based on `include-what-you-use` () 2023-03-02 21:50:14 +01:00
processexecutor.cpp ProcessExecutor: removed unnecessary `\0` passing in message reading/writing - fixes stray `\0` characters in output () 2023-08-21 12:17:08 +02:00
processexecutor.h enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
singleexecutor.cpp enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
singleexecutor.h enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
stacktrace.cpp cppcheckexecutor.cpp: extracted platform-dependent code into separate files () 2022-08-16 22:03:44 +02:00
stacktrace.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files () 2022-08-16 22:03:44 +02:00
threadexecutor.cpp enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
threadexecutor.h enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors () 2023-08-16 17:13:36 +02:00
version.rc added .gitattributes and normalized files () 2022-12-30 21:33:45 +01:00