..
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
extracted single job execution into `SingleExecutor` / improved testing / do not unconditionally apply colors to output ( #4882 )
2023-04-08 18:06:38 +02:00
cli.vcxproj.filters
generate `*.vcxproj` file lists with `dmake` ( #4652 )
2023-01-21 11:55:36 +01:00
cmdlineparser.cpp
CmdLineParser: deprecated `--template <template>` and `--template-location <template>` ( #5331 )
2023-08-18 11:59:14 +02:00
cmdlineparser.h
Use in-class initializers, default constructors, class -> struct ( #4842 )
2023-08-08 11:05:02 +02:00
cppcheckexecutor.cpp
moved suppression-specific code out of `ErrorLogger` ( #5329 )
2023-08-18 11:55:23 +02:00
cppcheckexecutor.h
moved suppression-specific code out of `ErrorLogger` ( #5329 )
2023-08-18 11:55:23 +02: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
added missing `__GNUC__` define for selfcheck ( #5324 )
2023-08-14 10:29:04 +02:00
cppcheckexecutorsig.h
cppcheckexecutor.cpp: extracted platform-dependent code into separate files ( #4359 )
2022-08-16 22:03:44 +02:00
executor.cpp
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
executor.h
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
filelister.cpp
Use readdir() instead of deprecated readdir_r() ( #5330 )
2023-08-16 10:20:53 +02:00
filelister.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
main.cpp
2.11.99: Set versions
2023-06-22 13:50:51 +02:00
precompiled.h
cleaned up includes based on `include-what-you-use` ( #4599 )
2023-03-02 21:50:14 +01:00
processexecutor.cpp
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
processexecutor.h
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
singleexecutor.cpp
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
singleexecutor.h
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
stacktrace.cpp
cppcheckexecutor.cpp: extracted platform-dependent code into separate files ( #4359 )
2022-08-16 22:03:44 +02:00
stacktrace.h
cppcheckexecutor.cpp: extracted platform-dependent code into separate files ( #4359 )
2022-08-16 22:03:44 +02:00
threadexecutor.cpp
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
threadexecutor.h
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors ( #5335 )
2023-08-16 17:13:36 +02:00
version.rc
added .gitattributes and normalized files ( #4668 )
2022-12-30 21:33:45 +01:00