This script is for Slackware 13.1 only and may be outdated.

SlackBuilds Repository

13.1 > Development > cppcheck (1.46)

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

Maintained by: Sean Donner
Keywords: debugger,programming,static,analysis,debugging,C,C++
ChangeLog: cppcheck

Homepage:
http://cppcheck.wiki.sourceforge.net

Source Downloads:
cppcheck-1.46.tar.gz (61be721298d975f589e2b82bc038141c)

Download SlackBuild:
cppcheck.tar.gz
cppcheck.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
cppcheck.SlackBuild
cppcheck.info
slack-desc

Validated for Slackware 13.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds