
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 24 (100.0%) | 1927 (100.0%) | 80.2 |
| hliu | 8 (33.3%) | 1848 (95.9%) | 231.0 |
| barre | 6 (25.0%) | 55 (2.9%) | 9.1 |
| pieper | 6 (25.0%) | 20 (1.0%) | 3.3 |
| millerjv | 1 (4.2%) | 4 (0.2%) | 4.0 |
| samset | 1 (4.2%) | 0 (0.0%) | 0.0 |
| lorensen | 1 (4.2%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (4.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:
COMP: apply patches from Attila Nagy for Solaris builds
0 lines of code changed in 1 file:
COMP: various warnings.
0 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.
7 lines of code changed in 1 file:
ENH: Slicer3 Spring Installation Clean Up
47 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:
COMP: adapt to change in stdio for Mac OS 10.5
8 lines of code changed in 1 file:
ENH: Update INSTALL_* commands to INSTALL() commands.
4 lines of code changed in 1 file:
COMP: fix warnings due to sign and unused variables
0 lines of code changed in 1 file:
ENH: oops
0 lines of code changed in 1 file:
ENH: extra libs seems to be necessary with static Tcl/Tk
0 lines of code changed in 1 file:
ENH: including tcl.h directly does not do the trick if you are building static. Use vtkTcl.h instead.
1 lines of code changed in 1 file:
ENH: added support for Visual C++ 2005 std IO channels.
6 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
12 lines of code changed in 3 files:
ENH: removed -g option from CMakeLists since it's not cross platform - rely on BUILD_TYPE for debug
0 lines of code changed in 1 file:
ENH: added slicerio lib for Slicer3 development.
1842 lines of code changed in 7 files: