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