-
- Downloads
Rename Fortran parser infrastructure to drop "Depends" prefix
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.
Showing
- Source/CMakeLists.txt 5 additions, 4 deletionsSource/CMakeLists.txt
- Source/cmDependsFortran.cxx 71 additions, 71 deletionsSource/cmDependsFortran.cxx
- Source/cmDependsFortran.h 4 additions, 4 deletionsSource/cmDependsFortran.h
- Source/cmFortranLexer.cxx 225 additions, 225 deletionsSource/cmFortranLexer.cxx
- Source/cmFortranLexer.h 38 additions, 38 deletionsSource/cmFortranLexer.h
- Source/cmFortranLexer.in.l 19 additions, 19 deletionsSource/cmFortranLexer.in.l
- Source/cmFortranParser.cxx 103 additions, 103 deletionsSource/cmFortranParser.cxx
- Source/cmFortranParser.h 96 additions, 0 deletionsSource/cmFortranParser.h
- Source/cmFortranParser.y 70 additions, 70 deletionsSource/cmFortranParser.y
- Source/cmFortranParserTokens.h 2 additions, 2 deletionsSource/cmFortranParserTokens.h
Loading
Please register or sign in to comment