Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFortranParser: Factor out of cmDependsFortran | Brad King | 2015-07-27 | 1 | -0/+79 |
| | | | | | Move the main parser class and method implementations out of cmDependsFortran.cxx and into separate source files. | ||||
* | Rename Fortran parser infrastructure to drop "Depends" prefix | Kitware Robot | 2015-07-27 | 1 | -0/+96 |
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. |