index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
CommandLineArguments.cxx
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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