Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27070
Modified Files:
ChangeLog configure.in
Log Message:
Updates for 0.5.0-ALPHA1.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ChangeLog 21 Dec 2006 18:38:36 -0000 1.21
--- ChangeLog 23 May 2007 15:36:42 -0000 1.22
***************
*** 1,2 ****
--- 1,17 ----
+ 0.5.0-ALPHA1
+ * Testsuite added.
+ * Many fixes in benchpplinux and nbench support interfaces.
+ * Build method improved, code has been reorganised and
+ API made more clear.
+ * New native Perl API binding to libcompbenchmarks.
+ * linpackc support revisited (new package is used).
+ * Time-out used on download operations.
+ * Measure compilation and execution times with a precision of
+ about millisecond.
+ * Many changes in compbenchmarks-core command-line options.
+ * Configuration is now XML based, and much more flexible.
+ * XML knowledge base for compilers and options added.
+ * Updated documentation.
+
0.4.0
* benchpplinux support improved (25 more benchmarks).
Index: configure.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** configure.in 18 Apr 2007 16:49:19 -0000 1.29
--- configure.in 23 May 2007 15:36:42 -0000 1.30
***************
*** 15,19 ****
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0)
AM_CONFIG_HEADER(libcompbenchmarks/config.h)
--- 15,19 ----
AC_CANONICAL_TARGET
! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0-ALPHA1)
AM_CONFIG_HEADER(libcompbenchmarks/config.h)
***************
*** 231,235 ****
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS(string time.h stat.h types.h dirent.h getopt.h dlfcn.h ctype.h)
# Checks for typedefs, structures, and compiler characteristics.
--- 231,235 ----
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS(string time.h stat.h types.h dirent.h getopt.h dlfcn.h ctype.h pthread.h)
# Checks for typedefs, structures, and compiler characteristics.
***************
*** 313,317 ****
CBM-PI/t/Makefile
CBM-PI/Makefile
- tools/Makefile
Makefile)
--- 313,316 ----
|