summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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