summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 for bug#5809. Applied patch supplied in the bug report. Updated ↵Brad King2007-10-031-4/+17
| | | | 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 lengthKen Martin2006-05-151-2/+5
|
* ENH: Changed over to using C++ for building flex/bison generated files. It ↵Brad King2005-02-011-7/+22
| | | | reduces the number of changes that need to be made after generation.
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-261-0/+70