Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 144 (100.0%) | 4283 (100.0%) | 29.7 |
mjc | 34 (23.6%) | 2422 (56.5%) | 71.2 |
callahan | 67 (46.5%) | 1247 (29.1%) | 18.6 |
dav | 9 (6.3%) | 324 (7.6%) | 36.0 |
mdavis | 8 (5.6%) | 140 (3.3%) | 17.5 |
yarden | 7 (4.9%) | 86 (2.0%) | 12.2 |
worthen | 13 (9.0%) | 54 (1.3%) | 4.1 |
allen | 3 (2.1%) | 6 (0.1%) | 2.0 |
jeroen | 1 (0.7%) | 2 (0.0%) | 2.0 |
ayla | 1 (0.7%) | 2 (0.0%) | 2.0 |
sparker | 1 (0.7%) | 0 (0.0%) | 0.0 |
Fix port caching flags on subnetworks, bug #2817
0 lines of code changed in 2 files:
Cosmetic updates.
0 lines of code changed in 2 files:
Move virtual function declarations to .cc file
0 lines of code changed in 4 files:
Fix oport_supports_cache_flag bug
1 lines of code changed in 1 file:
Add port caching interface to NetworkEditor and Module.h
58 lines of code changed in 5 files:
Fixes (hack) to the new Basis stuff to allow compilation on the SGI.
Core/Datatypes/CurveMesh.h
Had to give type_name a parameter because for some reason the SGI
compiler couldn't find the correct function without it...
Core/Datatypes/PrismVolMesh.h
Fixes to allow hash_multisets to compile on the SGI... this effects
the linux/mac build as they use the same code, and I am not sure how
it compiled on linux before...? However, this 'hack'/fix appears to
be the correct way to construct the hash_multisets, so it should just
work everywhere now. More information on this change is in the file
(search for hack_eit).
Core/Datatypes/TetVolMesh.h
Can't use #include <cmath> on the SGI (and a few other
platforms)... changed to good ol' #include <math>.
Did some indenting on the #if statements to help follow them. Added
// end class name comments to help figure out what are nested classes
and where they end. Added hash_multisets hack as described about and
in this file.
Dataflow/Network/PackageDB.cc
Added a check for an error with looking up the *.xml files so that a
useful error message gets printed. It appears to me that 'files' will
always be non-nil and thus the first check doesn't really do anything.
Also, added a warning that it looks like 'files' is a (small) memory
leak... hopefully someone with more time will track that down and fix
it.
StandAlone/utils/TestBasis.cc
Added a dummy var (test_vector) that instantiates a vector of vector
of Point so the SGI compiler doesn't complain about not being able to
find it. (More info in the file itself.)
StandAlone/utils/UnitElementMesh.cc
Same hack/fix as in TestBasis.cc above.
4 lines of code changed in 2 files:
Prettier regression message for execution start
0 lines of code changed in 2 files:
Execute twice on regression test, try to dump out process stats.
9 lines of code changed in 3 files:
undo debugging checkin to Scheduler.cc
2 lines of code changed in 1 file:
Clean up regression print race condition for prettier printing.
5 lines of code changed in 2 files:
completely revert commit 32690, as it broke all of Uintah
1899 lines of code changed in 17 files:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
484 lines of code changed in 11 files:
Add function to check port caching by port name
10 lines of code changed in 2 files:
Remove get_oports function, oports are never dynamic. Also implement dangling getIPorts function
5 lines of code changed in 2 files:
Add internal code for allowing regression tests to do multiple executions.
105 lines of code changed in 5 files:
Fix bad pointer to Exception::message() by making a copy on AssertionFailed constructor instead of pointing to local stack memory. Also make Module exception error reporting indented and easier to read.
2 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
4 lines of code changed in 1 file:
Merge the 1.24.2 changes into the trunk
5 lines of code changed in 1 file:
Bug fix: Could not create a catagory FieldsCreate in packages as it was converted to Fields, this is confusing, hence restricting hardware wired renaming only to the SCIRun package
2 lines of code changed in 1 file:
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
2 lines of code changed in 1 file:
(32 more)