summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-07-251-3/+3
| | | | | * upstream-KWSys: KWSys 2019-07-25 (a24a6acb)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-011-8/+8
| | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-01-241-11/+11
| | | | | * upstream-KWSys: KWSys 2018-01-23 (0579db1c)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-10-131-13/+7
| | | | | * upstream-KWSys: KWSys 2017-10-12 (ef0ad34d)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-10-101-4/+1
| | | | | * upstream-KWSys: KWSys 2017-10-10 (239bc737)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-161-60/+28
| | | | | * upstream-KWSys: KWSys 2017-05-16 (fe1f22ce)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-417/+369
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-02-221-0/+1
| | | | | * upstream-KWSys: KWSys 2016-02-22 (4847aedd)
* 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
| | | | | | | | | | | | | | | | | CommandLineArguments.cxx: remark #181: argument is incompatible with corresponding format string conversion SystemInformation.cxx: remark #193: zero used for undefined preprocessing identifier "_WIN32" warning #177: variable "Regebx" was declared but never referenced SystemTools.cxx(375): remark #444: destructor for base class "std::vector<char*>" is not virtual class kwsysDeletingCharVector : private kwsys_stl::vector<char*> Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: Ibc899c3ba14990158ef7bbabace4b435b22495c3
* 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.
* 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 ↵Utkarsh Ayachit2006-12-211-1/+0
| | | | handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
* 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 ↵Andy Cedilnik2006-07-141-162/+308
| | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
* COMP: Remove warningsAndy Cedilnik2006-07-121-1/+1
|
* BUG: The operator precedence is [] followed by *. Calling this method was ↵Karthik Krishnan2006-06-251-1/+1
| | | | causing out of array index segfaults bounds
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-2/+2
| | | | warnings produced by building for win64
* 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 ↵Brad King2005-04-131-0/+10
| | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
* 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 ↵Andy Cedilnik2004-09-161-3/+2
| | | | like cmDocumentation
* 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 ↵Andy Cedilnik2004-09-151-8/+23
| | | | warning on Visual Studio Debug
* 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