Brad King
|
ab61137eb1
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
Andy Cedilnik
|
9bc53f6443
|
ENH: Add a way to get unused arguments and add a test
|
2006-07-14 15:02:27 -04:00 |
Andy Cedilnik
|
784bb60a4e
|
ENH: It does not really makes sense to have Boolean Argument List
|
2006-07-14 13:32:34 -04:00 |
Andy Cedilnik
|
d2a3ccd505
|
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
|
2006-07-14 09:13:23 -04:00 |
Andy Cedilnik
|
2e1882389b
|
COMP: Remove warnings
|
2006-07-12 09:21:26 -04:00 |
Karthik Krishnan
|
7890524cd9
|
BUG: The operator precedence is [] followed by *. Calling this method was causing out of array index segfaults bounds
|
2006-06-25 15:18:49 -04:00 |
Bill Hoffman
|
5a2668b326
|
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
2006-03-30 13:49:56 -05:00 |
Andy Cedilnik
|
5e56c7c201
|
ENH: Add a method to remove remaining arguments
|
2005-12-10 12:10:09 -05:00 |
Brad King
|
bac564356b
|
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
|
2005-05-03 14:58:13 -04:00 |
Brad King
|
c13fee6ebd
|
COMP: Fixed constant conditional warning.
|
2005-04-22 09:21:33 -04:00 |
Brad King
|
caf54b2093
|
COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
|
2005-04-13 16:46:09 -04:00 |
Brad King
|
0d0cfaea08
|
COMP: Added missing include of string.h.
|
2005-03-11 10:07:36 -05:00 |
Andy Cedilnik
|
fc459731db
|
COMP: Remove warning
|
2004-10-20 12:37:39 -04:00 |
Andy Cedilnik
|
7488e43d69
|
ENH: Add access to last argument parsed
|
2004-09-29 07:56:25 -04:00 |
Andy Cedilnik
|
e96b0b44ca
|
ENH: Add accessor for Argv0
|
2004-09-28 11:34:29 -04:00 |
Andy Cedilnik
|
b3481a9675
|
ERR: Fix memory problem
|
2004-09-23 15:02:22 -04:00 |
Andy Cedilnik
|
4b9386751a
|
STYLE: Only allocate as much space as needed
|
2004-09-23 11:53:55 -04:00 |
Andy Cedilnik
|
4966d102d6
|
ENH: Make GetRemainingArguments actually work
|
2004-09-23 11:45:02 -04:00 |
Andy Cedilnik
|
d349d6ff18
|
ENH: a bit more cleanup. The help should really be replaced by something like cmDocumentation
|
2004-09-16 10:49:09 -04:00 |
Andy Cedilnik
|
a2c19a4d46
|
ENH: Condense help string, add support for setting line length and make it work
|
2004-09-16 10:27:17 -04:00 |
Andy Cedilnik
|
1ebc0709f1
|
ENH: Move callback structure out of the public interface. Also block the warning on Visual Studio Debug
|
2004-09-15 09:22:34 -04:00 |
Ken Martin
|
c30e7771ee
|
ERR: Fix borland build
|
2004-09-14 11:48:34 -04:00 |
Andy Cedilnik
|
899be21cde
|
ERR: Add missing include
|
2004-09-14 11:39:04 -04:00 |
Andy Cedilnik
|
73ddc9459f
|
ENH: Use const correctness for arguments
|
2004-09-14 10:34:10 -04:00 |
Andy Cedilnik
|
e6c7707022
|
ERR: More missing ios and includes
|
2004-09-13 19:06:19 -04:00 |
Andy Cedilnik
|
184087cef1
|
ERR: Fix IOS namespace
|
2004-09-13 18:57:28 -04:00 |
Andy Cedilnik
|
c8fa658142
|
ENH: Move command line argument parsing code to kwsys
|
2004-09-13 16:15:02 -04:00 |