[root]/Libs/IGT
Testing
(1 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 193 (100.0%) | 3073 (100.0%) | 15.9 |
| hliu | 135 (69.9%) | 1762 (57.3%) | 13.0 |
| tokuda | 27 (14.0%) | 1188 (38.7%) | 44.0 |
| barre | 8 (4.1%) | 91 (3.0%) | 11.3 |
| nobyhata | 12 (6.2%) | 21 (0.7%) | 1.7 |
| millerjv | 2 (1.0%) | 6 (0.2%) | 3.0 |
| rsierra | 1 (0.5%) | 2 (0.1%) | 2.0 |
| alexy | 1 (0.5%) | 2 (0.1%) | 2.0 |
| pieper | 3 (1.6%) | 1 (0.0%) | 0.3 |
| jcfr | 2 (1.0%) | 0 (0.0%) | 0.0 |
| hjohnson | 1 (0.5%) | 0 (0.0%) | 0.0 |
| domibel | 1 (0.5%) | 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: 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: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.
0 lines of code changed in 1 file:
ENH: Version numbering for shared libraries
0 lines of code changed in 1 file:
BUG: free scene reference
0 lines of code changed in 1 file:
COMP: minor. One of the reason Slicer3 is so slow to compile is that so many classes include STL headers in their own header, instead of their implementation file (PIMPL). Some of those headers are actually not needed anymore by said classes, or were put there "just in case I need a map, vector, list, etc.". The more it happens, the slower the build process gets, and the slower the dependencies are computed/resolved. Try to fix some.
0 lines of code changed in 3 files:
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.
36 lines of code changed in 2 files:
ENH: Slicer3 Spring Installation Clean Up
55 lines of code changed in 2 files:
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.
2 lines of code changed in 1 file:
COMP: Removed ProstateNav module supporting classes (for release).
25 lines of code changed in 12 files:
ENH: Added ProstateNav Module. The module is not active in default.
2 lines of code changed in 3 files:
ENH: Extended OpenTrackerStream to receive string/image data from NaviTrack stream.
1161 lines of code changed in 12 files:
ENH: Taking Navigrack related code from IGT lib as part of effort to switching to IGSTK
20 lines of code changed in 1 file:
BUG: cleaned IGT library.
0 lines of code changed in 29 files:
ENH: Update INSTALL_* commands to INSTALL() commands.
4 lines of code changed in 1 file:
BUG: added attribute StreamID so that the methods RegisterStream* will not return a local variable.
9 lines of code changed in 2 files:
ENH: tensor math updates and other misc changes
2 lines of code changed in 1 file:
ENH: hide default transform from the scene editors
0 lines of code changed in 1 file:
BUG: fixed bugs for IGSTK support.
0 lines of code changed in 3 files:
ENH: moved shared components in vtkIGTOpenTrackerStream and vtkIGTIGSTKStream into vtkIGTDataStream.
0 lines of code changed in 6 files:
ENH: always used OpenTracker version 2.0.
0 lines of code changed in 2 files:
ENH: replaced OpenTracker with NaviTrack.
0 lines of code changed in 2 files:
BUG: defined the file name as const char *.
2 lines of code changed in 2 files:
ENH: used vnl for vector operations.
0 lines of code changed in 1 file:
ENH: more work on IGSTK.
0 lines of code changed in 2 files:
ENH: more devel on IGSTK.
0 lines of code changed in 2 files:
ENH: more work on IGSTK.
0 lines of code changed in 1 file:
ENH: more work on IGSTK.
0 lines of code changed in 1 file:
ENH: added work on igstk.
0 lines of code changed in 2 files:
ENH: more devel work on IGSTK.
0 lines of code changed in 2 files:
ENH: more work on IGSTK lib.
0 lines of code changed in 1 file:
ENH: more work on IGSTK lib.
0 lines of code changed in 2 files:
ENH: changed the sphere radius to 3.0 mm.
0 lines of code changed in 1 file:
ENH: added switch for opentracker lib version.
0 lines of code changed in 1 file:
ENH: added a sphere for the locator tip.
0 lines of code changed in 1 file:
ENH: used a tranform node to move the locator.
0 lines of code changed in 1 file:
ENH: added a note for using NaviTrack.
0 lines of code changed in 1 file:
ENH: this internal model shouldn't show up in the display by default
1 lines of code changed in 1 file:
COMP: Moved from OpenTracker to NaviTrack library
2 lines of code changed in 1 file:
(5 more)