|
From: Peter O. <obe...@us...> - 2014-05-23 08:56:19
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11813/bin Modified Files: gendesc genhtml geninfo genpng lcov Log Message: lcov: finalizing release 1.11 Index: genpng =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genpng,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** genpng 10 Oct 2012 08:36:16 -0000 1.20 --- genpng 23 May 2014 08:56:17 -0000 1.21 *************** *** 36,40 **** # Constants ! our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision$)'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); --- 36,40 ---- # Constants ! our $lcov_version = 'LCOV version 1.11'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); Index: genhtml =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genhtml,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** genhtml 20 May 2014 14:12:55 -0000 1.80 --- genhtml 23 May 2014 08:56:17 -0000 1.81 *************** *** 74,78 **** # Global constants our $title = "LCOV - code coverage report"; ! our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision$)'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); --- 74,78 ---- # Global constants our $title = "LCOV - code coverage report"; ! our $lcov_version = 'LCOV version 1.11'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** lcov 20 May 2014 14:12:55 -0000 1.99 --- lcov 23 May 2014 08:56:17 -0000 1.100 *************** *** 72,76 **** # Global constants ! our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision$)'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); --- 72,76 ---- # Global constants ! our $lcov_version = 'LCOV version 1.11'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); Index: gendesc =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/gendesc,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** gendesc 10 Oct 2012 08:36:16 -0000 1.17 --- gendesc 23 May 2014 08:56:17 -0000 1.18 *************** *** 42,46 **** # Constants ! our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision$)'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); --- 42,46 ---- # Constants ! our $lcov_version = 'LCOV version 1.11'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $tool_name = basename($0); Index: geninfo =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/geninfo,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** geninfo 20 May 2014 14:12:55 -0000 1.128 --- geninfo 23 May 2014 08:56:17 -0000 1.129 *************** *** 62,66 **** # Constants ! our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision$)'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $gcov_tool = "gcov"; --- 62,66 ---- # Constants ! our $lcov_version = 'LCOV version 1.11'; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $gcov_tool = "gcov"; |