[root]/Packages/Teem/Dataflow/Modules/DataIO
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 50 (100.0%) | 1147 (100.0%) | 22.9 |
darbyb | 8 (16.0%) | 958 (83.5%) | 119.7 |
allen | 11 (22.0%) | 60 (5.2%) | 5.4 |
mdavis | 2 (4.0%) | 35 (3.1%) | 17.5 |
dav | 11 (22.0%) | 35 (3.1%) | 3.1 |
mjc | 7 (14.0%) | 32 (2.8%) | 4.5 |
callahan | 7 (14.0%) | 14 (1.2%) | 2.0 |
worthen | 4 (8.0%) | 13 (1.1%) | 3.2 |
added indexing to the writter
0 lines of code changed in 2 files:
Fix crash bug in png reader.
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:
Get rid of dependency on external readdir, opendir, closedir (wrote out own)
Consolidate stack trace into one function, and make available to anywhere
Add a public domain utility for windows to do the stack trace
Parse filenames in ServiceDB for windows like we do in PackageDB (I.e., filenames can have colons in them.
1 lines of code changed in 1 file:
changed NrrdData->nrrd to NrrdData->nrrd_
35 lines of code changed in 2 files:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
56 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.
94 lines of code changed in 3 files:
M Core/Persistent/Persistent.h
Put default parameter values in the 'definition', not in the friend
statement. This makes xlC (AIX) happy.
M Core/Datatypes/SparseRowMatrix.cc
Cleaned up compiler warnings and formatting.
M Core/Datatypes/SearchGrid.cc
Use SCI's 'Round' instead of round... fixes compilation problem on SGI (I think it is SGI).
M Packages/BioPSE/Core/Datatypes/SegLatVolField.cc
M Packages/Teem/Dataflow/Modules/DataIO/ImageImporter.cc
M Packages/Teem/Dataflow/Modules/Gage/GageProbe.cc
M Packages/Teem/Dataflow/Modules/Segmentation/MRITissueClassifier.cc
- Initialized variables that may be used without being set... not sure if
my initialization value is right, but it better than randomness...
- PLEASE, Please, please... don't use one character variable
names... (and if you must, please declare them right where they are
used and only use them in a small '{}' section.
M Packages/Uintah/Dataflow/Modules/Visualization/sub.mk
Requires the Core/Basis lib. (The Mac is picky)
3 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
27 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
27 lines of code changed in 6 files:
Move module gui variable initialization into the .cc files.
14 lines of code changed in 5 files:
Remove dependency on ImageMagick. Now use PNG library to read/write files and use ImageMagick's convert program (if available) to convert to appropriate file.
280 lines of code changed in 2 files:
Port Insight to windows, fix recent commits and Containers to work with Windows, and use an $(OBJEXT) in make variables instead of assuming .o for compiling
1 lines of code changed in 1 file:
increment sci version, look for system versions of libxml2 and ImageMagick if they don't exist in thirdparty, remove unused check for Advanced Volume Rendering from configure
5 lines of code changed in 1 file:
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
11 lines of code changed in 2 files:
Fix to handle recent GDCM API change.
38 lines of code changed in 1 file:
DicomNrrdReader now uses GDCM for reading Dicom. It was using ITK and ITK now uses GDCM. Users can configure --with-gdcm or if they are configuring --with-insight, it will use the gdcm distributed with ITK. Still some questions about orientation information to look into.
546 lines of code changed in 2 files:
Fixes to allow OSX build on both 10.3 and 10.4 systems (with respect
to the libSystemStubs).
M configure
M configure.ac
Always set NEED_OSX_<vars> to no unless they are set to 'yes'.
(Before they were left blank.) Check for OSX 10.4 (which is actually
version '8' as found through 'uname') to determine if libSystemStubs
is necessary.
Fixed redirection operator. ('2>&1' must be at the end of the line.)
Fixed Lapack check to be consistent with other checks. (Ie: at 'lib'
to the end of the dir specified.) Lapack does not require fortran or
blas libs, so removed them from check. Error out if lapack required
and it is not found.
M configVars.mk.in
Added @NEED_OSX_SYSTEMSTUBS@.
M Dataflow/Modules/Render/sub.mk
M Packages/Teem/Dataflow/Modules/DataIO/sub.mk
If NEED_OSX_SYSTEMSTUBS, then add -lSystemStubs
1 lines of code changed in 1 file:
The following changes were made by J. Davison de St. Germain using C. Thurston's account.
M src/configure
M src/configure.ac
Fixed misspelling of 'fotran'. Must use the Fortran 'lib dir'
wherever we use the Fortran 'lib'. I assume this has not bitten us
before because libg2c has always been in a central location (like
/usr/lib).
M src/aclocal.m4
Check for -framework flag was broken... don't know how this has been
working... (Only a Mac issue.)
M src/Dataflow/Modules/Render/sub.mk
M src/Packages/Teem/Dataflow/Modules/DataIO/sub.mk
For whatever reason, under gcc 3.3 on a OSX 10.4 box, some 'stub'
symbols are missing... We have to include libSystemStubs.dylib to get
it to link...
> ifeq ($(IS_OSX),yes)
> LIBS += -lSystemStubs
> endif
4 lines of code changed in 1 file: