summaryrefslogtreecommitdiffstats
path: root/Source/cmFortranParserImpl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-1/+1
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmFortranParserImpl: remove unnecessary includeDaniel Pfeifer2017-03-291-1/+0
* 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