Projects / cppcheck / Releases

RSS All releases of cppcheck

  •  26 Dec 2010 09:40
Avatar

    Release Notes: A segmentation fault was fixed.

    •  10 Apr 2010 18:22
    Avatar

      Release Notes: This release fixes a crash with the --errorlist option.

      •  11 Nov 2009 13:18
      Avatar

        Release Notes: cppchek's understanding of C++ code was improved in many ways. This makes cppcheck find more errors and report fewer false positives. For example, the calculation of string lenghts, used to determine if a call to a printf-like function will or may overflow the buffer, was improved in the case of escaped characters in the string. MathLib is now used to recognize variations of 0, such as 0L.

        •  27 Sep 2009 19:11
        Avatar

        Release Notes: This is a quick release to fix a few bad bugs.

        •  01 Aug 2009 00:34
        Avatar

          Release Notes: This release improves the memory leaks checking so that it detects more bugs. It improves the preprocessor (extracting ifdef configurations). It improves the tokenizer. It will find uninitialized member variables. A few error messages have been rewritten to make them easier to understand. False positives have been fixed. A problem with XML output has been fixed (the " and & were not encoded properly). A memory leak has been fixed. The GUI has been fixed and improved.

          •  13 Mar 2009 22:11
          Avatar

          Release Notes: This release fixes a segmentation fault and compile error. It will suppress errors about memory leaks for classes that are automatically deallocated (through "--auto-dealloc"). It adds an option for controlling the exit value (through "--error-exitcode"). It adds the command line option "--version". It has better handling of __asm code blocks. It fixes false positives about unused private functions, false positives about memory leaks, and incorrect line numbers in error messages.

          •  03 Feb 2009 14:35
          Avatar

          Release Notes: Extra include directories can be specified with -I. XML output can be obtained through the --xml-results option. The program returns 0 only if no errors found (else EXIT_FAILURE). The .C and .c++ suffixes are now allowed. New checks were added against using overlapping data in input and output with sprintf, usage of a freed pointer, freeing a pointer that has already been freed, and dangerous use of mktemp. Some checks were removed since many compilers handle them well: unused variables, unreachable code, and assignments in conditional expressions. Preprocessor macros are handled.

          •  31 Jan 2009 19:05
          Avatar

          Release Notes: A new C++ check was added that detects when a base class has a non-virtual destructor. The command line options have changed. --recursive was removed. --errorsonly was renamed to --quiet. --force was added. Improvements were made in the core functionality that makes the checks more accurate. Many small updates were made in the memory leak checking.

          Screenshot

          Project Spotlight

          Wnotes

          Text note windows for X desktops.

          Screenshot

          Project Spotlight

          KTorrent

          A full-featured BitTorrent client.