| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
And in one case fixed wrong param name.
Warned by clang -Wdocumentation.
|
|
|
|
| |
Remove the keyword from all Source/* files outside of KWSys.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
The generated Fortran dependency scanning lexer includes an assignment
to a local variable that is unused. Borland warns, so we remove the
assignment.
|
|
|
|
|
| |
- I tweaked the patch to add 'other' production rules for COMMA and DCOLON
- See issue #6884.
|
| |
|
|
|
|
|
|
| |
- Do not crash if a #elseif occurs out of order
- Recognize preprocessor directives only at the beginning of lines.
- See issue #6855
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
| |
|
| |
|
| |
|
|
|
|
| |
This partially addresses bug#2361.
|
|
|
|
| |
expressions. Added the changes to the instructions in the input lex files.
|
|
reduces the number of changes that need to be made after generation.
|