Update of /cvsroot/ltp/utils/analysis/lcov
In directory sc8-pr-cvs1:/tmp/cvs-serv2456
Modified Files:
CHANGES
Log Message:
Added changes by Laurent Deniel:
- a small patch to lcov 1.1 that introduces the --follow option (in lcov &
geninfo) to control whether or not links should be followed while searching
for .da files.
- a workaround for a gcov (3.2) bug which aborts with empty .da files (gcov
3.3 is fixed but many distributions include gcc 3.2)
Index: CHANGES
===================================================================
RCS file: /cvsroot/ltp/utils/analysis/lcov/CHANGES,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CHANGES 10 Oct 2003 14:18:32 -0000 1.4
+++ CHANGES 19 Dec 2003 12:50:23 -0000 1.5
@@ -24,6 +24,9 @@
- Implemented new command line option '--nochecksum' to suppress generation
of checksums
- Added function to collect branch coverage data
+- Added function to specify whether links should be followed when capturing
+ coverage data
+- Added a workaround for a gcov problem with empty .da files
lcov:
- Fixed bug which would not correctly associate data sets with an empty
@@ -37,6 +40,8 @@
- Implemented new command line option '--diff' which allows converting
coverage data from an older source code version by using a diff file
to map line numbers
+- Added function to specify whether links should be followed when capturing
+ coverage data
genpng:
- Added support for the highlighting option of genhtml
|