Directory StandAlone/tools/pfs/

Total Files:
4
Deleted Files:
0
Lines of Code:
773

[root]/StandAlone/tools/pfs

Lines of Code

StandAlone/tools/pfs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 310 (100.0%) 14.7
guilkey 6 (28.6%) 238 (76.8%) 39.6
jas 12 (57.1%) 55 (17.7%) 4.5
dav 3 (14.3%) 17 (5.5%) 5.6

Most Recent Commits

jas 2009-12-07 16:29 Rev.: 45175

Fix compiler warnings.

0 lines of code changed in 2 files:

  • StandAlone/tools/pfs: ImageFromGeom.cc (new)
dav 2009-10-28 12:39 Rev.: 44971


Allow for building 'sus' (et al) statically. Use the configure flag: --enable-static. For the most
part, you will not want a static build. However, in two cases you might:

1) To check for circular dependencies in the code. (Dynamic libs are forgiving in this regard.)
2) For machines that don't support shared libs (eg: AIX, some new micro-kernel Linux clusters, etc.)

Unfortunately when static linking, library order is important. There is no good way (that I know of)
to tell our build system to place the libs in a specific order, so I have hardcoded the libraries
that are necessary to static link each executable. (See CORE_STATIC_PSELIBS and CORE_STATIC_LIBS in
configVars.mk.)

Note, SUS previously build statically for AIX and Redstorm. A number of hard coded #defines for these
architectures have been replaced with more general code.

If a source code file needs to know that it is building statically (most won't, but some do), then it
will need to #include <sci_defs/compile_defs.h> and use the "STATIC_BUILD" #define'd var.

Some specific notes:

M testprograms/TestMatrix3/testmatrix3.cc

Since it is used in a library, it can't have a "main()" (as this causes two mains to show up when linking).

M configure.ac

- Go back to using 'autoconf' version 2.61 as the standard as it is available many places, and I can't
find 2.63 anywhere.
- Fixed a few uses of a $var that would cause shell script errors when not defined. (Placed it withing ""
so that it becomes an empty string (as opposed to a missing string).


15 lines of code changed in 2 files:

  • StandAlone/tools/pfs: sub.mk (new)
jas 2009-10-22 15:03 Rev.: 44938

Compiler warning fixes.

1 lines of code changed in 2 files:

  • StandAlone/tools/pfs: pfs2.cc (+1)
guilkey 2009-06-09 12:23 Rev.: 44404

Replace MIN with minP and MAX with maxP to avoid future compiler headaches.
Thanks Dav.

5 lines of code changed in 1 file:

  • StandAlone/tools/pfs: pfs2.cc (+5 -5)
guilkey 2009-06-09 12:11 Rev.: 44403

A few more minor tweaks to make this more readable.

11 lines of code changed in 1 file:

  • StandAlone/tools/pfs: pfs2.cc (+11 -8)
guilkey 2009-06-08 17:32 Rev.: 44399

Use unsigned ints to allow a larger image to be processed.

13 lines of code changed in 1 file:

  • StandAlone/tools/pfs: pfs2.cc (+13 -12)
guilkey 2009-06-04 16:37 Rev.: 44390

Find the bounding box of each sphere, and only determine if the voxels in that box
are part of the sphere, rather than traversing the entire image.

26 lines of code changed in 1 file:

  • StandAlone/tools/pfs: ImageFromGeom.cc (+26 -11)
guilkey 2009-06-02 18:14 Rev.: 44385

New tool to make an image from a text file containing sphere center positions
and radii. Need to optimize by only forcing each sphere to search a small part
of the image domain to see if it belongs there.

183 lines of code changed in 2 files:

  • StandAlone/tools/pfs: ImageFromGeom.cc (+156), sub.mk (+27)
dav 2009-04-02 16:09 Rev.: 43964

Need teem (and png) lib to link.

2 lines of code changed in 1 file:

  • StandAlone/tools/pfs: sub.mk (+2 -2)
jas 2009-03-18 23:33 Rev.: 43774

Use findBlockWithOutAttributes() when searching for MaterialProperties
to avoid finding the MaterialProperties add=true node.

This is second part of the changes needed to replace the
AddMaterialProperties with attribute add=true for MaterialProperties.

2 lines of code changed in 3 files:

  • StandAlone/tools/pfs: pfs.cc (new), pfs2.cc (+1 -1)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 2 files:

  • StandAlone/tools/pfs: pfs.cc (-2), pfs2.cc (-2)
jas 2009-03-09 15:34 Rev.: 43512

Remove the Packages/Uintah/

33 lines of code changed in 2 files:

  • StandAlone/tools/pfs: pfs.cc (+16 -16), pfs2.cc (+17 -17)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

19 lines of code changed in 1 file:

  • StandAlone/tools/pfs: sub.mk (+19 -19)
Generated by StatSVN 0.4.0