Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19893
Modified Files:
ChangeLog configure.in Doxyfile
Log Message:
0.3.2 Update.
Index: Doxyfile
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Doxyfile 1 Oct 2006 19:57:25 -0000 1.4
--- Doxyfile 10 Oct 2006 17:31:30 -0000 1.5
***************
*** 5,9 ****
#---------------------------------------------------------------------------
PROJECT_NAME = CompBenchmarks
! PROJECT_NUMBER = 0.3.1
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
--- 5,9 ----
#---------------------------------------------------------------------------
PROJECT_NAME = CompBenchmarks
! PROJECT_NUMBER = 0.3.2
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
Index: ChangeLog
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ChangeLog 4 Oct 2006 16:15:18 -0000 1.11
--- ChangeLog 10 Oct 2006 17:31:30 -0000 1.12
***************
*** 1,2 ****
--- 1,7 ----
+ 0.3.2
+ * Fixes in linpackc and benchpp-stepanov benchmarks definition.
+ * More arguments recognized by compbenchmarks; checking package's
+ embedded testsuite is now optional. Force option added.
+
0.3.1
* Stepanov benchmark (from Bench++) supported; measures
Index: configure.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** configure.in 1 Oct 2006 19:57:25 -0000 1.10
--- configure.in 10 Oct 2006 17:31:30 -0000 1.11
***************
*** 7,11 ****
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.1)
AM_CONFIG_HEADER(config.h)
--- 7,11 ----
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.2)
AM_CONFIG_HEADER(config.h)
|