[root]/Packages/Teem/Dataflow/Modules/Converters
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 544 (100.0%) | 9.5 |
allen | 14 (24.6%) | 237 (43.6%) | 16.9 |
darbyb | 4 (7.0%) | 148 (27.2%) | 37.0 |
callahan | 20 (35.1%) | 54 (9.9%) | 2.7 |
mjc | 5 (8.8%) | 45 (8.3%) | 9.0 |
dav | 8 (14.0%) | 38 (7.0%) | 4.7 |
worthen | 6 (10.5%) | 22 (4.0%) | 3.6 |
fixed data crash and cleanup indenting
0 lines of code changed in 2 files:
minor cleanup, fix error messages.
0 lines of code changed in 2 files:
Fix nrrdKind, we're sending separate scalars and not a nrrdKind4Color blob. Also use memcpy to make nrrd, faster and more accurate.
0 lines of code changed in 2 files:
fix sub varinclude/sci_defs/environment_testdefs.h.in
4 lines of code changed in 2 files:
Use get_input_handle and send_output_handle for ports.
52 lines of code changed in 8 files:
fix dyn comp on 32 bit linux
28 lines of code changed in 1 file:
Fix compiler warning.
0 lines of code changed in 2 files:
Fix FieldToNrrd conversion of tensor data. It was converting tensors to doubles and labeling them as floats. Convert to floats again.
0 lines of code changed in 4 files:
BioTensor fixes
8 lines of code changed in 1 file:
Fix crash bug when switching between NrrdToField output basis types. The basis wasn't being saved in the dynamically compiled filename so only the one first used would work.
1 lines of code changed in 1 file:
add usigned ints to remove warning messages
0 lines of code changed in 2 files:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
89 lines of code changed in 1 file:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
144 lines of code changed in 7 files:
Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.
148 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
38 lines of code changed in 8 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
9 lines of code changed in 3 files:
Move module gui variable initialization into the .cc files.
1 lines of code changed in 1 file:
SHARE -> SCISHARE
5 lines of code changed in 3 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
17 lines of code changed in 3 files: