summaryrefslogtreecommitdiff
path: root/Source/cmFortranParserImpl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-0/+13
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+4
* Fortran: Support compilers using no module prefix on submodule filesWillem Deconinck2019-07-081-1/+7
* Fortran: Fix submodule file names across compilersBrad King2019-02-141-1/+1
* Fortran: Thread compiler id through to internal Fortran parserBrad King2019-02-141-2/+4
* Fortran: Factor out .mod and .smod file name constructionBrad King2019-02-141-6/+17
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-4/+5
* Fortran: Add support for submodule dependenciesBrad King2018-04-201-0/+44
* Fortran: Refactor to treat .mod extension as part of module nameBrad King2018-04-201-6/+19
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-3/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* 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-171-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