Directory Libs/tclap/

Directory Created:
2006-04-21 17:35
Total Files:
15
Deleted Files:
0
Lines of Code:
498

[root]/Libs/tclap
            directory in repo config (10 files, 1080 lines)
            directory in repo docs (7 files, 3022 lines)
            directory in repo examples (10 files, 761 lines)
            directory in repo include (1 files, 1 lines)
                directory in repo tclap (26 files, 6887 lines)
            directory in repo msc (6 files, 218 lines)
                directory in repo examples (9 files, 1082 lines)
            directory in repo tests (124 files, 1660 lines)

Lines of Code

Libs/tclap/ Lines of Code

Developers

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

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

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:

  • Libs/tclap: CMakeLists.txt (changed)
hjohnson 2008-06-25 08:17 Rev.: 7171

COMP: Removed compiler warnings due to mis-matched types.

1 lines of code changed in 1 file:

  • Libs/tclap: CMakeLists.txt (+1 -1)
barre 2008-05-21 18:25 Rev.: 6803

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:

  • Libs/tclap: CMakeLists.txt (+4)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

8 lines of code changed in 2 files:

  • Libs/tclap: CMakeLists.txt (+7 -3), UseTCLAP.cmake.in (+1 -1)
barre 2008-04-25 17:27 Rev.: 6552

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:

  • Libs/tclap: CMakeLists.txt (changed)
millerjv 2008-01-25 17:48 Rev.: 5614

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:

  • Libs/tclap: GenerateTCLAPConfig.cmake (+1 -3), TCLAPInstallConfig.cmake.in (new 11)
millerjv 2007-11-25 16:23 Rev.: 4929

ENH: More configuration changes to support building plugins from a Slicer3 installation (still not complete)

42 lines of code changed in 4 files:

  • Libs/tclap: CMakeLists.txt (+10 -4), GenerateTCLAPConfig.cmake (new 26), TCLAPConfig.cmake.in (+5 -2), UseTCLAP.cmake.in (new 1)
millerjv 2007-10-09 11:01 Rev.: 4568

ENH: Install targets in preparation for building command line modules from a Slicer installation

5 lines of code changed in 1 file:

  • Libs/tclap: CMakeLists.txt (+5)
lorensen 2006-11-25 11:10 Rev.: 1676

ENH: tclap can now be used with FIND_PACKAGE.

15 lines of code changed in 2 files:

  • Libs/tclap: CMakeLists.txt (new 13), TCLAPConfig.cmake.in (new 2)
lorensen 2006-04-21 17:35 Rev.: 315

ENH: command line processing.

425 lines of code changed in 10 files:

  • Libs/tclap: AUTHORS (new 4), COPYING (new 25), ChangeLog (new), Example.xml (new 66), INSTALL (new 182), Makefile.am (new 3), NEWS (new 88), README (new 16), autotools.sh (new 19), configure.in (new 22)
Generated by StatSVN 0.5.0