[root]/Libs/tclap
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)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 512 (100.0%) | 20.4 |
| lorensen | 12 (48.0%) | 440 (85.9%) | 36.6 |
| millerjv | 7 (28.0%) | 59 (11.5%) | 8.4 |
| barre | 4 (16.0%) | 12 (2.3%) | 3.0 |
| hjohnson | 1 (4.0%) | 1 (0.2%) | 1.0 |
| jcfr | 1 (4.0%) | 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: Removed compiler warnings due to mis-matched types.
1 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.
4 lines of code changed in 1 file:
ENH: Slicer3 Spring Installation Clean Up
8 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: more changes to Slicer, GenerateCLP, ModuleDescriptionParser, and TCLAP to support building command line modules against an installation. This currently works with a CVSHEAD ITK. Remaining configuration changes are to install .lib's under <install>/lib/Slicer3 instead of under <install>/lib. This will make all the packages consistent in how they navigate from where the <Pkg>Config.cmake lives in the installation to the directories for libs, includes, etc.
12 lines of code changed in 2 files:
ENH: More configuration changes to support building plugins from a Slicer3 installation (still not complete)
42 lines of code changed in 4 files:
ENH: Install targets in preparation for building command line modules from a Slicer installation
5 lines of code changed in 1 file:
ENH: tclap can now be used with FIND_PACKAGE.
15 lines of code changed in 2 files:
ENH: command line processing.
425 lines of code changed in 10 files: