[root]/Packages/ModelCreation/Dataflow/Modules/DataIO
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 50 (100.0%) | 92 (100.0%) | 1.8 |
mjc | 14 (28.0%) | 48 (52.2%) | 3.4 |
jeroen | 6 (12.0%) | 27 (29.3%) | 4.5 |
dav | 30 (60.0%) | 17 (18.5%) | 0.5 |
Adding Filename output ports for file readers so one can add the filename in the viewer automatically. Fixing problem with std namespaces being added by SCIRun include files. Using explicit namespace declarations to avoid problem by spill over of other namespaces included using 'using namespace'
13 lines of code changed in 2 files:
Some things got apparently not fixed when the Module class was redone
14 lines of code changed in 4 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
17 lines of code changed in 30 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
48 lines of code changed in 14 files: