./wip/gnocchi, Complexity analyser for C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.35nb1, Package name: gnocchi-0.35nb1, Maintainer: MarkoSchuetz

Gnocchi calculates complexity on a per function basis. Instead of trying to
parse C++ code Gnocchi reads the coverage information produced by GCC. If code
is compiled with -fprofile-arcs or -ftest-coverage (depending on compiler
version) GCC creates a .gcno file for every object file. Please refer to you GCC
manual for details.

Gnocchi calculates cyclomatic and the NPATH complexity measures.


Required to run:
[devel/boost-libs]

Required to build:
[devel/boost-headers] [pkgtools/cwrappers]

Master sites:

RMD160: bafdc9d70ddb96d993ad46cbe86ed11676c78e0f
Filesize: 327.887 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-02 15:37:54 by Adam Ciarcinski | Files touched by this commit (35)
Log message:
Revbump after updating boost

   2009-03-26 20:37:26 by Kamel Derouiche | Files touched by this commit (1)
Log message:
added DESTDIR Support

   2009-02-18 20:49:39 by Marko Schütz | Files touched by this commit (7) | Imported package
Log message:
Import gnocchi-0.35 as wip/gnocchi.

Gnocchi calculates complexity on a per function basis. Instead of
trying to parse C++ code Gnocchi reads the coverage information
produced by GCC. If code is compiled with -fprofile-arcs or
-ftest-coverage (depending on compiler version) GCC creates a .gcno
file for every object file. Please refer to you GCC manual for
details.
 
Gnocchi calculates cyclomatic and the NPATH complexity measures.