[root]/Dataflow/Modules/DataIO
doc
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 148 (100.0%) | 2.5 |
callahan | 14 (24.6%) | 79 (53.4%) | 5.6 |
mjc | 14 (24.6%) | 37 (25.0%) | 2.6 |
dav | 25 (43.9%) | 30 (20.3%) | 1.2 |
worthen | 1 (1.8%) | 1 (0.7%) | 1.0 |
jeroen | 3 (5.3%) | 1 (0.7%) | 0.3 |
Bug fix
0 lines of code changed in 2 files:
Somehow this module got broken in the last series of updates........
1 lines of code changed in 1 file:
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
30 lines of code changed in 25 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
37 lines of code changed in 14 files:
Fix guivar initialization for GenericReader and GenericWriter derived classes.
4 lines of code changed in 2 files:
Move module gui variable initialization into the .cc files. Also add some virtual destructors that were missing from modules.
75 lines of code changed in 12 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
1 lines of code changed in 1 file: