Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Move previous parser bugfixes into input file | Brad King | 2008-12-18 | 1 | -34/+37 |
| | | | | | | | | The command argument parser code is generated by bison. This change restores some fixes previously applied to the generated output that were destroyed by regenerating the parser source. This time the fixes have been put in the input file so regenerating the parser will not destroy them again. | ||||
* | ENH: Allow most characters in ENV variable refs | Brad King | 2008-12-17 | 1 | -436/+620 |
| | | | | | | The $ENV{VAR} syntax permits access to environment variables. This teaches CMake to recognize most characters in the VAR name since some environments may have variables with non-C-identifier characters. | ||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -0/+16 |
| | |||||
* | ENH: user more memory for parser and add test to complex that sets a huge string | Bill Hoffman | 2007-07-20 | 1 | -2/+3 |
| | |||||
* | COMP: shut up warnings | Ken Martin | 2007-03-05 | 1 | -0/+5 |
| | |||||
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | COMP: Added missing include for malloc on QNX. | Brad King | 2006-08-24 | 1 | -0/+5 |
| | |||||
* | COMP: Attempt to fix aix build | Andy Cedilnik | 2006-08-23 | 1 | -0/+2 |
| | |||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+3 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -7/+14 |
| | |||||
* | COMP: Fix malloc/free declaration for windows compilers. | Brad King | 2006-03-16 | 1 | -1/+7 |
| | |||||
* | ENH: Using patch from Frans Englich to clarify error messages. | Brad King | 2006-03-16 | 1 | -342/+494 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -5/+6 |
| | |||||
* | ENH: More cleanups | Andy Cedilnik | 2005-06-13 | 1 | -45/+4 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-06-13 | 1 | -0/+1501 |