summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParserTokens.h
Commit message (Collapse)AuthorAgeFilesLines
* Fortran: Follow <>-style includes (#13239)Brad King2012-05-221-8/+12
| | | | | | | | | | | | | Fortran sources that pass through the C preprocessor may use #include "header" syntax or #include <header> syntax. CMake already follows the former. Teach it to follow the latter.
* ENH: Use KWSys String strcasecmp to parse FortranBrad King2009-06-121-14/+15
| | | | | | This replaces the Fortran dependency parser source's custom strcasecmp implementation with one from KWSys String. It removes duplicate code and avoids a Borland warning about inlining functions with 'while'.
* ENH: Patch from Maik to add Fortran03 USE syntax support.Brad King2008-04-241-10/+14
| | | | | - I tweaked the patch to add 'other' production rules for COMMA and DCOLON - See issue #6884.
* BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated ↵Brad King2007-10-031-72/+78
| | | | 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.
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+2
|
* ENH: Changed over to using C++ for building flex/bison generated files. It ↵Brad King2005-02-011-1/+1
| | | | reduces the number of changes that need to be made after generation.
* COMP: Disabled warnings in generated code.Brad King2005-01-281-1/+1
|
* ENH: Added generated lexer and parser sources.Brad King2005-01-261-0/+107