summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-417/+369
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-02-221-0/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-53/+50
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-5/+5
* KWSys: Address Intel compiler remarksBrad King2011-11-011-1/+1
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* COMP:Try to fix error on HP.Francois Bertel2009-03-191-1/+1
* COMP:Fixed warnings.Francois Bertel2009-03-191-4/+4
* ENH: Remove extra ;Mathieu Malaterre2007-08-081-15/+15
* COMP: fixed compiler warning in sprintf usageSean McBride2007-08-031-1/+1
* BUG: reverting previous change.Utkarsh Ayachit2006-12-211-0/+1
* BUG: When a "wrong argument" was detected, we call the WrongArgument handler....Utkarsh Ayachit2006-12-211-1/+0
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-141-0/+40
* ENH: It does not really makes sense to have Boolean Argument ListAndy Cedilnik2006-07-141-6/+0
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for l...Andy Cedilnik2006-07-141-162/+308
* COMP: Remove warningsAndy Cedilnik2006-07-121-1/+1
* BUG: The operator precedence is [] followed by *. Calling this method was cau...Karthik Krishnan2006-06-251-1/+1
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-2/+2
* ENH: Add a method to remove remaining argumentsAndy Cedilnik2005-12-101-0/+11
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-031-0/+4
* COMP: Fixed constant conditional warning.Brad King2005-04-221-1/+1
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+10
* COMP: Added missing include of string.h.Brad King2005-03-111-0/+1
* COMP: Remove warningAndy Cedilnik2004-10-201-3/+2
* ENH: Add access to last argument parsedAndy Cedilnik2004-09-291-0/+6
* ENH: Add accessor for Argv0Andy Cedilnik2004-09-281-0/+6
* ERR: Fix memory problemAndy Cedilnik2004-09-231-1/+1
* STYLE: Only allocate as much space as neededAndy Cedilnik2004-09-231-1/+1
* ENH: Make GetRemainingArguments actually workAndy Cedilnik2004-09-231-12/+16
* ENH: a bit more cleanup. The help should really be replaced by something like...Andy Cedilnik2004-09-161-3/+2
* ENH: Condense help string, add support for setting line length and make it workAndy Cedilnik2004-09-161-9/+30
* ENH: Move callback structure out of the public interface. Also block the warn...Andy Cedilnik2004-09-151-8/+23
* ERR: Fix borland buildKen Martin2004-09-141-0/+12
* ERR: Add missing includeAndy Cedilnik2004-09-141-0/+1
* ENH: Use const correctness for argumentsAndy Cedilnik2004-09-141-1/+1
* ERR: More missing ios and includesAndy Cedilnik2004-09-131-0/+1
* ERR: Fix IOS namespaceAndy Cedilnik2004-09-131-4/+4
* ENH: Move command line argument parsing code to kwsysAndy Cedilnik2004-09-131-0/+591