Directory StandAlone/utils/

Total Files:
15
Deleted Files:
0
Lines of Code:
2275

[root]/StandAlone/utils

Lines of Code

StandAlone/utils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 37 (100.0%) 1.1
dav 2 (6.5%) 20 (54.1%) 10.0
jas 29 (93.5%) 17 (45.9%) 0.5

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.

20 lines of code changed in 2 files:

  • StandAlone/utils: sub.mk (+20 -21)
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.

16 lines of code changed in 28 files:

  • StandAlone/utils: AddTri.cc (+1 -1), FieldBin1Test.cc (+1 -1), FieldTextToBin.cc (+1 -1), GenerateMPMData.cc (+1 -1), MaskLatVolWithHexVol.cc (new), OrientFaces.cc (+1 -1), PCA-example.cc (new), RemoveConnectedFaces.cc (new), RemoveFaces.cc (+1 -1), RemoveOrphanNodes.cc (new), SwapFaces.cc (new), TestBasis.cc (+1 -1), UnitElementMesh.cc (new), sciconvert.cc (new)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

1 lines of code changed in 1 file:

  • StandAlone/utils: UnitElementMesh.cc (+1)
Generated by StatSVN 0.4.0