summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParserHelper.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This ↵Brad King2007-06-061-28/+2
| | | | fixes the original fix to bug#4393 and adds a test.
* BUG: Fixed cmCommandArgumentLexer no-escape mode to not match ↵Brad King2007-06-041-9/+3
| | | | backslash-escape sequences as lexical tokens at all. Needed to configure files with backslashes preceding an @VAR@ replacement. This fixes bug#5130.
* ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old ↵Bill Hoffman2007-02-091-10/+53
| | | | non-yacc parser code from cmMakefile.cxx
* BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.Brad King2006-10-041-0/+16
|
* BUG: One should be able to escape the @ symbol.Brad King2006-09-271-0/+1
|
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-1/+1
|
* STYLE: fix line lengthKen Martin2006-05-101-25/+10
|
* ENH: handle empty variablesBill Hoffman2006-05-061-0/+4
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-2/+2
| | | | warnings produced by building for win64
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-34/+34
|
* ENH: remove UMRBill Hoffman2005-09-081-1/+0
|
* ENH: Remove stray abortAndy Cedilnik2005-06-211-1/+0
|
* BUG: Fix escaping to make OSX work againAndy Cedilnik2005-06-211-1/+3
|
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-1/+50
|
* ENH: More cleanupsAndy Cedilnik2005-06-141-118/+7
|
* ENH: Handle non-existing variablesAndy Cedilnik2005-06-131-1/+1
|
* ENH: More optimizationAndy Cedilnik2005-06-131-15/+8
|
* ENH: Handle errors and optimize a bitAndy Cedilnik2005-06-131-3/+15
|
* ENH: Handle more casesAndy Cedilnik2005-06-081-5/+13
|
* ENH: Initial import (not working yet)Andy Cedilnik2005-06-081-0/+352