Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 Bertel | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | COMP:Fixed warnings. | Francois Bertel | 2009-03-19 | 1 | -4/+4 |
| | |||||
* | ENH: Remove extra ; | Mathieu Malaterre | 2007-08-08 | 1 | -15/+15 |
| | |||||
* | COMP: fixed compiler warning in sprintf usage | Sean McBride | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | BUG: reverting previous change. | Utkarsh Ayachit | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | BUG: When a "wrong argument" was detected, we call the WrongArgument ↵ | Utkarsh Ayachit | 2006-12-21 | 1 | -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 King | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to get unused arguments and add a test | Andy Cedilnik | 2006-07-14 | 1 | -0/+40 |
| | |||||
* | ENH: It does not really makes sense to have Boolean Argument List | Andy Cedilnik | 2006-07-14 | 1 | -6/+0 |
| | |||||
* | ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵ | Andy Cedilnik | 2006-07-14 | 1 | -162/+308 |
| | | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles | ||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | BUG: The operator precedence is [] followed by *. Calling this method was ↵ | Karthik Krishnan | 2006-06-25 | 1 | -1/+1 |
| | | | | causing out of array index segfaults bounds | ||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -2/+2 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: Add a method to remove remaining arguments | Andy Cedilnik | 2005-12-10 | 1 | -0/+11 |
| | |||||
* | COMP: Added pragma directives for SGI compilers to avoid useless warnings. | Brad King | 2005-05-03 | 1 | -0/+4 |
| | |||||
* | COMP: Fixed constant conditional warning. | Brad King | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -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 King | 2005-03-11 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2004-10-20 | 1 | -3/+2 |
| | |||||
* | ENH: Add access to last argument parsed | Andy Cedilnik | 2004-09-29 | 1 | -0/+6 |
| | |||||
* | ENH: Add accessor for Argv0 | Andy Cedilnik | 2004-09-28 | 1 | -0/+6 |
| | |||||
* | ERR: Fix memory problem | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Only allocate as much space as needed | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: Make GetRemainingArguments actually work | Andy Cedilnik | 2004-09-23 | 1 | -12/+16 |
| | |||||
* | ENH: a bit more cleanup. The help should really be replaced by something ↵ | Andy Cedilnik | 2004-09-16 | 1 | -3/+2 |
| | | | | like cmDocumentation | ||||
* | ENH: Condense help string, add support for setting line length and make it work | Andy Cedilnik | 2004-09-16 | 1 | -9/+30 |
| | |||||
* | ENH: Move callback structure out of the public interface. Also block the ↵ | Andy Cedilnik | 2004-09-15 | 1 | -8/+23 |
| | | | | warning on Visual Studio Debug | ||||
* | ERR: Fix borland build | Ken Martin | 2004-09-14 | 1 | -0/+12 |
| | |||||
* | ERR: Add missing include | Andy Cedilnik | 2004-09-14 | 1 | -0/+1 |
| | |||||
* | ENH: Use const correctness for arguments | Andy Cedilnik | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | ERR: More missing ios and includes | Andy Cedilnik | 2004-09-13 | 1 | -0/+1 |
| | |||||
* | ERR: Fix IOS namespace | Andy Cedilnik | 2004-09-13 | 1 | -4/+4 |
| | |||||
* | ENH: Move command line argument parsing code to kwsys | Andy Cedilnik | 2004-09-13 | 1 | -0/+591 |