Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11247
Modified Files:
compbenchmarks-core.pod configure.in Doxyfile
Log Message:
bump to 0.4.1.
Index: Doxyfile
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Doxyfile 14 Dec 2006 22:04:53 -0000 1.7
--- Doxyfile 27 Dec 2006 18:21:14 -0000 1.8
***************
*** 5,9 ****
#---------------------------------------------------------------------------
PROJECT_NAME = CompBenchmarks
! PROJECT_NUMBER = 0.4.0
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
--- 5,9 ----
#---------------------------------------------------------------------------
PROJECT_NAME = CompBenchmarks
! PROJECT_NUMBER = 0.4.1
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
***************
*** 45,50 ****
#---------------------------------------------------------------------------
EXTRACT_ALL = NO
! EXTRACT_PRIVATE = YES
! EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = YES
--- 45,50 ----
#---------------------------------------------------------------------------
EXTRACT_ALL = NO
! EXTRACT_PRIVATE = NO
! EXTRACT_STATIC = NO
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = YES
***************
*** 207,211 ****
# configuration options related to the XML output
#---------------------------------------------------------------------------
! GENERATE_XML = NO
XML_OUTPUT = xml
XML_SCHEMA =
--- 207,211 ----
# configuration options related to the XML output
#---------------------------------------------------------------------------
! GENERATE_XML = YES
XML_OUTPUT = xml
XML_SCHEMA =
***************
*** 246,250 ****
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
! CLASS_DIAGRAMS = YES
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
--- 246,250 ----
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
! CLASS_DIAGRAMS = NO
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
Index: compbenchmarks-core.pod
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compbenchmarks-core.pod 14 Dec 2006 22:04:53 -0000 1.3
--- compbenchmarks-core.pod 27 Dec 2006 18:21:14 -0000 1.4
***************
*** 1,5 ****
=head1 NAME
! compbenchmarks 0.4.0 - Compilers' benchmarking environment
=head1 SYNOPSIS
--- 1,5 ----
=head1 NAME
! compbenchmarks 0.4.1 - Compilers' benchmarking environment
=head1 SYNOPSIS
Index: configure.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure.in 14 Dec 2006 22:04:29 -0000 1.15
--- configure.in 27 Dec 2006 18:21:14 -0000 1.16
***************
*** 7,11 ****
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.4.0)
AM_CONFIG_HEADER(config.h)
--- 7,11 ----
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.4.1)
AM_CONFIG_HEADER(config.h)
|