
| 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 |
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:
ENH: Version numbering for shared libraries
0 lines of code changed in 1 file:
COMP: warnings, mainly about possible use of variables that have not been assigned values.
1 lines of code changed in 1 file:
ENH: the ITKFactories plugin are .dylib, copied to .so, but the .so were never installed. Fixed.
4 lines of code changed in 1 file:
ENH: fix ITKFactories issues again
7 lines of code changed in 1 file:
ENH: fix POST_BUILD issue by using SET_TARGET_PROPERTIES
10 lines of code changed in 1 file:
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:
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:
ENH: Slicer3 Spring Installation Clean Up
68 lines of code changed in 1 file:
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:
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:
COMP: put all INSTALL commands into a single CMake directive
1 lines of code changed in 1 file:
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:
ENH: Update INSTALL_* commands to INSTALL() commands.
4 lines of code changed in 1 file:
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:
ENH: added svn:keywords and copyright where appropriate.
0 lines of code changed in 8 files:
COMP: EXPORT madness
8 lines of code changed in 4 files:
BUG: missing header file
35 lines of code changed in 1 file:
BUG: file not originally committed
33 lines of code changed in 1 file:
BUG: needed to escape the backslash for window
2 lines of code changed in 1 file:
ENH: enhanced CanReadFile() and CanWriteFile().
41 lines of code changed in 1 file:
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:
ENH:added debug message.
1 lines of code changed in 1 file:
ENH: make it a plugin.
86 lines of code changed in 3 files:
ENH: added itk classes for command IO for Slicer3 development.
1251 lines of code changed in 5 files: