Skip to content

Eclipse plugin integrating cppcheck with Eclipse CDT

License

Notifications You must be signed in to change notification settings

garbbraf/cppcheclipse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI

cppcheclipse is an Eclipse plugin which integrates cppcheck with the CDT project. You can run/configure cppcheck from the Eclipse UI.

To build the project on the command line it requires maven, Run the following commands:

cd com.googlecode.cppcheclipse.parent
mvn clean verify

It will not increment the version number nor deploy/publish/release the artifact. You can find the built p2 repository now in ../com.googlecode.cppcheclipse.repository/target in zip format.

NOTES:

  • Under Windows the mvn clean verify will fail because the unit test paths in unix format. As workaround skip the tests mvn clean package should build successfully, but it will not create.
  • Maven build will fail if Java 9 is used, while it will work under Java 8.

Further information on how to use and install cppcheclipse can be found in the wiki.

About

Eclipse plugin integrating cppcheck with Eclipse CDT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%