summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename Fortran parser infrastructure to drop "Depends" prefixKitware Robot2015-07-271-96/+0
| | | | | | | | | | | The parser can be re-used outside cmDependsFortran or the cmDepends class hierarchy so drop the "Depends" from its name: rename 's/DependsFortran([A-Za-z0-9_])/Fortran$1/' Source/*.* sed -i 's/DependsFortran\([A-Za-z0-9_]\)/Fortran\1/g' Source/*.* sed -i 's/FortranInternals/DependsFortranInternals/g' Source/*.* Also manually fix Source/CMakeLists.txt source file ordering.
* 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