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
/
cmCommandArgumentParserHelper.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
stringapi: Use strings for AddString methods
Ben Boeckel
2014-03-08
1
-6/+6
*
Include cmMakefile.h before cm*Lexer.h to get stdint.h first
Brad King
2013-08-07
1
-2/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Use cmake::IssueMessage for warnings
Ben Boeckel
2010-12-07
1
-3/+8
*
Use 'CMake Warning' versus 'warning' for CDash
Ben Boeckel
2010-12-07
1
-1/+1
*
Fix long lines for KWStyle
Ben Boeckel
2010-09-23
1
-1/+1
*
Fix line lengths to be no more than 78
Ben Boeckel
2010-09-16
1
-2/+4
*
Remove now unused variables
Ben Boeckel
2010-09-08
1
-2/+0
*
Use built-ins for readability and maintainability
Ben Boeckel
2010-09-08
1
-2/+3
*
Fix detection of system files
Ben Boeckel
2010-09-02
1
-2/+4
*
Add a flag to warn about system files
Ben Boeckel
2010-09-01
1
-4/+10
*
Rename strict-mode to warn-uninitialized
Ben Boeckel
2010-09-01
1
-3/+3
*
Complete strict-mode checks for uninitialized vars
Ben Boeckel
2010-09-01
1
-1/+1
*
Make --strict-mode option, and integrate with cmake-gui
Bill Hoffman
2010-09-01
1
-3/+10
*
Add a warning when variables are used uninitialized.
Bill Hoffman
2010-09-01
1
-1/+6
*
Fix seg fault for empty ENV{} call bug #9747
Bill Hoffman
2009-10-21
1
-1/+5
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Fix CMAKE_CURRENT_LIST_FILE in macros
Brad King
2009-03-25
1
-5/+1
*
ENH: Create $CACHE{VAR} syntax
Brad King
2008-09-25
1
-1/+16
*
ENH: Improve argument parsing error messages
Brad King
2008-09-24
1
-7/+18
*
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...
Brad King
2007-06-06
1
-28/+2
*
BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escap...
Brad King
2007-06-04
1
-9/+3
*
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n...
Bill Hoffman
2007-02-09
1
-10/+53
*
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
Brad King
2006-10-04
1
-0/+16
*
BUG: One should be able to escape the @ symbol.
Brad King
2006-09-27
1
-0/+1
*
COMP: Handle both ansi and non-ansi C
Andy Cedilnik
2006-07-26
1
-1/+1
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-25/+10
*
ENH: handle empty variables
Bill Hoffman
2006-05-06
1
-0/+4
*
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...
Bill Hoffman
2006-03-30
1
-2/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-34/+34
*
ENH: remove UMR
Bill Hoffman
2005-09-08
1
-1/+0
*
ENH: Remove stray abort
Andy Cedilnik
2005-06-21
1
-1/+0
*
BUG: Fix escaping to make OSX work again
Andy Cedilnik
2005-06-21
1
-1/+3
*
ENH: Improve handling of escaped characters
Andy Cedilnik
2005-06-17
1
-1/+50
*
ENH: More cleanups
Andy Cedilnik
2005-06-14
1
-118/+7
*
ENH: Handle non-existing variables
Andy Cedilnik
2005-06-13
1
-1/+1
*
ENH: More optimization
Andy Cedilnik
2005-06-13
1
-15/+8
*
ENH: Handle errors and optimize a bit
Andy Cedilnik
2005-06-13
1
-3/+15
*
ENH: Handle more cases
Andy Cedilnik
2005-06-08
1
-5/+13
*
ENH: Initial import (not working yet)
Andy Cedilnik
2005-06-08
1
-0/+352