
| 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 |
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:
COMP: apply patches from Attila Nagy for Solaris builds
0 lines of code changed in 1 file:
ENH: Version numbering for shared libraries
0 lines of code changed in 1 file:
COMP: init var
16 lines of code changed in 1 file:
BUG: check return from write
0 lines of code changed in 1 file:
COMP: various warnings.
0 lines of code changed in 1 file:
BUG: fixing MGH (uncompressed) file writing, it wasn't converting back to RAS from LPS.
0 lines of code changed in 1 file:
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:
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
13 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
4 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.
18 lines of code changed in 2 files:
ENH: Slicer3 Spring Installation Clean Up
69 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.
30 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
14 lines of code changed in 1 file:
COMP: fix from Casey Goodlett for using ITK built against system-installed zlib
0 lines of code changed in 1 file:
STYLE: fixing indentation
8 lines of code changed in 1 file:
BUG: always convert to LPS, it's not dependant on the scan order
37 lines of code changed in 1 file:
BUG: code from Dennis Jen to read the direction cosines and calculate the image orientation
45 lines of code changed in 2 files:
ENH: fix Win32 header
1 lines of code changed in 1 file:
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:
ENH: code from Georghe at MGH, modified for slicer, for reading MGH files
1086 lines of code changed in 5 files:
ENH: library to incorporate reading MGH/MGZ images into the ITK readers
143 lines of code changed in 5 files: