I would like to start preparations for the Cppcheck-2.20 release.
The handling of Polyspace suppressions is needed in a customer trial.
I suggest that we focus more on fixing bugs and testing in the coming weeks. Avoid adding complex features.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
but command line cppcheck.exe --project="D:\notepad4\notepad4\build\VisualStudio\Notepad4.sln" --project-configuration="Release|x64" finished without crash and shows some [ctuOneDefinitionRuleViolation] warnings at end.
It seems command line cppcheck.exe not support Cppcheck own project file?
cppcheck.exe --project="D:\notepad4\notepad4\Notepad4.cppcheck"
cppcheck: error: no C or C++ source files found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to start preparations for the Cppcheck-2.20 release.
The handling of Polyspace suppressions is needed in a customer trial.
I suggest that we focus more on fixing bugs and testing in the coming weeks. Avoid adding complex features.
daca seems to be down again, it would be nice to be able to check for crashes.
cppcheckgui.exe crashed (without messages, where can I find crash logs?) when open and check https://github.com/zufuliu/notepad4/blob/main/Notepad4.cppcheck
but command line
cppcheck.exe --project="D:\notepad4\notepad4\build\VisualStudio\Notepad4.sln" --project-configuration="Release|x64"finished without crash and shows some[ctuOneDefinitionRuleViolation]warnings at end.It seems command line
cppcheck.exenot support Cppcheck own project file?