Directory Core/Geom/

Total Files:
22
Deleted Files:
0
Lines of Code:
15063

[root]/Core/Geom

Lines of Code

Core/Geom/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 36 (100.0%) 0.7
jas 43 (89.6%) 23 (63.9%) 0.5
dav 5 (10.4%) 13 (36.1%) 2.6

Most Recent Commits

dav 2008-08-05 15:07 Rev.: 41831


M */sub.mk

Fix typo: need $(BUILD_DATAFLOW), not just $BUILD_DATAFLOW.

M Packages/Uintah/sub.mk

Fix make warnings, need: $(SRCDIR)/Dataflow, not just Dataflow.

M Core/Geom/sub.mk

Path.cc was listed twice.



0 lines of code changed in 2 files:

  • Core/Geom: sub.mk (-1)
dav 2008-08-05 14:07 Rev.: 41828


M configure configure.ac */sub.mk

Updated configure to make '--disable-dataflow' and '--disable-scirun'
mean the same thing. Fixed sub.mk files to only build non-scirun
(dataflow) stuff when one of these flags is used.

Mostly had to just add:

ifeq ($(BUILD_DATAFLOW),yes)
...
endif

to the sub.mk files and place any GL dependent files in that ifeq.

(Alphabetized the libraries listed in the sub.mks.)

M configVars.mk.in

Don't build the SCIRun/StandAlone directory if dataflow turned off.
We don't need anything in there and they all depend on things that
depend on GL. Could possibly get them to build, but it's not worth
the time.

M Packages/Uintah/sub.mk

Don't build Uintah SCIRun modules if scirun is disabled.

13 lines of code changed in 1 file:

  • Core/Geom: sub.mk (+13 -4)
jas 2008-07-21 10:33 Rev.: 41648

Add braces as suggested by compiler warning.

0 lines of code changed in 2 files:

  • Core/Geom: GeomViewerItem.cc (new)
dav 2008-07-18 17:59 Rev.: 41612

Use correct #include formatting.

0 lines of code changed in 2 files:

  • Core/Geom: Fbuffer.cc (changed)
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.

19 lines of code changed in 34 files:

  • Core/Geom: ColorMappedNrrdTextureObj.cc (new), GeomArrows.cc (new), GeomGrid.cc (+1 -1), GeomLine.cc (new), GeomLine.h (+1 -1), GeomOpenGL.cc (new), GeomPoint.cc (+1 -1), GeomQuads.cc (new), GeomTexRectangle.cc (new), GeomTexSlices.cc (new), GeomTriangles.cc (+1 -1), GeomVertexPrim.h (+1 -1), Path.cc (new), Pbuffer.cc (new), TexSquare.cc (new), View.cc (+1 -1), tGrid.cc (new)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

2 lines of code changed in 2 files:

  • Core/Geom: GeomTexRectangle.cc (+1), TexSquare.cc (+1)
jas 2008-03-17 14:20 Rev.: 40485

Fix compiler warnings having to do with const char declarations.

2 lines of code changed in 5 files:

  • Core/Geom: Fbuffer.cc (-2), GeomSave.h (+1 -1), GeomScene.cc (+1 -1)
Generated by StatSVN 0.4.0