cppcheclipse
cppcheclipse copied to clipboard
Eclipse plugin integrating cppcheck with Eclipse CDT
I cannot install cppcheclipse because I obtain this message: "No repository found at https://dl.bintray.com/cppcheclipse/p2/updates." How can I solve this problem? Thanks.
Hello. In Eclipse, I filled up the Advanced Settings tab with: ```--inline-suppr --enable=all -j5 --project=D:\Dev\compil\EB\compile_commands.json --language=c++``` but it does not seem to run this configuration. In particular, I would like...
Hello, Was hoping to test out cppcheck on eclipse but I cannot install successfully. I was following the steps from here: https://github.com/kwin/cppcheclipse/wiki/Installation and when I try the manual installation I...
Getting the following error when attempting to run CppCheck on a file through the plugin: On Windows, cppcheck Binary path is configured to "C:\Program Files\Cppcheck\cppcheck.exe" by using the "Browse" button....
Currently all cppcheclipse settings (except binaryPath) are in 'disabled' state by default. So when user creates every new Workspace, he gets clean configuration in *Window->Preferences->C++->cppcheclipse->Settings panel*. There's no way to...
Hello, It would be nice to have a checkbox to enable the --addon=misra --addon=cert to cppcheclipse. Otherwise, you could indicate where the users can add this command line parameter to...
``` eclipse.buildId=4.13.0.I20190916-1045 java.version=1.8.0_171 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=nl_NL Framework arguments: -product org.eclipse.epp.package.cpp.product -keyring /Users/arjanvanvught/.eclipse_keyring Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.cpp.product -keyring /Users/arjanvanvught/.eclipse_keyring com.googlecode.cppcheclipse.core...
"Number of threads to use" settings are bieng disabled as soon as "Check for all known issues (all)" checkbox is marked. Affected version 1.1.1, 6e59275
Working on a cross platform project, it would be nice to set "Advanced Command Line Arguments" at the top level (Window|Preferences) to match the local installed environment. For example: -D'__x86_64__=1'...
"Follow system-defined includes (taken from CDT settings)" and "Follow user-defined includes (taken from CDT settings)" have no effect when plugin used within Eclipse 2019.09 Affected version 1.1.1, 6e59275