Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This ↵ | Brad King | 2007-06-06 | 1 | -28/+2 |
| | | | | fixes the original fix to bug#4393 and adds a test. | ||||
* | BUG: Fixed cmCommandArgumentLexer no-escape mode to not match ↵ | Brad King | 2007-06-04 | 1 | -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 Hoffman | 2007-02-09 | 1 | -10/+53 |
| | | | | non-yacc parser code from cmMakefile.cxx | ||||
* | 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 ↵ | Bill Hoffman | 2006-03-30 | 1 | -2/+2 |
| | | | | warnings produced by building for win64 | ||||
* | 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 |