[root]/Libs
CudaSupport
(32 files, 1515 lines)
FreeSurfer
(20 files, 4925 lines)
Testing
(6 files, 2718 lines)
TestData
(2 files, 0 lines)
GenerateCLP
(10 files, 1907 lines)
Testing
(7 files, 408 lines)
GenerateLM
(8 files, 658 lines)
Testing
(1 files, 1 lines)
IGT
(15 files, 1606 lines)
Testing
(1 files, 0 lines)
ITKCommandIO
(9 files, 1537 lines)
LoadableModule
(13 files, 1800 lines)
CMake
(2 files, 18 lines)
Testing
(3 files, 171 lines)
TestData
(2 files, 19 lines)
MGHImageIO
(9 files, 1346 lines)
MRML
(198 files, 55316 lines)
Testing
(32 files, 1316 lines)
Tcl
(1 files, 70 lines)
TestData
(13 files, 858 lines)
Wrapping
(0 files, 0 lines)
Tcl
(1 files, 6 lines)
MRMLIDImageIO
(9 files, 1418 lines)
ModuleDescriptionParser
(25 files, 6694 lines)
CMake
(2 files, 18 lines)
Testing
(3 files, 184 lines)
TestData
(2 files, 220 lines)
QCTKWidgets
(0 files, 0 lines)
Plugins
(0 files, 0 lines)
Resources
(0 files, 0 lines)
Icons
(2 files, 0 lines)
UI
(0 files, 0 lines)
QMRMLWidgets
(0 files, 0 lines)
Plugins
(0 files, 0 lines)
Resources
(0 files, 0 lines)
UI
(0 files, 0 lines)
Qdec
(23 files, 8025 lines)
RemoteIO
(18 files, 2198 lines)
SlicerIO
(7 files, 1893 lines)
qCTKWidgets
(32 files, 4118 lines)
CMake
(2 files, 171 lines)
Plugins
(22 files, 622 lines)
Resources
(1 files, 9 lines)
UI
(2 files, 432 lines)
qMRMLWidgets
(24 files, 3529 lines)
Plugins
(19 files, 656 lines)
Resources
(1 files, 4 lines)
UI
(2 files, 352 lines)
qVTKWidgets
(7 files, 1236 lines)
Plugins
(1 files, 0 lines)
Resources
(1 files, 4 lines)
tclap
(15 files, 498 lines)
config
(10 files, 1080 lines)
docs
(7 files, 3022 lines)
examples
(10 files, 761 lines)
include
(1 files, 1 lines)
tclap
(26 files, 6887 lines)
msc
(6 files, 218 lines)
examples
(9 files, 1082 lines)
tests
(124 files, 1660 lines)
vtkITK
(64 files, 11817 lines)
Testing
(3 files, 263 lines)
Tcl
(2 files, 52 lines)
vtkTeem
(47 files, 14544 lines)
Testing
(1 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 36 (100.0%) | 159 (100.0%) | 4.4 |
| pieper | 11 (30.6%) | 74 (46.5%) | 6.7 |
| barre | 1 (2.8%) | 63 (39.6%) | 63.0 |
| millerjv | 3 (8.3%) | 9 (5.7%) | 3.0 |
| partyd | 1 (2.8%) | 3 (1.9%) | 3.0 |
| wjp@bwh.harvard.edu | 2 (5.6%) | 2 (1.3%) | 1.0 |
| lorensen | 4 (11.1%) | 2 (1.3%) | 0.5 |
| jcfr | 4 (11.1%) | 2 (1.3%) | 0.5 |
| tgl | 2 (5.6%) | 1 (0.6%) | 0.5 |
| rjosest | 1 (2.8%) | 1 (0.6%) | 1.0 |
| naucoin | 3 (8.3%) | 1 (0.6%) | 0.3 |
| hliu | 1 (2.8%) | 1 (0.6%) | 1.0 |
| nicky | 3 (8.3%) | 0 (0.0%) | 0.0 |
ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY
See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs
when subdirs command was taking a list of directory, change it
using the following pattern:
Before:
subdirs(sagarmatha kumbhu eiger)
After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)
0 lines of code changed in 1 file:
ENH: SlicerQT - Add Libs/qVTKWidgets
This library will contain QT widget that depends only on QT and CTK
0 lines of code changed in 1 file:
ENH: QtSlicer - Add GUIQT/Plugins directory. Rename QCTKWidgets/QMRMLWidgets to qCTKWidgets/qMRMLWidgets
2 lines of code changed in 1 file:
ENH: provide MRML_TEST_DATA_DIR for use by vtkITK tests.
3 lines of code changed in 1 file:
COMP: remove slicerio from link list
1 lines of code changed in 1 file:
ENH: Initial commit of the QtSlicer port. Added subdirs Base/GUI2, Libs/QCTKWidgets and Libs/QMRMLWidgets. Updated Application/GUI/Slicer3 and Base/GUI/vtkSlicerApplication to be able to initialize and start QtModule. CMakeLists.txt also updated to consider the script CMake/Slicer3FindQT.cmake
0 lines of code changed in 1 file:
ENH:Let CUDA_SUPPORT_ENABLED flag be set to ON automatically if CUDA is
found in the system.
0 lines of code changed in 1 file:
COMP: check for cuda option before including the subdirectory
0 lines of code changed in 1 file:
ENH:uncomment CudaSupport
0 lines of code changed in 1 file:
COMP: change from TEEM to Teem for compatibility with current svn trunk of teem
0 lines of code changed in 1 file:
COMP: disable cuda - it's not building correctly on all platforms
1 lines of code changed in 1 file:
ENH:added CudaSupport to CMakeLists.txt
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.
63 lines of code changed in 1 file:
ENH results of merge with 6049:6469 from branches/tgl_loadable_modules. Adds GenerateLM to create entry points for loadable module support via a text file and CMake macro. WFEngine, NeuroNav, Qdec and GAD are setup, other modules have text files, but the macro in the CMakeLists file is commented out. Updated Slicer3_main, the modules above will only be loaded if the DLL is found at run-time. Lastly made a change to vtkSlicerViewerWidget, check for a NULL ModelHierarchyLogic pointer before continuing, which might not be the right thing to do.
0 lines of code changed in 1 file:
ENH: enable using the curl libraries for remote data handling, and the remote io lib
0 lines of code changed in 1 file:
ENH: Results of merge from branches/tgl_loadable_modules 5432:6047. Loadable Module support added, GAD is the only loadable module at this time. To enable LM, comment out the #define LOADABLEMODULESDEBUG line.
1 lines of code changed in 1 file:
ENH: currently commented out building of RemoteIO Lib
1 lines of code changed in 1 file:
ENH: changes to compile remoteIO classes
1 lines of code changed in 1 file:
ENH: More changes to the configurations of GenerateCLP to streamline its use and installation. Thanks to Hans Johnson for working through many of these issues.
6 lines of code changed in 1 file:
COMP: add placeholders for SIGN
0 lines of code changed in 1 file:
ENH: adding the Qdec library here, moved from the namic sandbox
0 lines of code changed in 1 file:
ENH: delete old IGT lib.
1 lines of code changed in 1 file:
BUG: TEEM test should be isolated.
0 lines of code changed in 1 file:
BUG: fix cmake test for teem in libs (missing ELSE)
0 lines of code changed in 1 file:
COMP: subdirs ordering is important. vtkTeem must be built before MRML.
0 lines of code changed in 1 file:
ENH: make teem optional
5 lines of code changed in 1 file:
ENH: Adding vtkTeem library. This library is meant to encapsulate Teem functionality as VTK classes (similar to vtkITK and ITK)
1 lines of code changed in 1 file:
ENH: tclap can now be used with FIND_PACKAGE.
1 lines of code changed in 1 file:
ENH: code from Georghe at MGH, modified for slicer, for reading MGH files
1 lines of code changed in 1 file:
BUG: need to put the lib depencies in the correct order so cmake variables get added to the cache before they are used
4 lines of code changed in 1 file:
ENH: adding FreeSurfer surface, scalar and annotation readers
1 lines of code changed in 1 file:
ENH: added ITKCommandIO and MRMLIDImageIO
2 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
2 lines of code changed in 1 file:
ENH: stubs for parser
1 lines of code changed in 1 file:
ENH: Added GenearteCLP.
1 lines of code changed in 1 file:
COMP: added vtkITK and MRML libs
60 lines of code changed in 1 file: