[root]/Core/Util
Comm
(1 files, 158 lines)
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 |
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:
completely revert commit 32690, as it broke all of Uintah
436 lines of code changed in 8 files:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
59 lines of code changed in 5 files:
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:
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:
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:
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:
do not add duplicate includes to the compile info list, preserve the original insertion order
6 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
41 lines of code changed in 3 files:
Merge the 1.24.2 changes into the trunk
24 lines of code changed in 1 file:
make parse_scirunrc callable from SCIRun2
0 lines of code changed in 4 files:
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:
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/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:
Fix Exception/Assertion compile
0 lines of code changed in 2 files:
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:
uuid is supported on OSX
1 lines of code changed in 2 files:
FileUtils moved to this location. Cleaned up slashes.
14 lines of code changed in 1 file:
move FileUtil from Dataflow/Network to Core/Util
226 lines of code changed in 2 files:
finish separation of Core from Dataflow
3 lines of code changed in 1 file:
(25 more)