Directory Libs/MGHImageIO/

Directory Created:
2006-09-29 11:08
Total Files:
9
Deleted Files:
0
Lines of Code:
1346

[root]/Libs/MGHImageIO

Lines of Code

Libs/MGHImageIO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 1504 (100.0%) 38.5
pieper 9 (23.1%) 1101 (73.2%) 122.3
naucoin 13 (33.3%) 249 (16.6%) 19.1
barre 10 (25.6%) 117 (7.8%) 11.7
millerjv 4 (10.3%) 37 (2.5%) 9.2
lorensen 1 (2.6%) 0 (0.0%) 0.0
jcfr 1 (2.6%) 0 (0.0%) 0.0
domibel 1 (2.6%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (changed)
pieper 2009-09-10 13:11 Rev.: 10443

COMP: apply patches from Attila Nagy for Solaris builds

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (changed)
naucoin 2009-02-25 12:46 Rev.: 8745

COMP: init var

16 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (+16 -16)
naucoin 2008-11-24 10:30 Rev.: 7963

BUG: check return from write

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (changed)
lorensen 2008-11-22 11:52 Rev.: 7951

COMP: various warnings.

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (changed)
naucoin 2008-07-30 09:58 Rev.: 7364

BUG: fixing MGH (uncompressed) file writing, it wasn't converting back to RAS from LPS.

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (changed)
naucoin 2008-07-29 18:23 Rev.: 7359

BUG: fixing MGZ file writing, it wasn't converting back to RAS from LPS. ToDo: fix MGH writing

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (changed)
barre 2008-05-27 23:38 Rev.: 6891

ENH: the ITKFactories plugin are .dylib, copied to .so, but the .so were never installed. Fixed.

4 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+4)
barre 2008-05-27 18:27 Rev.: 6890

ENH: fix ITKFactories issues again

7 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+7 -3)
barre 2008-05-27 12:32 Rev.: 6877

ENH: fix POST_BUILD issue by using SET_TARGET_PROPERTIES

13 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+13 -24)
barre 2008-05-22 11:42 Rev.: 6821

ENH: VERBATIM is still not the default in ADD_CUSTOM_COMMAND but this is really the way to go if you want to be able to deal with spaces *and* parenthesis in your path on unix

4 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+4 -1)
barre 2008-05-21 18:25 Rev.: 6803

ENH: make sure all sub-project in Libs/ can be built in a standalone fashion (remove 99% of the refs to Slicer3, macros, etc). Make sure all external toolkits are properly included, and fix some issues in MRML with respect to TEEM/vtkTeem.

18 lines of code changed in 2 files:

  • Libs/MGHImageIO: CMakeLists.txt (+18 -14), itkMGHImageIOConfigure.h.in (-7)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

69 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+69 -33)
barre 2008-04-25 17:27 Rev.: 6552

ENH: allow a module (Modules/GradientAnisotropicDiffusionFilter for now) to be built in a standalone fashion against eithera Slicer3 build or Slicer3 installed. Update the config files accordingly, add missing installation rules, etc. Also unscreamify and indent many CMakeLists.txt in the process.

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (changed)
millerjv 2008-01-31 12:24 Rev.: 5665

ENH: Changes in the Slicer3 installation layout to simplify navigation. Most things will now try install themselves under <Installation Directory>/lib/<Package> or <Installation Directory>/include/<Package>. For example, <Installation Directory>/lib/Slicer3, <Installation Directory>/lib/MRML, <Installation Directory>/lib/ModuleDescriptionParser. This allows setting include and library paths consistently using ../<SomeOtherPackage> or ../../include/<SomeOtherPackage>, etc.

3 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+3 -3)
pieper 2008-01-14 16:05 Rev.: 5495

COMP: put all INSTALL commands into a single CMake directive

1 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+1 -2)
millerjv 2008-01-14 13:18 Rev.: 5492

BUG: To address performance issues in launching executable command line modules from within Slicer on the Mac, we now use an ITKFactories directory to store the shared objects for new ITK IO formats. This saves opening all the shared objects in the bin directory when running a plugin. While this addresses a Mac issue, all platforms should benefit.

30 lines of code changed in 2 files:

  • Libs/MGHImageIO: CMakeLists.txt (+28 -6), itkMGHIOPlugin.cxx (+2 -2)
millerjv 2007-10-09 11:02 Rev.: 4569

ENH: Update INSTALL_* commands to INSTALL() commands.

4 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+4 -3)
pieper 2007-09-27 16:29 Rev.: 4454

ENH: work around issue with names of shared libraries on mac for use as ITK IO Plugins

14 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+14)
pieper 2007-08-09 17:22 Rev.: 4034

COMP: fix from Casey Goodlett for using ITK built against system-installed zlib

0 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.h (changed)
naucoin 2007-03-20 17:47 Rev.: 2992

STYLE: fixing indentation

8 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (+8 -8)
naucoin 2007-03-06 18:43 Rev.: 2836

BUG: always convert to LPS, it's not dependant on the scan order

37 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (+37 -16)
naucoin 2007-02-06 17:50 Rev.: 2467

BUG: code from Dennis Jen to read the direction cosines and calculate the image orientation

45 lines of code changed in 2 files:

  • Libs/MGHImageIO: itkMGHImageIO.cxx (+38 -4), itkMGHImageIO.h (+7 -3)
barre 2006-12-11 16:21 Rev.: 1776

ENH: fix Win32 header

1 lines of code changed in 1 file:

  • Libs/MGHImageIO: itkMGHIOWin32Header.h (+1 -1)
barre 2006-12-11 12:50 Rev.: 1771

ENH: I doubt anybody has done static build so far because SLICER3_LIB_INSTALL_DIR would not be set (?), and INSTALL_TARGETS would fail in a few Libs component. Comment the install command until the installation stuff is fixed.

1 lines of code changed in 1 file:

  • Libs/MGHImageIO: CMakeLists.txt (+1 -1)
pieper 2006-10-02 12:12 Rev.: 1394

ENH: code from Georghe at MGH, modified for slicer, for reading MGH files

1086 lines of code changed in 5 files:

  • Libs/MGHImageIO: itkMGHIOWin32Header.h (+11 -11), itkMGHImageIO.cxx (new 909), itkMGHImageIO.h (new 78), itkMGHImageIOFactory.cxx (new 35), itkMGHImageIOFactory.h (new 53)
naucoin 2006-09-29 11:08 Rev.: 1382

ENH: library to incorporate reading MGH/MGZ images into the ITK readers

143 lines of code changed in 5 files:

  • Libs/MGHImageIO: CMakeLists.txt (new 50), itkMGHIOPlugin.cxx (new 14), itkMGHIOPlugin.h (new 25), itkMGHIOWin32Header.h (new 34), itkMGHImageIOConfigure.h.in (new 20)
Generated by StatSVN 0.5.0