summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-071-5/+5
|
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* STYLE: fix typoAlexander Neundorf2007-08-091-1/+1
| | | | Alex
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-141-0/+10
|
* COMP: Remove warningAndy Cedilnik2006-07-141-1/+1
|
* ENH: It does not really makes sense to have Boolean Argument ListAndy Cedilnik2006-07-141-16/+0
|
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵Andy Cedilnik2006-07-141-10/+77
| | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
* ENH: Add a method to remove remaining argumentsAndy Cedilnik2005-12-101-0/+1
|
* ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup ↵Mathieu Malaterre2005-06-171-1/+1
| | | | (convenience)
* ENH: Add lots of commentsAndy Cedilnik2004-09-291-19/+71
|
* ENH: Add access to last argument parsedAndy Cedilnik2004-09-291-0/+6
|
* ENH: Add accessor for Argv0Andy Cedilnik2004-09-281-0/+5
|
* ENH: Condense help string, add support for setting line length and make it workAndy Cedilnik2004-09-161-1/+1
|
* ENH: Move callback structure out of the public interface. Also block the ↵Andy Cedilnik2004-09-151-11/+0
| | | | warning on Visual Studio Debug
* ERR: Fix borland buildKen Martin2004-09-141-0/+1
|
* ENH: Use const correctness for argumentsAndy Cedilnik2004-09-141-1/+1
|
* ENH: Move command line argument parsing code to kwsysAndy Cedilnik2004-09-131-0/+173