Directory Libs/tclap/include/tclap/

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

[root]/Libs/tclap/include/tclap

Lines of Code

Libs/tclap/include/tclap/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 8851 (100.0%) 121.2
lorensen 54 (74.0%) 8837 (99.8%) 163.6
malaterre 4 (5.5%) 6 (0.1%) 1.5
hjohnson 4 (5.5%) 6 (0.1%) 1.5
pieper 5 (6.8%) 2 (0.0%) 0.4
finetjul 5 (6.8%) 0 (0.0%) 0.0
barre 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

hjohnson 2009-09-08 15:52 Rev.: 10426

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:

  • Libs/tclap/include/tclap: StdOutput.h (changed)
finetjul 2009-04-04 16:40 Rev.: 9043

ENH: Add a new virtual method that returns the arguments values as string.

0 lines of code changed in 5 files:

  • Libs/tclap/include/tclap: Arg.h (changed), MultiArg.h (changed), MultiSwitchArg.h (changed), SwitchArg.h (changed), ValueArg.h (changed)
barre 2008-11-20 18:30 Rev.: 7925

COMP: you guys should try 64bits...

0 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: CmdLine.h (changed)
lorensen 2008-09-27 12:50 Rev.: 7612

BUG: if _flag length is 0, illegal access of _flag[0].

0 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: SwitchArg.h (changed)
lorensen 2008-09-04 17:22 Rev.: 7531

COMP: gcc warnings.

0 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: StdOutput.h (changed)
hjohnson 2008-06-25 08:17 Rev.: 7171

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

6 lines of code changed in 3 files:

  • Libs/tclap/include/tclap: Arg.h (+1 -1), DocBookOutput.h (+3 -3), XMLOutput.h (+2 -2)
pieper 2007-03-26 17:52 Rev.: 3039

BUG: only apply conversion of - to _ if the string starts with --

0 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: Arg.h (changed)
pieper 2007-03-26 16:10 Rev.: 3034

ENH: move the logic for changing - to _ into the arg match checker so it doesn't modify the original variable

0 lines of code changed in 2 files:

  • Libs/tclap/include/tclap: Arg.h (changed), CmdLine.h (changed)
pieper 2007-03-26 14:02 Rev.: 3019

ENH: added code to allow --load-dicom as an alternative to --load_dicom (i.e. any arg starting with -- will have subsequent dashes converted to _ for arg parsing)

0 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: CmdLine.h (changed)
lorensen 2006-11-25 11:08 Rev.: 1675

COMP: Borland compiler issues.

12 lines of code changed in 5 files:

  • Libs/tclap/include/tclap: MultiArg.h (+2 -2), MultiSwitchArg.h (+2 -2), UnlabeledMultiArg.h (+2), UnlabeledValueArg.h (+4 -3), ValueArg.h (+2 -2)
lorensen 2006-11-22 09:01 Rev.: 1665

ENH: upgraded tclap to version 1.1.0. The API had some minor changes but these have been accommodated in GenerateCLP. Also, the bug in tclap/StdOutput.h that Pieper and Lorensen fixed in the past version has been put in this version.

1948 lines of code changed in 21 files:

  • Libs/tclap/include/tclap: Arg.h (+264 -264), ArgException.h (+2 -1), ArgOld.h (+117 -117), CmdLine.h (+206 -234), CmdLineOutput.h (+6), Constraint.h (+38 -33), DocBookOutput.h (+52 -52), HelpVisitor.h (+22 -22), IgnoreRestVisitor.h (+9 -9), MultiArg.h (+238 -238), MultiSwitchArg.h (+84 -84), OptionalUnlabeledTracker.h (+12 -12), StdOutput.h (+88 -88), SwitchArg.h (+74 -74), UnlabeledMultiArg.h (+159 -150), UnlabeledValueArg.h (+173 -164), ValueArg.h (+279 -279), ValuesConstraint.h (+43 -43), VersionVisitor.h (+22 -22), Visitor.h (+14 -10), XorHandler.h (+46 -46)
pieper 2006-10-16 09:23 Rev.: 1459

BUG: stringLen was -1 and used in indexing into the string which caused a fault in optimized mode in visual studio 8

2 lines of code changed in 1 file:

  • Libs/tclap/include/tclap: StdOutput.h (+2 -3)
malaterre 2006-06-12 10:09 Rev.: 516

COMP: Fix a couple of warnings

6 lines of code changed in 4 files:

  • Libs/tclap/include/tclap: CmdLineOutput.h (+1 -1), Constraint.h (+1), StdOutput.h (+3 -3), Visitor.h (+1)
lorensen 2006-04-21 17:35 Rev.: 315

ENH: command line processing.

6877 lines of code changed in 26 files:

  • Libs/tclap/include/tclap: Arg.h (new 601), ArgException.h (new 188), ArgOld.h (new 587), CmdLine.h (new 522), CmdLineInterface.h (new 137), CmdLineOutput.h (new 68), Constraint.h (new 62), DocBookOutput.h (new 274), HelpVisitor.h (new 69), IgnoreRestVisitor.h (new 52), Makefile.am (new 25), MultiArg.h (new 553), MultiArgOld.h (new 529), MultiSwitchArg.h (new 234), OptionalUnlabeledTracker.h (new 62), StdOutput.h (new 291), SwitchArg.h (new 227), UnlabeledMultiArg.h (new 304), UnlabeledValueArg.h (new 342), ValueArg.h (new 543), ValueArgOld.h (new 525), ValuesConstraint.h (new 147), VersionVisitor.h (new 70), Visitor.h (new 48), XMLOutput.h (new 261), XorHandler.h (new 156)
Generated by StatSVN 0.5.0