cppcheck/cli
Oliver Stöneberg a0b1285f4a
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
..
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
cppcheckexecutor.cpp Enable useStlAlgorithm in selfcheck (#4725) 2023-01-17 20:48:26 +01:00
cppcheckexecutor.h
cppcheckexecutorseh.cpp
cppcheckexecutorseh.h
cppcheckexecutorsig.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
cppcheckexecutorsig.h
executor.cpp
executor.h
filelister.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
filelister.h
main.cpp
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
stacktrace.h
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