Automatically exported from code.google.com/p/statement-templates
  • C++ 99.3%
  • Makefile 0.7%
Find a file
2013-11-28 18:23:13 -03:00
sampleUses Add unrolled loop sample 2013-11-28 10:16:33 -03:00
src Add unrolled loop sample 2013-11-28 10:16:33 -03:00
test Add unrolled loop sample 2013-11-28 10:16:33 -03:00
.hgignore add cyclomatic complexity sample 2013-11-23 21:25:27 -03:00
CHANGELOG add cyclomatic complexity sample 2013-11-23 21:25:27 -03:00
CONTRIBUTORS Add unrolled loop sample 2013-11-28 10:16:33 -03:00
gpl.txt add cyclomatic complexity sample 2013-11-23 21:25:27 -03:00
Makefile contributor, gpl header, makefile target for generating tgz 2013-11-23 22:02:15 -03:00
README Updated documentatios and authors information. 2013-11-23 17:43:06 -08:00
statement-templates.tgz update downloadable package 2013-11-28 18:23:13 -03:00

Please visit the project homepage at http://statement-templates.googlecode.com

To build in gcc (4.7 or above) issue make in a linux shell.

The source code is organized as follows:
  * src/            Contains the basicStatements, those that should be created
                    by the compiler at compile time.

  * sampleUses/     Sample libraries that would overload the statements.
                    Look here!

  * test/           Cpp file to test and show results.