
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 28 (100.0%) | 8143 (100.0%) | 290.8 |
| wjp@bwh.harvard.edu | 23 (82.1%) | 8128 (99.8%) | 353.3 |
| pieper | 3 (10.7%) | 15 (0.2%) | 5.0 |
| naucoin | 1 (3.6%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (3.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: removing unused vars
0 lines of code changed in 1 file:
ENH: clarifying body weight approach to calculating suv by labeling with SUVbw
3 lines of code changed in 1 file:
BUG: accounting for decay correction in SUV computation
119 lines of code changed in 2 files:
ENH: adding changes recommended by ron in 11/3 meeting
2 lines of code changed in 1 file:
BUG: fix leaks that were leading to failing tests
2 lines of code changed in 1 file:
BUG: handling case where input volumes are non-dicom
61 lines of code changed in 2 files:
ENH: updated with latest code from RSNA branch
2140 lines of code changed in 6 files:
COMP: fix compile warnings and add FIXME comments were some review might be needed
13 lines of code changed in 2 files:
ENH: adding new module for viewing PET and CT images and computing Standardized Uptake Value (SUV)
5803 lines of code changed in 11 files: