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 |
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:
Use ColorMap2 instead of Colormap2 for consistency.
1 lines of code changed in 1 file:
Rename ColorMap2 files to match the class type (Colormap2 to ColorMap2)
101 lines of code changed in 6 files:
Instantiate port templates in appropriate .cc files, remove unused port files
35 lines of code changed in 15 files:
Add port caching interface to NetworkEditor and Module.h
3 lines of code changed in 2 files:
Fix mac compilation, bad default arguement
1 lines of code changed in 1 file:
General fix for PropertyManager freezing on port send. Make it apply to all applicable PropertyManager objects
19 lines of code changed in 3 files:
Fix typo in last checkin
3 lines of code changed in 1 file:
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:
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:
Add get_cache function calls so we can test for port caching
4 lines of code changed in 1 file:
Added full list of libraries.
13 lines of code changed in 1 file:
New StringPort, for String objects
122 lines of code changed in 4 files:
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:
Retire .cvsignore files
0 lines of code changed in 1 file:
Synchronize Viewer with Scheduler execution completion tracking, move regression callback to use new functionality
12 lines of code changed in 4 files:
remove unnecessary SCICORESHARE
25 lines of code changed in 14 files:
Merge v1_24_0_release
138 lines of code changed in 6 files: