Directory Core/Util/

Total Files:
30
Deleted Files:
1
Lines of Code:
4350

[root]/Core/Util
            directory in repo Comm (1 files, 158 lines)

Lines of Code

Core/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 111 (100.0%) 1615 (100.0%) 14.5
mjc 32 (28.8%) 824 (51.0%) 25.7
callahan 24 (21.6%) 242 (15.0%) 10.0
yarden 5 (4.5%) 230 (14.2%) 46.0
worthen 21 (18.9%) 135 (8.4%) 6.4
mdavis 11 (9.9%) 87 (5.4%) 7.9
dav 8 (7.2%) 55 (3.4%) 6.8
dgroulx 4 (3.6%) 32 (2.0%) 8.0
amorris 1 (0.9%) 10 (0.6%) 10.0
sparker 1 (0.9%) 0 (0.0%) 0.0
jas 4 (3.6%) 0 (0.0%) 0.0

Most Recent Commits

mjc 2005-12-03 02:13 Rev.: 32715

remove the second dlopen call apparently for ppl with DYLD_LIBRARY_PATH set. Calling dlopen the second time breaks error reporting, as you only get one chance to call dlerror()

0 lines of code changed in 2 files:

  • Core/Util: soloader.cc (new)
mjc 2005-12-02 02:23 Rev.: 32697

completely revert commit 32690, as it broke all of Uintah

436 lines of code changed in 8 files:

  • Core/Util: RWS.cc (new), RWS.h (new), XMLParser.cc (new 244), XMLParser.h (new 172), sub.mk (new)
mjc 2005-12-01 15:19 Rev.: 32690

removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml

59 lines of code changed in 5 files:

  • Core/Util: RWS.cc (+52 -18), RWS.h (+6), XMLParser.cc (del), XMLParser.h (del), sub.mk (+1 -2)
worthen 2005-11-09 16:08 Rev.: 32479

Get Windows Port back where we left off.
Core/Basis changes are to get symbols exported properly.

Core/Volume and ShaderProgramARB changes are temporary ifdefs of things that won't compile (GL extensions) or won't work

Everything else is to put it back the way it was (TCLInterface::exec and eval, OpenGL.cc, and Timer.cc).

1 lines of code changed in 2 files:

  • Core/Util: Timer.cc (new)
callahan 2005-10-21 13:26 Rev.: 32239

Rearrange dynamic compilation includes again. Now they go data, basis, mesh, container, field, other. Point.h, Vector, etc are now included before the basis classes that depend upon them.

0 lines of code changed in 8 files:

  • Core/Util: DynamicLoader.cc (changed), DynamicLoader.h (new), TypeDescription.cc (changed), TypeDescription.h (changed)
mjc 2005-10-17 12:30 Rev.: 32174

compress dyn comp file names by removing lower case vowels, which avoids filenames > 256 which is not allowed

66 lines of code changed in 1 file:

  • Core/Util: DynamicLoader.cc (+66 -1)
mjc 2005-10-11 14:29 Rev.: 32109

keep separate include lists in CompileInfo, Basis, Mesh, Fields tagged to identify which list they belong in

115 lines of code changed in 4 files:

  • Core/Util: DynamicLoader.cc (+62 -4), DynamicLoader.h (+8), TypeDescription.cc (+28 -6), TypeDescription.h (+17 -5)
mjc 2005-10-11 09:01 Rev.: 32105

do not add duplicate includes to the compile info list, preserve the original insertion order

6 lines of code changed in 1 file:

  • Core/Util: DynamicLoader.cc (+6 -1)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

41 lines of code changed in 3 files:

  • Core/Util: Timer.cc (+1 -1), TypeDescription.cc (+36), TypeDescription.h (+4)
callahan 2005-10-07 18:02 Rev.: 32069

Merge the 1.24.2 changes into the trunk

24 lines of code changed in 1 file:

  • Core/Util: soloader.cc (+24)
mdavis 2005-09-27 17:32 Rev.: 32030

make parse_scirunrc callable from SCIRun2

0 lines of code changed in 4 files:

  • Core/Util: Environment.cc (changed), Environment.h (new)
mdavis 2005-09-27 15:08 Rev.: 32029

Rewrite logic for copying and versioning of .scirunrc file to be cleaner. Add bool validFile(string) and bool validDir(string) to Core/Util/FileUtils.h as convenice functions.

82 lines of code changed in 6 files:

  • Core/Util: Environment.cc (+43 -1), Environment.h (+1 -1), FileUtils.cc (new), FileUtils.h (+5)
dav 2005-08-22 18:00 Rev.: 31648

Removed #include<fstream> from DebugStream.h as it is not used in this file (and was causing compilation errors (I don't know why) in another location. Had to add include fstream to the rest of these files and apparently they were getting it through some strange path from DebugStream.h

0 lines of code changed in 2 files:

  • Core/Util: DebugStream.h (new)
worthen 2005-07-21 12:27 Rev.: 31227

Core/Geom
changes to get a windows openGL window working

Core/GuiInterface
Dataflow/TCLThread
Dataflow/Network
have gui->eval register a TCL callback so TCL code can be run
in the tcl thread. Don't do some of the TCLTask::lock/unlocks

Core/Util/Timer.cc
Run for 1000*seconds ms instead of 1000000*seconds ms

Core/Volume/VolumeRenderer.cc
#ifndef WIN32 around gluCheckExtension

Dataflow/GUI/Module.tcl
get rid of no-longer-necessary windows-specific
code

1 lines of code changed in 1 file:

  • Core/Util: Timer.cc (+1 -1)
worthen 2005-07-12 14:29 Rev.: 31094

Fix Exception/Assertion compile

0 lines of code changed in 2 files:

  • Core/Util: Assert.h (new)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

2 lines of code changed in 2 files:

  • Core/Util: SizeTypeConvert.cc (new)
yarden 2005-07-08 23:09 Rev.: 31070

uuid is supported on OSX

1 lines of code changed in 2 files:

  • Core/Util: GenerateUUID.cc (new)
dav 2005-07-07 18:09 Rev.: 31058

FileUtils moved to this location. Cleaned up slashes.

14 lines of code changed in 1 file:

  • Core/Util: sub.mk (+14 -13)
yarden 2005-07-07 16:00 Rev.: 31049

move FileUtil from Dataflow/Network to Core/Util

226 lines of code changed in 2 files:

  • Core/Util: FileUtils.cc (+161), FileUtils.h (+65)
yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

3 lines of code changed in 1 file:

  • Core/Util: sub.mk (+3 -1)

(25 more)

Generated by StatSVN 0.4.0