Directory Core/Geometry/

Total Files:
8
Deleted Files:
0
Lines of Code:
2666

[root]/Core/Geometry

Lines of Code

Core/Geometry/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 15 (100.0%) 0.8
jas 13 (76.5%) 8 (53.3%) 0.6
dav 2 (11.8%) 4 (26.7%) 2.0
luitjens 2 (11.8%) 3 (20.0%) 1.5

Most Recent Commits

luitjens 2008-07-23 14:19 Rev.: 41706

Changed the operator< to match the array3 layout.


3 lines of code changed in 2 files:

  • Core/Geometry: IntVector.h (+3 -3)
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.

7 lines of code changed in 12 files:

  • Core/Geometry: BBox.cc (new), Point.cc (new), Quaternion.h (new), Tensor.cc (+1 -1), Transform.cc (new), Vector.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:

  • Core/Geometry: Transform.cc (+1)
dav 2008-01-02 16:13 Rev.: 39775


This commit adds the SCI_MALLOC_TRACE functionality (found in the
Core/Malloc/Trace.h file (though accessed through
Core/Malloc/Allocator.h). The Malloc tracing will create a file and
record every malloc/free in it. (This will capture the news/deletes
too.) By using scinew, the name of the file and line number of each
new() will be recorded. (Note, until a file name to save information
to is specified, mallocs will be traced via stdout. You can only use
one of malloc trace or sci malloc, but not both at the same time.

M configure.ac
M configure

Use "--enable-sci-malloc-trace" on the configure line to turn on
malloc tracing.

M include/sci_defs/malloc_testdefs.h.in

Contains the #define for malloc trace if enabled via confiure.

A Core/Malloc/Trace.cc
A Core/Malloc/Trace.h

Implements the tracing functionality... Note, you should #include
Allocator.h and not Trace.h.

M Core/Malloc/sub.mk

Compile Trace.cc.

M Core/Malloc/Allocator.h
M Core/Malloc/Allocator.cc

Indent some # stuff. Don't create Allocator stuff in SCI Malloc is
off or SCI Trace is on.

M Core/Util/sci_system.cc

Indent # stuff. Only lock/unlock allocator if using SCI Malloc.

M Core/Geometry/BBox.h

Be specific about #undef of min and max instead of assuming they both
are always exist together. (They probably do, but...)

M Core/GuiInterface/MemStats.cc

Fix to only use parts of code if SCI Malloc is on.

M testprograms/Malloc/test14.cc

Test 14 doesn't do anything currently, so printed out a message to let the user know.

M Packages/Uintah/Dataflow/Modules/Visualization/SubFieldHistogram.cc

Removed "using SCIRun::Allocator" (etc) as it wasn't being used.

M Packages/Uintah/CCA/Components/SimulationController/AMRSimulationController.cc
M Packages/Uintah/CCA/Components/Schedulers/SchedulerCommon.cc
M Packages/Uintah/Core/Parallel/Parallel.cc

Only use Allocator functions if SCI Malloc on.

M Packages/Uintah/CCA/Components/ICE/ICE.cc

Turned off setting of unused variable "Time".

M Packages/Uintah/Core/DataArchive/DataArchive.cc

Don't use Allocator functions if SCI Malloc is off... Fixed some initialization of variables.

M Packages/Uintah/StandAlone/sus.cc

Added sample of turning on malloc trace file.


4 lines of code changed in 2 files:

  • Core/Geometry: BBox.h (+4 -2)
Generated by StatSVN 0.4.0