summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortranLexer.in.l
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Follow <>-style includes (#13239)Brad King2012-05-221-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* COMP: Remove useless assignment in Fortran lexerBrad King2009-06-121-0/+1
* ENH: Patch from Maik to add Fortran03 USE syntax support.Brad King2008-04-231-0/+4
* STYLE: Fix reference to makedepf90 project.Brad King2008-04-211-2/+2
* BUG: Fix Fortran dependency parser preprocessor handling crash.Brad King2008-04-211-9/+9
* BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pr...Brad King2007-10-031-28/+34
* ENH: revert change in parser as it sent the parser into an infinite loopBill Hoffman2006-08-161-1/+1
* ENH: change comment for fortran depend parsingBill Hoffman2006-08-151-1/+1
* COMP: Moved duplicate flex-generated lexer warning suppression and cross-plat...Brad King2006-08-081-32/+3
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
* BUG: Lexer should be case insensitive so flex should be run with -i option. ...Brad King2005-10-171-1/+1
* COMP: Removed warnings about unreachable code and constant control expression...Brad King2005-05-031-0/+2
* ENH: Changed over to using C++ for building flex/bison generated files. It r...Brad King2005-02-011-18/+14
* COMP: Added additional instructions about how to modify the generated files.Brad King2005-01-261-0/+1
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-261-0/+203