Brad King
|
5bf6dba9e8
ENH: Patch from Maik to add Fortran03 USE syntax support.
|
17 years ago |
Brad King
|
2eb3653d79
STYLE: Fix reference to makedepf90 project.
|
17 years ago |
Brad King
|
52898fe925
BUG: Fix Fortran dependency parser preprocessor handling crash.
|
17 years ago |
Brad King
|
f8caab4613
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 years ago |
Bill Hoffman
|
11d18d65dc
ENH: revert change in parser as it sent the parser into an infinite loop
|
19 years ago |
Bill Hoffman
|
7169980b59
ENH: change comment for fortran depend parsing
|
19 years ago |
Brad King
|
a3836e09a2
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
19 years ago |
Brad King
|
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
Brad King
|
a7d4b61699
BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361.
|
20 years ago |
Brad King
|
4b843d135e
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
20 years ago |
Brad King
|
04e56bf7ff
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
21 years ago |
Brad King
|
d69cc8c63f
COMP: Added additional instructions about how to modify the generated files.
|
21 years ago |
Brad King
|
19f977bad7
ENH: Added Fortran dependency scanner implementation.
|
21 years ago |