Directory StandAlone/convert/

Total Files:
46
Deleted Files:
0
Lines of Code:
9348

[root]/StandAlone/convert

Lines of Code

StandAlone/convert/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 126 (100.0%) 167 (100.0%) 1.3
jas 123 (97.6%) 114 (68.3%) 0.9
dav 3 (2.4%) 53 (31.7%) 17.6

Most Recent Commits

dav 2008-08-25 16:42 Rev.: 41962

M configure.ac
M configure
M aclocal.m4
M configVars.mk.in

Clean up configure so that variables placed into configVars.mk only
specify the libraries for that variable (and not required libraries).
This helps clean up the configVars.mk file (makes it easier to see
specifically the libraries listed for a specific variable, and cleans
up the compile lines as libraries are not listed multiple times. This
was the way the system was supposed to be set up and how the comments
say it works, just not the way it was implemented (for some
variables).

With this change, there might be a few sub.mk files that need extra
make library variables listed in them so that all libraries can be
found to successfully link an executable.

M .../*/sub.mk

Now need to add $(THREAD_LIBRARY) to many sub.mk files. Also used
spacing/indention to make some files easier to read.

48 lines of code changed in 2 files:

  • StandAlone/convert: sub.mk (+48 -61)
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.

79 lines of code changed in 90 files:

  • StandAlone/convert: ColorMapToText.cc (+2 -2), ColumnMatrixToText.cc (new), CurveFieldToText.cc (+2 -2), DenseMatrixToText.cc (new), FileUtils.h (new), HexVolFieldToExotxt.cc (+1 -1), HexVolFieldToText.cc (new), HexVolToVtk.cc (+1 -1), Lin2QuadMesh.cc (new), PointCloudFieldToText.cc (new), QuadSurfFieldToText.cc (new), SampleHexTricubicHmt.cc (new), SparseRowMatrixToText.cc (+2 -2), StructCurveFieldToText.cc (new), StructHexVolFieldToText.cc (+2 -2), StructQuadSurfFieldToText.cc (+2 -2), TetVolFieldToText.cc (new), TetgenToTetVol.cc (new), TextToColorMap.cc (+2 -2), TextToColumnMatrix.cc (new), TextToCurveField.cc (new), TextToDenseMatrix.cc (+2 -2), TextToHexTricubicHmt.cc (new), TextToHexVolField.cc (+2 -2), TextToPointCloudField.cc (+2 -2), TextToPointCloudString.cc (new), TextToQuadSurfField.cc (new), TextToSparseRowMatrix.cc (+2 -2), TextToStructCurveField.cc (+2 -2), TextToStructHexVolField.cc (+2 -2), TextToStructQuadSurfField.cc (new), TextToTetVolField.cc (+2 -2), TextToTriSurfField.cc (new), TriSurfFieldToExotxt.cc (new), TriSurfFieldToText.cc (new), TriSurfToOBJ.cc (+1 -1), TriSurfToTetgen.cc (new), TriSurfToVtk.cc (new), UCSDToHexVol.cc (new), UCSD_HO_edge_sfToHexVol.cc (new), VTKtoHexVolField.cc (+2 -2), VTKtoTriSurfField.cc (+2 -2), geoToPts.cc (+2 -2), gmvToPts.cc (new), vff2nrrd.cc (new)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

35 lines of code changed in 33 files:

  • StandAlone/convert: ColorMapToText.cc (+1), ColumnMatrixToText.cc (+1), CurveFieldToText.cc (+1), DenseMatrixToText.cc (+1), HexVolFieldToText.cc (+1 -1), PointCloudFieldToText.cc (+1), QuadSurfFieldToText.cc (+1 -1), SparseRowMatrixToText.cc (+1), StructCurveFieldToText.cc (+1 -1), StructHexVolFieldToText.cc (+1), StructQuadSurfFieldToText.cc (+1), TetVolFieldToText.cc (+1), TextToColorMap.cc (+1), TextToColumnMatrix.cc (+1), TextToCurveField.cc (+1), TextToDenseMatrix.cc (+1), TextToHexTricubicHmt.cc (+1), TextToHexVolField.cc (+1), TextToPointCloudField.cc (+1), TextToPointCloudString.cc (+1), TextToQuadSurfField.cc (+1), TextToSparseRowMatrix.cc (+1), TextToStructCurveField.cc (+1), TextToStructHexVolField.cc (+1), TextToStructQuadSurfField.cc (+1), TextToTetVolField.cc (+1), TextToTriSurfField.cc (+1), TriSurfFieldToText.cc (+1), VTKtoHexVolField.cc (+1), VTKtoTriSurfField.cc (+1), geoToPts.cc (+2), gmvToPts.cc (+2), vff2nrrd.cc (+1)
dav 2008-05-22 17:31 Rev.: 41130

Needed #includes for ICC to instantiate templates.

5 lines of code changed in 1 file:

  • StandAlone/convert: HexVolToVtk.cc (+5 -1)
Generated by StatSVN 0.4.0