Directory Dataflow/Network/

Total Files:
24
Deleted Files:
2
Lines of Code:
6144

[root]/Dataflow/Network
            directory in repo Ports (30 files, 853 lines)

Lines of Code

Dataflow/Network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 154 (100.0%) 4068 (100.0%) 26.4
mjc 40 (26.0%) 2138 (52.6%) 53.4
allen 19 (12.3%) 995 (24.5%) 52.3
dgroulx 12 (7.8%) 484 (11.9%) 40.3
callahan 27 (17.5%) 192 (4.7%) 7.1
jeroen 3 (1.9%) 88 (2.2%) 29.3
worthen 26 (16.9%) 60 (1.5%) 2.3
dav 18 (11.7%) 49 (1.2%) 2.7
kuzimmer 1 (0.6%) 47 (1.2%) 47.0
mdavis 5 (3.2%) 14 (0.3%) 2.8
ayla 1 (0.6%) 1 (0.0%) 1.0
dmw 2 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

callahan 2006-08-15 18:15 Rev.: 35050

Catch errors in bad input networks.

0 lines of code changed in 2 files:

  • Dataflow/Network: NetworkIO.cc (changed)
callahan 2006-08-15 18:15 Rev.: 35049

minor cleanup

0 lines of code changed in 2 files:

  • Dataflow/Network: Network.cc (new)
ayla 2006-08-01 18:01 Rev.: 34904

Merge GUI, PIDL changes.

1 lines of code changed in 1 file:

  • Dataflow/Network: NetworkIO.cc (+1)
allen 2006-07-14 14:46 Rev.: 34788

fix sub varinclude/sci_defs/environment_testdefs.h.in

9 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (new)
dav 2006-06-13 12:31 Rev.: 34479

M main/sub.mk
M Core/Datatypes/sub.mk
M StandAlone/convert/sub.mk

Need to specify F_LIBRARY (fortran library) to link on the Mac.

M Core/GUI/Util.tcl

Fix example use for label_pair function.

M Core/Datatypes/SearchGrid.cc
M Core/Datatypes/TetVolMesh.h

Cleaned up. Removed unused variables.

M Dataflow/GUI/Viewer.tcl
M Dataflow/Modules/Render/ViewWindow.cc
M Dataflow/Modules/Render/ViewWindow.h
M Dataflow/Modules/Render/OpenGL.cc
M Dataflow/Modules/Render/OpenGL.h

Made optional (with button) the ability to append the timestamp to
each frame when saving a movie. Cleaned up a number of other things
(eg: the GUI) related to saving a movie in SCIRun.

M Dataflow/Network/ComponentNode.cc

Cleaned up function name/return value layout.

M on-the-fly-libs/Makefile.in

Updated to use the SCI_MAKE_BE_QUIET env var for less verbosity during
compilation.


10 lines of code changed in 2 files:

  • Dataflow/Network: ComponentNode.cc (+10 -7)
dav 2006-06-09 16:51 Rev.: 34462

M NetworkIO.cc

Add {} around network name that is on the command line so that SCIRun
(specifically: Tcl) will handle it even if it has spaces in the name.

3 lines of code changed in 1 file:

  • Dataflow/Network: NetworkIO.cc (+3 -2)
callahan 2006-06-07 14:10 Rev.: 34443

Fix tcl crash when brackets are present in a log message.

19 lines of code changed in 1 file:

  • Dataflow/Network: Module.cc (+19 -4)
worthen 2006-05-22 11:33 Rev.: 34300

Some fixes for win32 stack trace

Define EXPERIMENTAL_TCL_THREAD in NetworkEditor so ThreadLock doesn't crash at shutdown

Declare SCISHARE for a few Dynamic Compilation Makers

1 lines of code changed in 2 files:

  • Dataflow/Network: NetworkEditor.cc (new)
callahan 2006-05-18 15:31 Rev.: 34283

Add a more thread safe add_raw_message to ProgressReporter and use it.

19 lines of code changed in 3 files:

  • Dataflow/Network: Module.cc (+14), Module.h (new)
callahan 2006-05-18 14:06 Rev.: 34280

Clean up ProgressReporter functions in Module.cc to be less sensitive to threading issues.

20 lines of code changed in 1 file:

  • Dataflow/Network: Module.cc (+20 -19)
callahan 2006-05-18 11:03 Rev.: 34276

Remove post_message from Module and ProgressReporter interface. It's still accessible from the GuiInterface if needed.

3 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (+2 -12), Module.h (+1 -1)
worthen 2006-05-10 12:23 Rev.: 34182

Latest wave of windows fixes.

9 lines of code changed in 2 files:

  • Dataflow/Network: ComponentNode.cc (+4 -1), NetworkIO.cc (+5 -1)
mjc 2006-05-03 08:15 Rev.: 34101

fix bug with setting extended viewwindow option variables

2 lines of code changed in 1 file:

  • Dataflow/Network: NetworkIO.cc (+2 -2)
dmw 2006-05-02 14:42 Rev.: 34096

- Dataflow/Network now depends on Core/Geometry -- fixes Mac build

0 lines of code changed in 2 files:

  • Dataflow/Network: sub.mk (changed)
callahan 2006-04-28 16:50 Rev.: 34047

Lock scheduler callback access.

0 lines of code changed in 4 files:

  • Dataflow/Network: Scheduler.cc (new), Scheduler.h (new)
allen 2006-04-24 18:26 Rev.: 33989

clean up and fixed bugs for disabled ports

39 lines of code changed in 3 files:

  • Dataflow/Network: ChooseModule.h (+27 -19), Module.h (+12 -4)
dav 2006-04-20 15:19 Rev.: 33948

I assume this is a void function... correct me if I am wrong.

0 lines of code changed in 2 files:

  • Dataflow/Network: NetworkIO.h (new)
mjc 2006-04-20 14:50 Rev.: 33945

fix circular dependency

5 lines of code changed in 3 files:

  • Dataflow/Network: NetworkIO.cc (+2 -2), NetworkIO.h (+3), sub.mk (-1)
mjc 2006-04-20 11:02 Rev.: 33937

force autoview on loading a new network

4 lines of code changed in 2 files:

  • Dataflow/Network: NetworkIO.cc (+3), sub.mk (+1)
allen 2006-04-17 18:09 Rev.: 33892

add new conglomerate module directory, module for arbitrarily slicing a field, and the package manager support

15 lines of code changed in 2 files:

  • Dataflow/Network: PackageDB.cc (new)

(41 more)

Generated by StatSVN 0.4.0