slackbuilds_ponce/development/cppcheck
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
cppcheck.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
cppcheck.SlackBuild development/cppcheck: Updated for version 1.51. 2011-11-02 20:17:35 -02:00
README
slack-desc

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers
and many other analysis tools, it doesn't detect syntax errors.  Cppcheck
only detects the types of bugs that the compilers normally fail to detect.
The goal is to have no false positives.

To supplement Cppcheck, it is recommended that you enable as many
compiler warnings as possible.  For the GCC compiler, take a look
at http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html for a
comprehensive list of warning options that GCC supports.  At a minimum,
it is recommended that you enable -Wall, -Wextra, and -pedantic

If you do not want to install the manual pages, you can run the build
script like this:  MAKEMAN=no ./cppcheck.SlackBuild