From: Peter O. <obe...@us...> - 2014-05-23 08:47:12
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11213 Modified Files: CHANGES Log Message: CHANGES: update Index: CHANGES =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/CHANGES,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** CHANGES 10 Oct 2012 08:07:54 -0000 1.27 --- CHANGES 23 May 2014 08:47:10 -0000 1.28 *************** *** 1,2 **** --- 1,62 ---- + Version 1.11 + ============ + + genhtml: + - Added current time to date information in HTML output. Based on patch by + syl...@de... + - Improved --demanglecpp performance. Based on suggestion by ol...@su... + - Improved memory usage when combining files. Based on patch by ol...@su... + - Changed initial function table sorting order to execution counts. Based on + suggestion by pau...@ho... + - Fixed incorrect function execution counts when using --demanglecpp on + functions that demange to the same name + - Fixed handling of prefix with trailing /. Reported by ahm...@me... + - Fixed "use of uninitialized value" warning when processing incorrect + test description files. Reported by lba...@gm... + - Fixed reordering of unnamed branch blocks during coverage data merging. + Contributed by jh...@cm... + + geninfo: + - Added exclusion markers for branch coverage. Contributed by s_s...@gm... + - Added toleration support for .gcno files with trailing garbage. Reported by + chr...@st... + - Fixed parsing of gcc 4.7 gcov format. Reported by fa...@gm... + - Fixed geninfo aborting on empty data directories. Based on suggestion by + ric...@ya... + - Fixed "no data found" warning when using lcov with gcc 4.7 + - Fixed --no-external not working with --initial. Reported by + mal...@gm... + - Fixed handling of non-english locales. Reported by s_s...@gm... + - Fixed gcov tool version detection for gcov versions containing additional + versions in parenthesis. + + lcov: + - Added compatibility support with LLVM's gcov (NOT llvm-cov). Contributed by + jo...@pe... + - Improved memory usage when combining files. Contributed by ol...@su... + - Fixed lcov aborting when using --diff on a patch file that changes the list + of functions. Reported by Nas...@us... + - Fixed whitespace handling in --rc options + - Fixed --config-file not being passed to geninfo. Reported by + liu...@gm... + - Fixed missing description for command line parameter value in man page. + Reported by syl...@mo... + - Fixed reordering of unnamed branch blocks during coverage data merging. + Contributed by jh...@cm... + + lcov.spec: + - Fixed Perl dependency statement + + lcovrc: + - Added config file setting 'genhtml_desc_html' to allow using HTML markup in + test case description text + + CONTRIBUTING: + - Added contribution guidelines + + README: + - Improved note on lcov usage + + Version 1.10 ============ *************** *** 150,154 **** - Fixed filename prefix detection - Fixed problem with matching filename ! - Fixed problem when LANG is set to non-english locale. Reported by ben...@ya.... - Fixed short-name option ambiguities --- 210,214 ---- - Fixed filename prefix detection - Fixed problem with matching filename ! - Fixed problem when LANG is set to non-English locale. Reported by ben...@ya.... - Fixed short-name option ambiguities |