Update of /cvsroot/ltp/utils/analysis/lcov
In directory vz-cvs-4.sog:/tmp/cvs-serv17443
Modified Files:
CHANGES
Log Message:
lcov: updated CHANGES file and copyright years
Index: CHANGES
===================================================================
RCS file: /cvsroot/ltp/utils/analysis/lcov/CHANGES,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** CHANGES 5 Aug 2010 16:17:44 -0000 1.24
--- CHANGES 5 Oct 2012 15:53:09 -0000 1.25
***************
*** 1,2 ****
--- 1,71 ----
+ Version 1.10
+ ============
+
+ All:
+ - Disabled branch coverage processing per default to improve processing
+ performance (can be re-enabled using a config file setting)
+ - Added option --rc to override config file settings from the command line
+ - Added option --config-file to override the config file location
+ - Fixed handling of '<' in filenames
+
+ genhtml:
+ - Added option --ignore-errors to continue after errors
+ - Added man page note to further explain branch coverage output
+ - Fixed man page description of default coverage rates
+ - Fixed HTML page title for directory pages
+ - Fixed handling of special characters in file and directory names
+ - Fixed directory prefix calculation
+
+ geninfo:
+ - Added options --external and --no-external to include/exclude external
+ source files such as standard libary headers
+ - Added option --compat to specify compatibility modes
+ - Added missing man page sections for --derive-func-data and --no-markers
+ - Added support for MinGW output on MSYS. From mar...@ss...
+ - Added support for gcc 4.7 .gcno file format. Based on patch by
+ ber...@re...
+ - Added auto-detection of gcc-4.7 function record format. Includes
+ suggestions by ga...@go...
+ - Fixed exclusion markers for --derive-func-data. Reported by be...@gm...
+ - Fixed processing of pre-3.3 gcov files. Reported by geo...@gm...
+ - Fixed handling of '<built-in>.gcov' files
+ - Fixed warning about unhandled .gcov files
+ - Improved --debug output
+ - Removed help text for obsolete parameter --function-coverage
+
+ genpng:
+ - Fixed handling of empty source files. Reported by: syl...@de...
+
+ lcov:
+ - Added options --external and --no-external to include/exclude external source
+ files such as standard libary headers
+ - Added option --summary to show summary coverage information
+ - Added option --compat to specify compatibility modes
+ - Fixed missing Perl version dependency in RPM spec file. Reported by
+ Martin Hopfeld <mar...@ss...>
+ - Fixed geninfo not recognizing Objective-C functions. Based on patch
+ by abr...@we...
+ - Fixed option --no-recursion not being passed to geninfo
+ - Fixed capitalization of the term 'Perl'
+ - Improved coverage rate calculation to only show 0%/100% when no/full coverage
+ is achieved. Based on suggestions by Pau...@lo... and
+ vi...@vi...
+
+ lcovrc:
+ - Added description for geninfo_compat setting
+ - Added config file setting 'genhtml_charset' to specify HTML charset
+ - Added config file setting 'geninfo_external' to include/exclude external
+ source files such as standard libary headers
+ - Added config file setting 'geninfo_gcov_all_blocks' to modify lcov's use
+ of gcov's -a option
+ - Added config file setting 'geninfo_compat' to specify compatibility modes
+ - Added config file setting 'geninfo_adjust_src_path' to enabled source path
+ adjustments. Inspired by patch by amm...@gm...
+ - Added config file setting 'lcov_function_coverage' to enable/disable
+ function coverage processing
+ - Added config file setting 'lcov_branch_coverage' to enable/disable
+ branch coverage processing
+
+
Version 1.9
===========
|