Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: revert change in parser as it sent the parser into an infinite loop | Bill Hoffman | 2006-08-16 | 1 | -1/+1 |
| | |||||
* | ENH: change comment for fortran depend parsing | Bill Hoffman | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | COMP: Moved duplicate flex-generated lexer warning suppression and ↵ | Brad King | 2006-08-08 | 1 | -32/+3 |
| | | | | cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler. | ||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | BUG: Lexer should be case insensitive so flex should be run with -i option. ↵ | Brad King | 2005-10-17 | 1 | -1/+1 |
| | | | | This partially addresses bug#2361. | ||||
* | COMP: Removed warnings about unreachable code and constant control ↵ | Brad King | 2005-05-03 | 1 | -0/+2 |
| | | | | expressions. Added the changes to the instructions in the input lex files. | ||||
* | ENH: Changed over to using C++ for building flex/bison generated files. It ↵ | Brad King | 2005-02-01 | 1 | -18/+14 |
| | | | | reduces the number of changes that need to be made after generation. | ||||
* | COMP: Added additional instructions about how to modify the generated files. | Brad King | 2005-01-26 | 1 | -0/+1 |
| | |||||
* | ENH: Added Fortran dependency scanner implementation. | Brad King | 2005-01-26 | 1 | -0/+203 |