[Compbench-devel] CompBenchmarks++ ChangeLog, 1.2, 1.3 configure, 1.6, 1.7 configure.in, 1.6, 1.7 R
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-24 16:27:48
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20785 Modified Files: ChangeLog configure configure.in README Log Message: Updated for 0.3.0. Index: README =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 20 Sep 2006 16:47:47 -0000 1.5 --- README 24 Sep 2006 16:27:42 -0000 1.6 *************** *** 1,8 **** $Id$ ! CompBenchmarks' suite 0.3.0-BETA1 ! ! This package integrate some of the well-known benchmarks and applications, providing a simple interface to download, compile and evaluate generated binaries more conveniently, according to customizable parameters. --- 1,7 ---- $Id$ ! CompBenchmarks' suite 0.3.0 ! This package integrates some of the well-known benchmarks and applications, providing a simple interface to download, compile and evaluate generated binaries more conveniently, according to customizable parameters. *************** *** 14,18 **** * wget, dialog, and few UNIX commands (tar, gzip, unzip, zcat, grep, head, mkdir, patch, rm, tail and cat) ! * Internet connection (to download packages) For now, CompilerBenchmarks' suite just supports tcc and gcc compilers on Linux and has only been tested on i686 and compatible systems. Any help improving that is welcome. --- 13,17 ---- * wget, dialog, and few UNIX commands (tar, gzip, unzip, zcat, grep, head, mkdir, patch, rm, tail and cat) ! * Internet connection (needed only to download packages) For now, CompilerBenchmarks' suite just supports tcc and gcc compilers on Linux and has only been tested on i686 and compatible systems. Any help improving that is welcome. *************** *** 46,49 **** --- 45,51 ---- * Run ./compbenchmarks-config + * If you don't have an internet connection, look at the --fetch of + compbenchmarks. It'll import a local archive as a known benchmark package. + * Contact informations and ways to submit results described at Index: ChangeLog =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 14 Sep 2006 19:43:23 -0000 1.2 --- ChangeLog 24 Sep 2006 16:27:41 -0000 1.3 *************** *** 1,3 **** ! 0.3.0 Complete rewrite of the core in C++. A new GUI has been developped in Perl with dialog. --- 1,9 ---- ! 0.3.0-BETA2 ! Few bug fixes. ! Internet connection is no longer needed (local ! packages can be used as input). ! Man page for compbenchmarks-config. ! ! 0.3.0-BETA1 Complete rewrite of the core in C++. A new GUI has been developped in Perl with dialog. *************** *** 20,22 **** 0.1.0-BETA ! First public version --- 26,28 ---- 0.1.0-BETA ! First public version \ No newline at end of file Index: configure =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure 20 Sep 2006 12:10:47 -0000 1.6 --- configure 24 Sep 2006 16:27:41 -0000 1.7 *************** *** 2233,2237 **** PACKAGE=compbenchmarks ! VERSION=0.3.0-BETA1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then --- 2233,2237 ---- PACKAGE=compbenchmarks ! VERSION=0.3.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure.in 20 Sep 2006 12:10:47 -0000 1.6 --- configure.in 24 Sep 2006 16:27:42 -0000 1.7 *************** *** 7,11 **** AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.0-BETA1) AM_CONFIG_HEADER(config.h) --- 7,11 ---- AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.0) AM_CONFIG_HEADER(config.h) |