Directory Dataflow/Network/

Total Files:
23
Deleted Files:
3
Lines of Code:
7466

[root]/Dataflow/Network

Lines of Code

Dataflow/Network/ Lines of Code

Developers

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

Most Recent Commits

callahan 2005-12-28 15:17 Rev.: 32924

Fix port caching flags on subnetworks, bug #2817

0 lines of code changed in 2 files:

  • Dataflow/Network: NetworkEditor.cc (new)
dav 2005-12-19 14:25 Rev.: 32888

Cosmetic updates.

0 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (changed)
callahan 2005-12-14 18:52 Rev.: 32862

Move virtual function declarations to .cc file

0 lines of code changed in 4 files:

  • Dataflow/Network: Port.cc (changed), Port.h (new)
callahan 2005-12-14 18:52 Rev.: 32861

Fix oport_supports_cache_flag bug

1 lines of code changed in 1 file:

  • Dataflow/Network: Module.cc (+1 -1)
callahan 2005-12-14 18:14 Rev.: 32853

Add port caching interface to NetworkEditor and Module.h

58 lines of code changed in 5 files:

  • Dataflow/Network: Module.cc (+18), Module.h (new), NetworkEditor.cc (+31 -1), Port.h (+5)
dav 2005-12-09 15:19 Rev.: 32789

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:

  • Dataflow/Network: PackageDB.cc (new)
callahan 2005-12-02 17:07 Rev.: 32713

Prettier regression message for execution start

0 lines of code changed in 2 files:

  • Dataflow/Network: Network.cc (new)
callahan 2005-12-02 16:56 Rev.: 32712

Execute twice on regression test, try to dump out process stats.

9 lines of code changed in 3 files:

  • Dataflow/Network: Network.cc (+6), Scheduler.cc (+3 -4)
callahan 2005-12-02 13:08 Rev.: 32701

undo debugging checkin to Scheduler.cc

2 lines of code changed in 1 file:

  • Dataflow/Network: Scheduler.cc (+2 -2)
callahan 2005-12-02 13:08 Rev.: 32700

Clean up regression print race condition for prettier printing.

5 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (+1 -1), Scheduler.cc (+4 -2)
mjc 2005-12-02 02:23 Rev.: 32697

completely revert commit 32690, as it broke all of Uintah

1899 lines of code changed in 17 files:

  • Dataflow/Network: ComponentNode.cc (new), ComponentNode.h (new), GenFiles.cc (new), GenFiles.h (+1 -1), Module.cc (+15 -15), NetworkEditor.cc (+31 -24), PackageDB.cc (+146 -60), PackageDB.h (+63 -66), PackageDBHandler.cc (new 160), PackageDBHandler.h (new 146), sub.mk (+8 -8)
mjc 2005-12-01 15:19 Rev.: 32690

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

484 lines of code changed in 11 files:

  • Dataflow/Network: ComponentNode.cc (+242 -1116), ComponentNode.h (+41 -189), GenFiles.cc (+27 -24), GenFiles.h (+1 -1), Module.cc (+15 -15), NetworkEditor.cc (+24 -31), PackageDB.cc (+60 -146), PackageDB.h (+66 -63), PackageDBHandler.cc (del), PackageDBHandler.h (del), sub.mk (+8 -8)
callahan 2005-11-17 15:47 Rev.: 32575

Add function to check port caching by port name

10 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (+8), Module.h (+2)
callahan 2005-11-16 17:09 Rev.: 32568

Remove get_oports function, oports are never dynamic. Also implement dangling getIPorts function

5 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (+5 -5), Module.h (-2)
callahan 2005-11-09 18:16 Rev.: 32483

Add internal code for allowing regression tests to do multiple executions.

105 lines of code changed in 5 files:

  • Dataflow/Network: Network.cc (+86 -25), Network.h (+1), NetworkEditor.cc (+1 -5), Scheduler.cc (+17)
mdavis 2005-10-20 15:29 Rev.: 32223

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:

  • Dataflow/Network: Module.cc (+2 -2)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

4 lines of code changed in 1 file:

  • Dataflow/Network: NetworkEditor.cc (+4 -2)
callahan 2005-10-07 18:02 Rev.: 32069

Merge the 1.24.2 changes into the trunk

5 lines of code changed in 1 file:

  • Dataflow/Network: NetworkEditor.cc (+5 -6)
jeroen 2005-10-03 10:46 Rev.: 32049

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:

  • Dataflow/Network: PackageDB.cc (+2 -1)
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

2 lines of code changed in 1 file:

  • Dataflow/Network: NetworkEditor.cc (+2 -4)

(32 more)

Generated by StatSVN 0.4.0