Cppcheck

Version: 
2.13
Release date: 
Thursday, 26 June, 2014

Categories:

License:

Interface:

Authors/Port authors:

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).

This software is distributed as compressed package. You have to download and manually install it; if prerequisites are required, you will have to manually install them too.

Manual installation

Available both as ZIP and WarpIN package:

  • download the 7 ZIP package to temporary directory and unpack it to destination folder;
  • the WarpIN package is self-installing.

See below for download link(s).

You can install the prerequisites with rpm running the following string in a command line:

yum install libc libcx libgcc1 libssp libstdc++6 libstdc++ libsupc++6 libsupc++ libgcc-fwd libqt4 libqt4-gui libqt4-webkit libqt4-sql-mysql libqt4-sql-psql pcre

Following ones are the download links for manual installation:

Cppcheck v. 2.13 (19/10/2023, Elbert Pol (TeLLie))
 hobbes.nmsu.edu/download/pub/os2/dev/tools/formatters/Cppcheck_2-13.zip
Cppcheck v. 1.68 (17/1/2015, Elbert Pol (TeLLie)) Readme/What's new
General changes: New checks: - Multifile checking for buffer overruns and uninitialized variables Improvements: - Libraries are now able to contain platform specific types - Improved handling of function overloads - Improved handling of integer literal suffixes - Improved stability of template parsing - Improved accuracy of ValueFlow analysis - Improved checking of pointer overflow - Support noexcept(false) - Support attribute((noreturn)) - A bunch of additions to several Libraries, especially posix.cfg and qt.cfg Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.
 ftp.netlabs.org/pub/qtapps/cppcheck-1.68-os2.7z
Cppcheck v. 1.66 (4/7/2014, dbanet)
 hobbes.nmsu.edu/download/pub/os2/dev/tools/formatters/Cppcheck_1-66.wpi
Record updated last time on: 20/10/2023 - 21:37

Translate to...

Comments

New Link: https://hobbes.nmsu.edu/download/pub/os2/dev/tools/formatters/Cppcheck_1-66.wpi

Add new comment