B. Watson 4066051cb5 development/cppcheck: Fix icon size (65x65 => 64x64). 2 jaren geleden
..
README 120e7e78fe development/cppcheck: Fix README. 4 jaren geleden
cppcheck.SlackBuild 4066051cb5 development/cppcheck: Fix icon size (65x65 => 64x64). 2 jaren geleden
cppcheck.info 7434c4ecfd development/cppcheck: Updated for version 2.6 3 jaren geleden
doinst.sh 830a31bbbb development/cppcheck: Add doinst, fix translations. 2 jaren geleden
fix-default-settings.diff 830a31bbbb development/cppcheck: Add doinst, fix translations. 2 jaren geleden
install-translations-in-filesdir-lang.diff 830a31bbbb development/cppcheck: Add doinst, fix translations. 2 jaren geleden
slack-desc e317cde1f4 development/cppcheck: Updated for version 1.72. 8 jaren geleden

README

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