summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranLexer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fortran: Follow <>-style includes (#13239)Brad King2012-05-221-9/+16
| | | | | | | | | | | | | 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.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* BUG: Fix Fortran dependency parser preprocessor handling crash.Brad King2008-04-211-8/+18
| | | | | | - Do not crash if a #elseif occurs out of order - Recognize preprocessor directives only at the beginning of lines. - See issue #6855
* BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated ↵Brad King2007-10-031-23/+20
| | | | 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 some kwstyle errorsBill Hoffman2007-07-271-0/+16
|
* ENH: revert change in parser as it sent the parser into an infinite loopBill Hoffman2006-08-161-14/+22
|
* ENH: change comment for fortran depend parsingBill Hoffman2006-08-151-22/+14
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-12/+22
|
* ENH: Changed over to using C++ for building flex/bison generated files. It ↵Brad King2005-02-011-31/+0
| | | | reduces the number of changes that need to be made after generation.
* ENH: Added generated lexer and parser sources.Brad King2005-01-261-0/+344