cppcheck-gui binary package in Ubuntu Jammy amd64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-02-11 08:38:52 UTC Published Ubuntu Jammy amd64 release universe devel Optional 2.7-1
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy amd64 proposed universe devel Optional 2.7-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2022-02-11 08:38:59 UTC Superseded Ubuntu Jammy amd64 release universe devel Optional 2.6-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cppcheck 2.7-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  2022-02-12 12:10:08 UTC Deleted Ubuntu Jammy amd64 proposed universe devel Optional 2.6-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-12-11 02:04:00 UTC Superseded Ubuntu Jammy amd64 release universe devel Optional 2.6-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cppcheck 2.6-2 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  2021-12-12 06:10:09 UTC Deleted Ubuntu Jammy amd64 proposed universe devel Optional 2.6-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-12-06 23:31:49 UTC Superseded Ubuntu Jammy amd64 release universe devel Optional 2.3-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of cppcheck 2.6-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed amd64 in Primary Archive for Ubuntu