.. |
CMakeLists.txt
|
added CMake option `BUILD_CORE_DLL` to build lib as `cppcheck-core.dll` with Visual Studio (#4733)
|
2023-01-26 22:13:07 +01:00 |
cli.vcxproj
|
generate `*.vcxproj` file lists with `dmake` (#4652)
|
2023-01-21 11:55:36 +01:00 |
cli.vcxproj.filters
|
generate `*.vcxproj` file lists with `dmake` (#4652)
|
2023-01-21 11:55:36 +01:00 |
cmdlineparser.cpp
|
fixed `platforms` lookup / set proper platform type for `unix32-unsigned` and `unix64-unsigned` / copy `platforms` in CMake (#4464)
|
2023-01-26 22:05:40 +01:00 |
cmdlineparser.h
|
cli: if cppcheck premium edition is executed then allow a special option --premium=<option> also
|
2022-08-24 08:48:12 +02:00 |
cppcheckexecutor.cpp
|
Enable useStlAlgorithm in selfcheck (#4725)
|
2023-01-17 20:48:26 +01:00 |
cppcheckexecutor.h
|
mitigated and enabled more clang-tidy warnings (#4470)
|
2022-09-16 18:58:59 +02:00 |
cppcheckexecutorseh.cpp
|
some `--exception-handling` related improvements (#4368)
|
2022-08-20 20:54:31 +02:00 |
cppcheckexecutorseh.h
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
cppcheckexecutorsig.cpp
|
use `cbegin()` and `cend()` with `const_ierator` loops (#4658)
|
2022-12-20 20:32:16 +01:00 |
cppcheckexecutorsig.h
|
cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359)
|
2022-08-16 22:03:44 +02:00 |
executor.cpp
|
some `TestSuppressions` improvements and cleanups (#4271)
|
2022-07-12 17:36:36 +02:00 |
executor.h
|
some `TestSuppressions` improvements and cleanups (#4271)
|
2022-07-12 17:36:36 +02:00 |
filelister.cpp
|
optimized deserializing of `ErrorMessage` and related main process code (#4610)
|
2022-12-09 19:34:51 +01:00 |
filelister.h
|
Format with uncrustify (#3388)
|
2021-08-07 20:51:18 +02:00 |
main.cpp
|
added missing version bumps to 2.10 (#4420)
|
2022-09-09 21:02:04 +02:00 |
processexecutor.cpp
|
replaced some `std::ostringstream` usage with `std::to_string()` (#4719)
|
2023-01-16 22:05:33 +01:00 |
processexecutor.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +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
|
use `const_iterator` where possible (#4662)
|
2022-12-30 15:13:47 +01:00 |
threadexecutor.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
version.rc
|
added .gitattributes and normalized files (#4668)
|
2022-12-30 21:33:45 +01:00 |