Directory Dataflow/Modules/Render/

Total Files:
14
Deleted Files:
0
Lines of Code:
15359

[root]/Dataflow/Modules/Render

Lines of Code

Dataflow/Modules/Render/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jas 32 (100.0%) 36 (100.0%) 1.1

Most Recent Commits

jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

18 lines of code changed in 26 files:

  • Dataflow/Modules/Render: Ball.cc (+1 -1), BallAux.cc (new), BallAux.h (+1 -1), BallMath.cc (+1 -1), Camera.cc (new), OpenGL.cc (+1 -1), Painter.cc (new), Painter.h (new), PainterBrushTool.cc (+2 -2), PainterTools.cc (+2 -2), ViewSlices.cc (+1 -1), ViewWindow.cc (+2 -2), glMath.cc (+1 -1)
jas 2008-07-01 19:28 Rev.: 41394

Add include file for g++-4.3.

1 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+1)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

1 lines of code changed in 1 file:

  • Dataflow/Modules/Render: ViewWindow.cc (+1)
jas 2008-03-17 14:21 Rev.: 40486

Fix compiler warnings having to do with const char declarations.

16 lines of code changed in 4 files:

  • Dataflow/Modules/Render: EditPath.cc (new), OpenGL.cc (+2 -3), ViewWindow.cc (+2 -2)
Generated by StatSVN 0.4.0