Directory Core/IO/

Total Files:
4
Deleted Files:
2
Lines of Code:
285

[root]/Core/IO

Lines of Code

Core/IO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 156 (100.0%) 11.1
harman 3 (21.4%) 151 (96.8%) 50.3
jas 8 (57.1%) 4 (2.6%) 0.5
dav 3 (21.4%) 1 (0.6%) 0.3

Most Recent Commits

jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

4 lines of code changed in 8 files:

  • Core/IO: SpecializedRunLengthEncoder.h (+1 -1), UintahZlibUtil.cc (+1 -1), UintahZlibUtil.h (new), sub.mk (+1 -1)
dav 2011-02-03 17:39 Rev.: 46783


Fixed circular dependencies recently added to the code due to code
consolidation.

1) Consolidated CCA/Components/Arches and Arches/Radiation into a single library
instead of two separate libraries... There isn't any good reason
that I know of to keep them separate, and this allows them to
'share' some common routines w/o creating a circular dependency.
(There are still a couple of additional Arches sub-shared
libs... (fortran/Mixing). These could easily be consolidated too if someone
wanted it done.)

Note, previously, in CCA/Components/sub.mk, many of the Arches sub-shared libs
where specifically specified. I've removed these and moved them
directly into the CCA/Components/Arches/sub.mk file to make it a
little easier to follow what is going on.

3) Moved DbgOutput out of Core/IO and into Core/Grid as it is related to
the Grid classes... Also, Core/Grid depends on Core/IO, so having
Core/IO stuff depend on Core/Grid causes a circular dependency.

1 lines of code changed in 3 files:

  • Core/IO: DbgOutput.cc (del), DbgOutput.h (del), sub.mk (+1 -2)
harman 2011-02-03 14:44 Rev.: 46781

Moved
CCA/Components/Parent/Common.cc .h
to
Core/IO/DbgOutput.cc .h

This fixes the static build. Thanks Dav.

151 lines of code changed in 3 files:

  • Core/IO: DbgOutput.cc (new 91), DbgOutput.h (new 58), sub.mk (+2 -1)
Generated by StatSVN 0.4.0