Directory Libs/ITKCommandIO/

Directory Created:
2006-06-16 09:39
Total Files:
9
Deleted Files:
0
Lines of Code:
1537

[root]/Libs/ITKCommandIO

Lines of Code

Libs/ITKCommandIO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 45 (100.0%) 1677 (100.0%) 37.2
hliu 10 (22.2%) 1379 (82.2%) 137.9
barre 8 (17.8%) 128 (7.6%) 16.0
pieper 8 (17.8%) 123 (7.3%) 15.3
millerjv 8 (17.8%) 46 (2.7%) 5.7
lorensen 9 (20.0%) 1 (0.1%) 0.1
jcfr 1 (2.2%) 0 (0.0%) 0.0
domibel 1 (2.2%) 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/ITKCommandIO: CMakeLists.txt (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Libs/ITKCommandIO: CMakeLists.txt (changed)
lorensen 2008-12-28 13:47 Rev.: 8201

COMP: warnings, mainly about possible use of variables that have not been assigned values.

1 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIO.cxx (+1 -1)
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/ITKCommandIO: 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/ITKCommandIO: CMakeLists.txt (+7 -3)
barre 2008-05-27 12:32 Rev.: 6877

ENH: fix POST_BUILD issue by using SET_TARGET_PROPERTIES

10 lines of code changed in 1 file:

  • Libs/ITKCommandIO: CMakeLists.txt (+10 -20)
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

2 lines of code changed in 1 file:

  • Libs/ITKCommandIO: CMakeLists.txt (+2)
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.

37 lines of code changed in 2 files:

  • Libs/ITKCommandIO: CMakeLists.txt (+37 -13), itkCommandIOConfigure.h.in (-7)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

68 lines of code changed in 1 file:

  • Libs/ITKCommandIO: CMakeLists.txt (+68 -32)
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/ITKCommandIO: 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/ITKCommandIO: 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/ITKCommandIO: 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.

31 lines of code changed in 2 files:

  • Libs/ITKCommandIO: CMakeLists.txt (+29 -8), itkCommandIOPlugin.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/ITKCommandIO: CMakeLists.txt (+4 -1)
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

13 lines of code changed in 1 file:

  • Libs/ITKCommandIO: CMakeLists.txt (+13)
lorensen 2006-12-21 07:33 Rev.: 1901

ENH: added svn:keywords and copyright where appropriate.

0 lines of code changed in 8 files:

  • Libs/ITKCommandIO: itkCommandIO.cxx (changed), itkCommandIO.h (changed), itkCommandIOConfigure.h.in (changed), itkCommandIOFactory.cxx (changed), itkCommandIOFactory.h (changed), itkCommandIOPlugin.cxx (changed), itkCommandIOPlugin.h (changed), itkCommandIOWin32Header.h (changed)
millerjv 2006-06-26 10:44 Rev.: 743

COMP: EXPORT madness

8 lines of code changed in 4 files:

  • Libs/ITKCommandIO: CMakeLists.txt (+1 -9), itkCommandIO.h (+1 -1), itkCommandIOFactory.h (+2 -1), itkCommandIOWin32Header.h (+4 -4)
pieper 2006-06-23 07:16 Rev.: 674

BUG: missing header file

35 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIOWin32Header.h (new 35)
pieper 2006-06-22 14:35 Rev.: 663

BUG: file not originally committed

33 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIOConfigure.h.in (new 33)
pieper 2006-06-20 07:49 Rev.: 616

BUG: needed to escape the backslash for window

2 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIO.cxx (+2 -2)
hliu 2006-06-19 13:26 Rev.: 612

ENH: enhanced CanReadFile() and CanWriteFile().

41 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIO.cxx (+41 -7)
pieper 2006-06-16 15:40 Rev.: 593

ENH: changes for windows compatibility of ITKCommandIO and slicerio -- still having a link problem on windows, so ITKCommandIO disabled for now

39 lines of code changed in 3 files:

  • Libs/ITKCommandIO: CMakeLists.txt (+31 -10), itkCommandIO.h (+3 -1), itkCommandIOFactory.h (+5 -1)
hliu 2006-06-16 14:26 Rev.: 591

ENH:added debug message.

1 lines of code changed in 1 file:

  • Libs/ITKCommandIO: itkCommandIO.cxx (+1)
hliu 2006-06-16 13:04

ENH: make it a plugin.

86 lines of code changed in 3 files:

  • Libs/ITKCommandIO: CMakeLists.txt (+20 -12), itkCommandIOPlugin.cxx (new 28), itkCommandIOPlugin.h (new 38)
hliu 2006-06-16 09:39 Rev.: 582

ENH: added itk classes for command IO for Slicer3 development.

1251 lines of code changed in 5 files:

  • Libs/ITKCommandIO: CMakeLists.txt (new 34), itkCommandIO.cxx (new 1008), itkCommandIO.h (new 96), itkCommandIOFactory.cxx (new 48), itkCommandIOFactory.h (new 65)
Generated by StatSVN 0.5.0