
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 14 (100.0%) | 2307 (100.0%) | 164.7 |
| sylvain | 12 (85.7%) | 2307 (100.0%) | 192.2 |
| pieper | 1 (7.1%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (7.1%) | 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:
BUG: fixed leaks in modules
0 lines of code changed in 1 file:
BUG: fix warning. conversion from double to int
0 lines of code changed in 1 file:
ENH: module to create a statistical atlas. This module complements the EMSegment module. It creates a statistical atlas using a set of pre-segmented label maps. This is a generic module not restricted to brain datasets.
2307 lines of code changed in 11 files: