Subject: CVS commit: wip/gnocchi
From: Marko Schütz
Date: 2009-02-18 20:49:39
Message id: E1LZsQc-0001T2-Ku@ddv4jf1.ch3.sourceforge.com

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.


Files:
RevisionActionfile
1.1importwip/gnocchi/distinfo
1.1importwip/gnocchi/Makefile
1.1importwip/gnocchi/PLIST
1.1importwip/gnocchi/DESCR
1.1importwip/gnocchi/patches/patch-ac
1.1importwip/gnocchi/patches/patch-aa
1.1importwip/gnocchi/patches/patch-ab