Directory Dataflow/Ports/

Total Files:
21
Deleted Files:
7
Lines of Code:
2273

[root]/Dataflow/Ports

Lines of Code

Dataflow/Ports/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 89 (100.0%) 730 (100.0%) 8.2
callahan 44 (49.4%) 367 (50.3%) 8.3
mjc 3 (3.4%) 203 (27.8%) 67.6
jeroen 4 (4.5%) 122 (16.7%) 30.5
worthen 14 (15.7%) 25 (3.4%) 1.7
dav 23 (25.8%) 13 (1.8%) 0.5
sparker 1 (1.1%) 0 (0.0%) 0.0

Most Recent Commits

dav 2005-12-19 16:23 Rev.: 32891

M Core/Datatypes/PrismVolMesh.h
M Core/Datatypes/TetVolMesh.h

I think I have finally found a syntax that the SGI compiler will take
and that will not cause problems for other compilers. The SGI
compiler has been very picky... and troublesome. In investigating
this fix, I've had CC (on the SGI) give me a compiler error, then I
monkey with the syntax, and it gives me another error, then I put it
back to the original and it compiles... However, when I then try to
compile the code using a different (fresh) build, it breaks again.

M Dataflow/Ports/PathPort.cc
M Dataflow/Ports/ColorMap2Port.cc
M Dataflow/Ports/TexturePort.cc
M Dataflow/Ports/MatrixPort.cc
M Dataflow/Ports/NrrdPort.cc
M Dataflow/Ports/StringPort.cc
M Dataflow/Ports/MatrixPort.h
M Dataflow/Ports/BundlePort.cc
M Dataflow/Ports/ColorMapPort.cc
M Dataflow/Ports/ImagePort.cc
M Dataflow/Ports/FieldPort.cc

Moved the template instantiation to below the explicit setting of the
port_type_/port_color_. This is necessary to get the SGI compiler to
compile this code... and doesn't seem to make any difference to any
other compiler.

0 lines of code changed in 22 files:

  • Dataflow/Ports: BundlePort.cc (new), ColorMap2Port.cc (new), ColorMapPort.cc (changed), FieldPort.cc (changed), ImagePort.cc (new), MatrixPort.cc (changed), MatrixPort.h (new), NrrdPort.cc (new), PathPort.cc (changed), StringPort.cc (changed), TexturePort.cc (new)
callahan 2005-12-15 11:11 Rev.: 32873

Use ColorMap2 instead of Colormap2 for consistency.

1 lines of code changed in 1 file:

  • Dataflow/Ports: ColorMap2Port.cc (+1 -1)
callahan 2005-12-14 19:16 Rev.: 32866

Rename ColorMap2 files to match the class type (Colormap2 to ColorMap2)

101 lines of code changed in 6 files:

  • Dataflow/Ports: ColorMap2Port.cc (+55), ColorMap2Port.h (new 45), Colormap2Port.cc (del), Colormap2Port.h (del), sub.mk (new)
callahan 2005-12-14 18:53 Rev.: 32864

Instantiate port templates in appropriate .cc files, remove unused port files

35 lines of code changed in 15 files:

  • Dataflow/Ports: BundlePort.cc (+3 -1), ColorMapPort.cc (+2), Colormap2Port.cc (new 3), FieldPort.cc (+3), GLTexture3DPort.cc (del), GLTexture3DPort.h (del), ImagePort.cc (+3), MatrixPort.cc (+3 -1), NrrdPort.cc (+3), PathPort.cc (+2), StringPort.cc (+4 -3), TexturePort.cc (+7 -8), VoidStarPort.h (del), sub.mk (+2 -4), templates.cc (del)
callahan 2005-12-14 18:14 Rev.: 32853

Add port caching interface to NetworkEditor and Module.h

3 lines of code changed in 2 files:

  • Dataflow/Ports: SimplePort.h (new)
callahan 2005-11-29 17:41 Rev.: 32657

Fix mac compilation, bad default arguement

1 lines of code changed in 1 file:

  • Dataflow/Ports: SimplePort.h (+1 -1)
callahan 2005-11-29 12:24 Rev.: 32643

General fix for PropertyManager freezing on port send. Make it apply to all applicable PropertyManager objects

19 lines of code changed in 3 files:

  • Dataflow/Ports: BundlePort.cc (-30), FieldPort.cc (-31), SimplePort.h (+19 -7)
callahan 2005-11-29 11:58 Rev.: 32642

Fix typo in last checkin

3 lines of code changed in 1 file:

  • Dataflow/Ports: FieldPort.cc (+3)
callahan 2005-11-29 11:57 Rev.: 32641

Add a send_and_dereference function. This nulls out the handle at the time of send, thus fixing the race condition where the other end gets and then detaches the handle before we dereference it (even though we are done with it).

50 lines of code changed in 3 files:

  • Dataflow/Ports: BundlePort.cc (+13 -2), FieldPort.cc (+9 -2), SimplePort.h (+28 -5)
callahan 2005-11-17 15:46 Rev.: 32574

Remove get_cache. Use have_data instead, it's 'more' thread safe. If there's data then it cached, otherwise not. If you check the cache variable you don't know what it was set at when the data went through

0 lines of code changed in 1 file:

  • Dataflow/Ports: SimplePort.h (-4)
callahan 2005-11-16 12:05 Rev.: 32565

Add get_cache function calls so we can test for port caching

4 lines of code changed in 1 file:

  • Dataflow/Ports: SimplePort.h (+4)
dav 2005-10-13 16:25 Rev.: 32139

Added full list of libraries.

13 lines of code changed in 1 file:

  • Dataflow/Ports: sub.mk (+13 -3)
jeroen 2005-08-29 15:19 Rev.: 31761

New StringPort, for String objects

122 lines of code changed in 4 files:

  • Dataflow/Ports: BundlePort.cc (-1), StringPort.cc (+62), StringPort.h (new 58), sub.mk (+2 -1)
mjc 2005-04-20 14:33 Rev.: 29887

added TimePort, TimeControls module, and added Time input port to ICUMonitor, made it slave to the TimeControls time

203 lines of code changed in 3 files:

  • Dataflow/Ports: TimePort.cc (new 120), TimePort.h (new 82), sub.mk (+1)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Dataflow/Ports: .cvsignore (del)
callahan 2005-03-30 11:53 Rev.: 29557

Synchronize Viewer with Scheduler execution completion tracking, move regression callback to use new functionality

12 lines of code changed in 4 files:

  • Dataflow/Ports: GeometryPort.cc (new), GeometryPort.h (new)
worthen 2005-02-21 21:54 Rev.: 28824

remove unnecessary SCICORESHARE

25 lines of code changed in 14 files:

  • Dataflow/Ports: BundlePort.cc (+2 -3), ColorMapPort.cc (+2 -2), Colormap2Port.cc (+2 -3), FieldPort.cc (+2 -2), GLTexture3DPort.cc (new 2), GeometryComm.h (+1 -3), GeometryPort.cc (+2 -2), GeometryPort.h (+2 -3), ImagePort.cc (+2 -3), MatrixPort.cc (+2 -4), NrrdPort.cc (+2 -3), PathPort.cc (+2 -2), TexturePort.cc (+2 -3)
callahan 2005-02-04 18:44 Rev.: 28472

Merge v1_24_0_release

138 lines of code changed in 6 files:

  • Dataflow/Ports: BundlePort.cc (+75), BundlePort.h (new 49), NrrdPort.cc (+1 -1), SimplePort.h (+8 -2), TexturePort.cc (+1 -1), sub.mk (+4 -4)
Generated by StatSVN 0.4.0