/trunk/src Developers: darbyb

Login name:
darbyb
Total Commits:
132 (0.6%)
Lines of Code:
3563 (0.9%)
Most Recent Commit:
2006-06-18 18:53

Activity by Clock Time

Activity by Hour of Day for darbyb

Activity by Day of Week for darbyb

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 132 (100.0%) 3563 (100.0%) 26.9
/ 13 (9.8%) 1013 (28.4%) 77.9
Packages/Teem/Dataflow/Modules/DataIO/ 8 (6.1%) 958 (26.9%) 119.7
Packages/Teem/nets/PowerApps/ 4 (3.0%) 338 (9.5%) 84.5
Packages/Teem/Dataflow/Modules/Converters/ 4 (3.0%) 148 (4.2%) 37.0
Dataflow/Modules/Render/ 3 (2.3%) 148 (4.2%) 49.3
Packages/DataIO/Dataflow/Modules/Readers/ 2 (1.5%) 127 (3.6%) 63.5
Packages/Fusion/Dataflow/Modules/Fields/ 2 (1.5%) 92 (2.6%) 46.0
Core/Datatypes/ 3 (2.3%) 88 (2.5%) 29.3
Packages/rtrt/StandAlone/tex-utils/ 10 (7.6%) 72 (2.0%) 7.2
include/sci_defs/ 7 (5.3%) 54 (1.5%) 7.7
Packages/Insight/Dataflow/Modules/Converters/ 2 (1.5%) 52 (1.5%) 26.0
Core/Util/ 1 (0.8%) 41 (1.2%) 41.0
Packages/Teem/Dataflow/Modules/Tend/ 6 (4.5%) 40 (1.1%) 6.6
Packages/CardioWave/Core/Datatypes/ 1 (0.8%) 37 (1.0%) 37.0
Core/Thread/ 1 (0.8%) 36 (1.0%) 36.0
Core/Exceptions/ 4 (3.0%) 31 (0.9%) 7.7
Packages/Teem/Dataflow/GUI/ 5 (3.8%) 28 (0.8%) 5.6
Packages/Teem/Dataflow/Modules/Unu/ 10 (7.6%) 26 (0.7%) 2.6
Packages/ModelCreation/Core/Datatypes/ 1 (0.8%) 25 (0.7%) 25.0
Core/Bundle/ 1 (0.8%) 23 (0.6%) 23.0
Core/Persistent/ 1 (0.8%) 21 (0.6%) 21.0
Packages/Fusion/Dataflow/Modules/DataIO/ 1 (0.8%) 20 (0.6%) 20.0
Packages/Insight/Dataflow/GUI/ 5 (3.8%) 18 (0.5%) 3.6
Packages/Teem/Dataflow/Modules/Segmentation/ 1 (0.8%) 15 (0.4%) 15.0
Packages/Insight/Dataflow/Modules/Filters/ 3 (2.3%) 15 (0.4%) 5.0
Core/OS/ 1 (0.8%) 15 (0.4%) 15.0
Core/Containers/ 1 (0.8%) 15 (0.4%) 15.0
Packages/Teem/Dataflow/Modules/Gage/ 1 (0.8%) 11 (0.3%) 11.0
Dataflow/Modules/Fields/ 2 (1.5%) 10 (0.3%) 5.0
Core/Geom/ 4 (3.0%) 10 (0.3%) 2.5
Packages/VS/Dataflow/Modules/Render/ 1 (0.8%) 8 (0.2%) 8.0
Packages/Teem/Dataflow/Modules/NrrdData/ 3 (2.3%) 7 (0.2%) 2.3
Packages/rtrt/Core/ 1 (0.8%) 5 (0.1%) 5.0
Dataflow/Modules/Math/ 1 (0.8%) 4 (0.1%) 4.0
Packages/Teem/Dataflow/XML/ 2 (1.5%) 2 (0.1%) 1.0
Packages/Ptolemy/Core/PtolemyInterface/ 2 (1.5%) 2 (0.1%) 1.0
Core/ 3 (2.3%) 2 (0.1%) 0.6
include/ 1 (0.8%) 1 (0.0%) 1.0
Packages/Teem/nets/Modules/Converters/ 2 (1.5%) 1 (0.0%) 0.5
Packages/ModelCreation/Core/Numeric/ 1 (0.8%) 1 (0.0%) 1.0
Packages/MatlabInterface/Core/Datatypes/ 1 (0.8%) 1 (0.0%) 1.0
Core/Volume/ 1 (0.8%) 1 (0.0%) 1.0
Core/Algorithms/DataIO/ 5 (3.8%) 1 (0.0%) 0.2

Activity of darbyb

Most Recent Commits

darbyb 2006-06-18 18:53 Rev.: 34525

More updates to CMake files. Only building the Core libraries: Exceptions, Thread, Containers, and Util. Found more includes/libs such as threads libraries. Tested w/Visual Studio 2003 and cygwin so far.

0 lines of code changed in 6 files:

  • Core: CMakeLists.txt (new)
  • Core/Exceptions: CMakeLists.txt (new)
  • include/sci_defs: CMakeLists.txt (changed)
darbyb 2006-06-14 11:01 Rev.: 34488

Fix name to test file.

1 lines of code changed in 1 file:

  • Core/Exceptions: CMakeLists.txt (+1 -1)
darbyb 2006-06-13 20:30 Rev.: 34483

Initial commit of proof of concept of building SCIRun libraries with CMake. Currently, only a few Core libraries are being built. I have only tested this on Windows so far. More to come.

302 lines of code changed in 12 files:

  • CMakeLists.txt (new 1)
  • Core: CMakeLists.txt (+2)
  • Core/Containers: CMakeLists.txt (new 15)
  • Core/Datatypes: CMakeLists.txt (new 34), CMakeLists.txt.bak (new 53)
  • Core/Exceptions: CMakeLists.txt (+30)
  • Core/OS: CMakeLists.txt (new 15)
  • Core/Persistent: CMakeLists.txt (new 21)
  • Core/Thread: CMakeLists.txt (new 36)
  • Core/Util: CMakeLists.txt (new 41)
  • include: CMakeLists.txt (new 1)
  • include/sci_defs: CMakeLists.txt (+53)
darbyb 2006-04-25 09:45 Rev.: 33991

Fix PowerApps due to changes in Choose modules. The port-index variable was renamed to port-selected-index and the choose modules needed to be set to not use the first valid field.

311 lines of code changed in 3 files:

  • Packages/Teem/nets/PowerApps: BioImage.app (new), BioTensor.app (+275 -264)
darbyb 2006-04-12 08:19 Rev.: 33834

Fix default value for Choose modules.

27 lines of code changed in 1 file:

  • Packages/Teem/nets/PowerApps: BioTensor.app (+27)
darbyb 2006-04-03 18:57 Rev.: 33754

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.

881 lines of code changed in 74 files:

  • configure (+1 -1), configure.ac (+1 -1)
  • Core/Bundle: Bundle.cc (+23 -10)
  • Core/Datatypes: NrrdData.cc (+1 -1)
  • Core/Geom: ColorMappedNrrdTextureObj.cc (+2 -2), FreeTypeTextTexture.cc (+5 -1), NrrdTextureObj.cc (+1 -1), TextureObj.cc (+2 -2)
  • Core/Volume: CM2Widget.cc (+1 -1)
  • Dataflow/Modules/Fields: ClipByFunction.cc (+4 -3), ClipLattice.h (+6 -4)
  • Dataflow/Modules/Math: MappingMatrixToMaskVector.cc (+4 -3)
  • Dataflow/Modules/Render: PainterTools.cc (+9 -6), ViewSlices.cc (+15 -7)
  • Packages/CardioWave/Core/Datatypes: TimeDataFile.cc (+37 -11)
  • Packages/DataIO/Dataflow/Modules/Readers: HDF5DataReader.cc (+34 -32), MDSPlusDataReader.cc (+93 -49)
  • Packages/Fusion/Dataflow/Modules/DataIO: VULCANDataReader.cc (+20 -12)
  • Packages/Fusion/Dataflow/Modules/Fields: NIMRODConverter.h (+60 -31), VULCANConverter.h (+32 -15)
  • Packages/Insight/Dataflow/Modules/Converters: BuildSeedVolume.cc (+4 -1), ImageToNrrd.cc (+48 -27)
  • Packages/MatlabInterface/Core/Datatypes: matlabconverter.cc (+1 -1)
  • Packages/ModelCreation/Core/Datatypes: TimeDataFile.cc (new 25)
  • Packages/Ptolemy/Core/PtolemyInterface: JNIUtils.cc (new)
  • Packages/Teem/Dataflow/GUI: TendAnhist.tcl (+17 -1), TendEvecRGB.tcl (new)
  • Packages/Teem/Dataflow/Modules/Converters: ColorMap2ToNrrd.cc (+3 -1), ColorMapToNrrd.cc (+3 -1), ConvertToNrrd.h (+118 -58), MatrixToNrrd.cc (+24 -14)
  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (+29 -23), DicomNrrdReader.cc (+61 -27), ImageImporter.cc (+4 -1)
  • Packages/Teem/Dataflow/Modules/Gage: GageProbe.cc (+11 -8)
  • Packages/Teem/Dataflow/Modules/NrrdData: NrrdGradient.cc (+1 -1), NrrdSelectTime.cc (+4 -4), NrrdSetupTexture.cc (+2 -2)
  • Packages/Teem/Dataflow/Modules/Segmentation: MRITissueClassifier.cc (+15 -7)
  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+19 -4), TendBmat.cc (+2 -1), TendEpireg.cc (+2 -1), TendEval.cc (+4 -2), TendEvec.cc (+4 -2), TendEvecRGB.cc (+9 -3)
  • Packages/Teem/Dataflow/Modules/Unu: UnuCrop.cc (+2 -2), UnuInset.cc (+1 -1), UnuJhisto.cc (+2 -2), UnuMake.cc (+1 -1), UnuPad.cc (+3 -3), UnuPermute.cc (+7 -7), UnuResample.cc (+3 -3), UnuReshape.cc (+1 -1), UnuRmapN.cc (+1 -1), UnuShuffle.cc (+5 -5)
  • Packages/Teem/Dataflow/XML: TendAnhist.xml (new)
  • Packages/Teem/nets/Modules/Converters: to_and_from_lvd.fld.srn (+1 -1)
  • Packages/VS/Dataflow/Modules/Render: EinthovenLeads.cc (+8 -4)
  • Packages/rtrt/Core: SketchMaterial.h (+5 -1)
  • Packages/rtrt/StandAlone/tex-utils: batch-pca.cc (+23 -6), pca-error.cc (+3 -1), pnn-vq.cc (+7 -2), rm-black.cc (+15 -3), serial_batch-pca.cc (+21 -5), vq-error.cc (new)
darbyb 2006-03-29 08:46 Rev.: 33673

Fixed capitalization of Datatypes directory in include.

1 lines of code changed in 1 file:

  • Packages/ModelCreation/Core/Numeric: NumericAlgo.cc (+1 -1)
darbyb 2006-02-28 12:59 Rev.: 33364

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.

691 lines of code changed in 8 files:

  • configVars.mk.in (+1 -3), configure (+285 -834), configure.ac (+1 -102)
  • Dataflow/Modules/Render: OpenGL.cc (+124 -52)
  • Packages/Teem/Dataflow/Modules/DataIO: ImageExporter.cc (+148 -211), ImageImporter.cc (+132 -65)
  • include/sci_defs: image_testdefs.h.in (-1)
darbyb 2006-02-15 22:24 Rev.: 33283

Fix configuring --with-teem

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)
darbyb 2006-01-30 13:00 Rev.: 33104

Make sure version of Insight build is new enough that it contains the GDCM library.

128 lines of code changed in 2 files:

  • configure (+64 -50), configure.ac (+64 -50)
darbyb 2006-01-30 12:39 Rev.: 33103

Fix to handle recent GDCM API change.

38 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+38 -15)
darbyb 2006-01-29 23:23 Rev.: 33099

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.

1148 lines of code changed in 13 files:

  • configVars.mk.in (+4), configure (+447 -149), configure.ac (+142 -2)
  • Core/Algorithms/DataIO: DicomImage.cc (del), DicomImage.h (del), DicomSeriesReader.cc (del), DicomSeriesReader.h (del), sub.mk (+1 -3)
  • Packages/Teem/Dataflow/GUI: DicomNrrdReader.tcl (+7 -6)
  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+544 -189), sub.mk (+2 -2)
  • include/sci_defs: teem_testdefs.h.in (new)
darbyb 2005-12-30 13:50 Rev.: 32927

Add Reset Filter button to level set filters. This is useful when the user has selected to stop a given segmentation, and then wants to re-execute and have it start over, not continue from where it was at.

33 lines of code changed in 8 files:

  • Packages/Insight/Dataflow/GUI: CannySegmentationLevelSetImageFilter.tcl (+6 -1), GeodesicActiveContourLevelSetImageFilter.tcl (+6 -1), ThresholdSegmentationLevelSetImageFilter.tcl (new)
  • Packages/Insight/Dataflow/Modules/Filters: CannySegmentationLevelSetImageFilter.cc (+5 -1), GeodesicActiveContourLevelSetImageFilter.cc (+5 -2), ThresholdSegmentationLevelSetImageFilter.cc (+5 -2)
Generated by StatSVN 0.4.0