[Compbench-devel] CompBenchmarks++ ChangeLog, 1.14, 1.15 compbenchmarks.1, 1.4, 1.5 compbenchmarks-
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-01 13:05:22
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12213 Modified Files: ChangeLog compbenchmarks.1 compbenchmarks-config compbenchmarks-config.1 compbenchmarks.pod Doxyfile Log Message: 0.3.3 Index: Doxyfile =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Doxyfile 10 Oct 2006 17:31:30 -0000 1.5 --- Doxyfile 1 Nov 2006 13:05:19 -0000 1.6 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.3.2 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.3.3 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO Index: compbenchmarks.pod =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** compbenchmarks.pod 10 Oct 2006 17:28:39 -0000 1.4 --- compbenchmarks.pod 1 Nov 2006 13:05:19 -0000 1.5 *************** *** 1,5 **** =head1 NAME ! compbenchmarks 0.3.2 - Compilers' benchmarking environment =head1 SYNOPSIS --- 1,5 ---- =head1 NAME ! compbenchmarks 0.3.3 - Compilers' benchmarking environment =head1 SYNOPSIS Index: compbenchmarks-config =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** compbenchmarks-config 10 Oct 2006 17:34:47 -0000 1.25 --- compbenchmarks-config 1 Nov 2006 13:05:19 -0000 1.26 *************** *** 564,568 **** $w=60; } ! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.2' --gauge '$title' $h $w $percent"; system("$cmd"); --- 564,568 ---- $w=60; } ! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.3' --gauge '$title' $h $w $percent"; system("$cmd"); *************** *** 575,579 **** $args=~s/\n/\\n/g; ! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.2' $args --stdout > $DIALOG_TMPFILE"; system("$cmd"); --- 575,579 ---- $args=~s/\n/\\n/g; ! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.3' $args --stdout > $DIALOG_TMPFILE"; system("$cmd"); *************** *** 876,879 **** --- 876,880 ---- $SIG{INT} = \&sigint_compbenchmark; my $r = `$cmd`; + `./slowdown.sh`; $SIG{INT} = 'DEFAULT'; my $end = time(); *************** *** 1122,1126 **** =head1 NAME ! compbenchmarks-config 0.3.2 - compilers' benchmarking environment =head1 SYNOPSIS --- 1123,1127 ---- =head1 NAME ! compbenchmarks-config 0.3.3 - compilers' benchmarking environment =head1 SYNOPSIS Index: ChangeLog =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 12 Oct 2006 16:06:02 -0000 1.14 --- ChangeLog 1 Nov 2006 13:05:19 -0000 1.15 *************** *** 1,2 **** --- 1,8 ---- + 0.3.3 + * Interfaces to packages and benchmarks providen through independant + shared libraries. + * New libcompbenchmarks. + * Installation mechanism improved for headers and libraries. + 0.3.2 * Fixes in linpackc and benchpp benchmarks definition. Index: compbenchmarks.1 =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks.1,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** compbenchmarks.1 10 Oct 2006 17:31:07 -0000 1.4 --- compbenchmarks.1 1 Nov 2006 13:05:19 -0000 1.5 *************** *** 130,136 **** .\" .IX Title "COMPBENCHMARKS 1" ! .TH COMPBENCHMARKS 1 "2006-10-10" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks 0.3.2 \- Compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" --- 130,136 ---- .\" .IX Title "COMPBENCHMARKS 1" ! .TH COMPBENCHMARKS 1 "2006-10-31" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks 0.3.3 \- Compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" Index: compbenchmarks-config.1 =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config.1,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** compbenchmarks-config.1 12 Oct 2006 16:06:56 -0000 1.7 --- compbenchmarks-config.1 1 Nov 2006 13:05:19 -0000 1.8 *************** *** 130,136 **** .\" .IX Title "COMPBENCHMARKS-CONFIG 1" ! .TH COMPBENCHMARKS-CONFIG 1 "2006-10-12" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks\-config 0.3.2 \- compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" --- 130,136 ---- .\" .IX Title "COMPBENCHMARKS-CONFIG 1" ! .TH COMPBENCHMARKS-CONFIG 1 "2006-10-31" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks\-config 0.3.3 \- compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" |