[root]/Libs/tclap/include/tclap

| 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 |
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: Add a new virtual method that returns the arguments values as string.
0 lines of code changed in 5 files:
COMP: you guys should try 64bits...
0 lines of code changed in 1 file:
BUG: if _flag length is 0, illegal access of _flag[0].
0 lines of code changed in 1 file:
COMP: gcc warnings.
0 lines of code changed in 1 file:
COMP: Removed compiler warnings due to mis-matched types.
6 lines of code changed in 3 files:
BUG: only apply conversion of - to _ if the string starts with --
0 lines of code changed in 1 file:
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:
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:
COMP: Borland compiler issues.
12 lines of code changed in 5 files:
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:
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:
COMP: Fix a couple of warnings
6 lines of code changed in 4 files:
ENH: command line processing.
6877 lines of code changed in 26 files: