info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Release of version 1.3 of complexity


From: Bruce Korb
Subject: Release of version 1.3 of complexity
Date: Fri, 16 Oct 2015 09:11:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


GNU complexity computes a complexity measure of C source code.
For the most part, it is very similar to pmccabe results.
The difference is that code length adds linearly to the
score and logic nesting adds geometrically to the score.
Short functions tend to score lower than pmccabe and highly
nested functionality can score considerably higher.
The weighting for length and nesting levels can be adjusted.

Complexity also understands C syntax a little better,
but still overweights complex initializer expressions.

New in 1.3 - October 2015
* src/complexity.c: explicitly include headers that are needed but
  usually included by config.h.
  (die): It is claimed that va_start() may expand to unbalanced
  opening braces, so add va_end().  This is not true, but added
  va_end() for balance anyway.
* doc/Makefile.am: add "mk.sh" to EXTRA_DIST
* incorporate a spelling fix from autogen

complexity home:  http://www.gnu.org/software/complexity/
primary ftp:     ftp://ftp.gnu.org/gnu/complexity/
.tar.gz:         ftp://ftp.gnu.org/gnu/complexity/complexity-1.3.tar.gz
bug reports:     bkorb at the usual GNU domain
bug archive:     http://lists.gnu.org/mailman/listinfo/bug-gnu-utils/
maintainer:      Bruce Korb - bkorb at the usual GNU domain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]