[go: up one dir, main page]

Menu

/3rd Commit Log


Commit Date  
[r334] by twop

Fixed INSTALL_TARGETS in CMakeLists.txt

E.g. changed
INSTALL_TARGETS(/lib libFilterChain)

to

INSTALL(TARGETS libFilterChain
RUNTIME DESTINATION lib
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)

in all files.

2015-11-03 09:43:29 Tree
[r308] by benjaminbertram

Update copyright and license information in external.

2015-08-24 18:26:37 Tree
[r140] by benjaminbertram

remove dependency from GetImageDimension Macro

2013-05-03 15:24:47 Tree
[r129] by benjaminbertram

replace ITK_TYPENAME with typename

2012-11-30 12:02:39 Tree
[r128] by benjaminbertram

create branch for ITK 4 compatibility

2012-11-30 11:54:27 Tree
[r125] by benjaminbertram

fixed include: itkEuclideanDistanceMetric

2012-11-15 12:42:59 Tree
[r84] by benjaminbertram

c++ class wrapper around my_getopt.

2011-03-07 20:43:36 Tree
[r82] by benjaminbertram

removed long in Code/IO and Utilities/MetaIO

2011-03-07 20:40:04 Tree
[r78] by benjaminbertram

vendor branch 1.0 of my_getopt

2011-03-03 15:27:05 Tree
[r77] by benjaminbertram

add upstream version of my_getopt

2011-03-03 15:25:51 Tree
Older >