summaryrefslogtreecommitdiffstats
path: root/Source/cmFortranParserImpl.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-5/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmFortranParser: Inject a newline at end-of-file when missingBrad King2016-09-061-2/+13
* Fortran: Warn when dependency scanning fails to parse a source fileBrad King2016-09-061-4/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+8
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-27/+23
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-134/+84
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-26/+0
* cmFortranParser: Skip #line directives that do not name filesBrad King2016-04-051-1/+1
* cmFortranParser: Parse #line directivesBrad King2015-11-021-0/+26
* cmFortranParser: Factor out of cmDependsFortranBrad King2015-07-271-0/+408