Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7302
Modified Files:
main.h
Log Message:
Updated doxygen documentation.
Index: main.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/main.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** main.h 21 Dec 2006 18:38:18 -0000 1.6
--- main.h 15 Jan 2007 18:58:05 -0000 1.7
***************
*** 20,30 ****
* who like to get an overview about how things are done.
*
* \section abstraction General organisation
*
* CompBenchmarks suite has been (re)written in C++, to add more flexibility.
! * Its core rely on a few abstracts (as in C++) definitions :
* - \link CBMSystem operating system\endlink,
! * - \link CBMBenchmark benchmark\endlink or packages,
! * - \link CBMCompiler compiler\endlink,
* - \link CBMUI user interface\endlink.
*
--- 20,34 ----
* who like to get an overview about how things are done.
*
+ * New releases and complementory information can be found at
+ * http://compbench.sourceforge.net.
+ *
* \section abstraction General organisation
*
* CompBenchmarks suite has been (re)written in C++, to add more flexibility.
! * Its core rely on a few abstracts (as in C++) definitions (concepts) :
* - \link CBMSystem operating system\endlink,
! * - \link CBMPackage package\endlink,
! * - \link CBMBenchmark benchmark\endlink,
! * - \link CBMCompiler compiler\endlink and \link CBMCompilerOptions compilation options\endlink,
* - \link CBMUI user interface\endlink.
*
***************
*** 33,39 ****
* Only one user interface, compbenchmarks-ui-perl as been coded for actual
* needs, and it uses the compbenchmarks-core program.
! * Many benchmarks have been derivated from base benchmark object;
! * each benchmark can use compilers and options instances (e.g. through
! * the operating system object).
*
* \section behaviour Behaviour
--- 37,41 ----
* Only one user interface, compbenchmarks-ui-perl as been coded for actual
* needs, and it uses the compbenchmarks-core program.
! * Many benchmarks have been derivated from base benchmark and package classes.
*
* \section behaviour Behaviour
***************
*** 48,52 ****
*
* To start a new benchmark or package implementation, you can
! * - download the sources (http://compbench.sf.net),
* - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class.
* - for, said, Foo_benchpack.tar.gz package, create the Benchmark-FOO-BENCHPACK.cpp and corresponding header files in Benchmark directory,
--- 50,54 ----
*
* To start a new benchmark or package implementation, you can
! * - download the sources (http://compbench.sourceforge.net),
* - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class.
* - for, said, Foo_benchpack.tar.gz package, create the Benchmark-FOO-BENCHPACK.cpp and corresponding header files in Benchmark directory,
|