-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathNEWS
44 lines (30 loc) · 1016 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=============
cmetrics 0.2
=============
* New release with new command line interface
Changes since version 0.11
* New command line interface, easier to use
* Recursive scanning of C files
* Reports available now at file and function levels
==============
cmetrics 0.11
==============
* New release fixing some bugs.
Changes since version 0.1:
* Fixed Lex library command line option
* McCabe now counts conditional expressions with ?
* Halstead now accept empty files as input
* McCabe reports the number of SLOC per function, as well as
cyclomatic complexity.
Thanks:
* Fabien Bousquet for the contributions to the Halstead tool
* Marko Schütz for the contributions to the McCabe tool
=============
cmetrics 0.1
=============
* Initial release
Thanks:
* Carlos Garcia Campos for his help with all the autotools stuff, and for the
changes in the code to get rid of the warning messages.
* Brian Renaud and Rick Cobb for the original code that is the base of this
package