Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |