cppcheck 1.90-2 source package in Ubuntu

Changelog

cppcheck (1.90-2) unstable; urgency=medium

  * Use build system based on cmake which supports generation of *.qm files
    required for translations (Closes: #948885).
  * Recreate all patches as necessary. This should also fix usage of addons.
  * Enable QCharts support (Closes: #948888).

 -- Joachim Reichel <email address hidden>  Thu, 16 Jan 2020 22:12:42 +0100

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.90-2.dsc 2.0 KiB 41d25a9ffbf0495f5f3220d59b4effd2b2e7ecb15d19f1e87f92a6339e0d7499
cppcheck_1.90.orig.tar.gz 2.4 MiB 59a94e2e9f10097b7246b26541fb63d41846a14cfa92ca0c4259c151998691ee
cppcheck_1.90-2.debian.tar.xz 10.9 KiB 6ecd3999b5de240f9a7eacb951e95b02eeda91551d70b67733ac28a0b79f311e

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: debug symbols for cppcheck
cppcheck-gui: tool for static C/C++ code analysis (GUI)

 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 graphical user interface for cppcheck.

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