cppcheck 1.80-1 source package in Ubuntu

Changelog

cppcheck (1.80-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.0.1 (no changes needed).

 -- Joachim Reichel <email address hidden>  Thu, 17 Aug 2017 13:11:58 +0200

Upload details

Uploaded by:
Joachim Reichel
Uploaded to:
Sid
Original maintainer:
Joachim Reichel
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cppcheck_1.80-1.dsc 1.9 KiB a2caf7acf4df899379f310aeb204b8e1d18ee9e6d16d36bdcfab6a4b7c54c9b4
cppcheck_1.80.orig.tar.gz 1.5 MiB 8799ff6321bba02d7cab91ae3684e9024631e2f8c60c4067899c13d3233bf391
cppcheck_1.80-1.debian.tar.xz 358.8 KiB a5682dac574cf127313b4800ef3f0b7ae625468ca8f3f427dcf54e2faab9a9cf

Available diffs

No changes file available.

Binary packages built by this source

cppcheck: tool for static C/C++ code analysis (CLI)

 Cppcheck is a command-line tool that tries to detect bugs that your
 C/C++ compiler doesn't see. It is versatile, and can check non-standard
 code including various compiler extensions, inline assembly code, etc.
 Its internal preprocessor can handle includes, macros, and several
 preprocessor commands. While Cppcheck is highly configurable,
 you can start using it just by giving it a path to the source code.
 .
 It includes checks for:
  * pointers to out-of-scope auto variables;
  * assignment of auto variables to an effective parameter of a function;
  * out-of-bounds errors in arrays and STL;
  * missing class constructors;
  * variables not initialized by a constructor;
  * use of memset, memcpy, etcetera on a class;
  * non-virtual destructors for base classes;
  * operator= not returning a constant reference to itself;
  * use of deprecated functions (mktemp, gets, scanf);
  * exceptions thrown in destructors;
  * memory leaks in class or function variables;
  * C-style pointer cast in C++ code;
  * redundant if;
  * misuse of the strtol or sprintf functions;
  * unsigned division or division by zero;
  * unused functions and struct members;
  * passing parameters by value;
  * misuse of signed char variables;
  * unusual pointer arithmetic (such as "abc" + 'd');
  * dereferenced null pointers;
  * incomplete statements;
  * misuse of iterators when iterating through a container;
  * dereferencing of erased iterators;
  * use of invalidated vector iterators/pointers;
  .
  This package contains the command-line interface for cppcheck.

cppcheck-dbgsym: No summary available for cppcheck-dbgsym in ubuntu artful.

No description available for cppcheck-dbgsym in ubuntu artful.

cppcheck-gui: No summary available for cppcheck-gui in ubuntu artful.

No description available for cppcheck-gui in ubuntu artful.

cppcheck-gui-dbgsym: debug symbols for cppcheck-gui