[Compbench-devel] CompBenchmarks++ main.h,1.8,1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-06 19:36:10
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20015 Modified Files: main.h Log Message: Doxygen documentation updated. Index: main.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** main.h 25 Jan 2007 01:51:54 -0000 1.8 --- main.h 6 Feb 2007 19:35:59 -0000 1.9 *************** *** 27,35 **** * 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. * * Basically, operating system object is detected at CompBenchmarks --- 27,35 ---- * 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 CBM::System operating system\endlink, ! * - \link CBM::Package package\endlink, ! * - \link CBM::Benchmark benchmark\endlink, ! * - \link CBM::Compiler compiler\endlink and \link CBM::CompilerOptions compilation options\endlink, ! * - \link CBM::UI user interface\endlink. * * Basically, operating system object is detected at CompBenchmarks |