[root]/Dataflow/Modules/String
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 37 (100.0%) | 97 (100.0%) | 2.6 |
dav | 14 (37.8%) | 26 (26.8%) | 1.8 |
jeroen | 2 (5.4%) | 21 (21.6%) | 10.5 |
allen | 2 (5.4%) | 16 (16.5%) | 8.0 |
mjc | 6 (16.2%) | 14 (14.4%) | 2.3 |
callahan | 9 (24.3%) | 13 (13.4%) | 1.4 |
worthen | 2 (5.4%) | 7 (7.2%) | 3.5 |
kuzimmer | 2 (5.4%) | 0 (0.0%) | 0.0 |
partial clean of the GetFileName module and incorporated it into the HDF5DataReader
16 lines of code changed in 2 files:
Fix compiler warnings, remove what appeared to be a redundant if statement.
0 lines of code changed in 2 files:
Fix compiler warnings.
1 lines of code changed in 1 file:
Fix various compiler warnings.
6 lines of code changed in 1 file:
Fix sprintf, there was duplicate code that caused the module to crash
3 lines of code changed in 1 file:
Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc
Fixed compiler warnings.
Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc
Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)
Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc
Changed 'filed' to 'field'... I think it was a typo.
Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk
SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.
Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc
Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)
Packages/rtrt/StandAlone/tex-utils/pca-error.cc
Use the new Teem '_nva' version of the function.
4 lines of code changed in 1 file:
Making things compile on my machine again...
18 lines of code changed in 1 file:
allow the String library to be compiled when user types 'make scimodules'
0 lines of code changed in 2 files:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
22 lines of code changed in 13 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
14 lines of code changed in 6 files:
Move module gui variable initialization into the .cc files.
2 lines of code changed in 2 files:
Move module gui variable initialization into the .cc files.
1 lines of code changed in 1 file:
Move module gui variable initialization into the .cc files.
3 lines of code changed in 2 files:
Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions
7 lines of code changed in 2 files: