summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-5/+5
* cmDependsFortran: require that dependency info files workBen Boeckel2023-02-011-5/+11
* cmMakefileTargetGenerator: make "target linked info" variable Fortran-specificBen Boeckel2023-01-311-1/+1
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-1/+1
* Merge topic 'IntelLLVM-Fortran-copy-mod'Brad King2021-11-181-1/+1
|\
| * IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generatorsBrad King2021-11-171-1/+1
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* | Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-3/+14
* | cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-19/+10
* | cmDependsFortran: Simplify relative path conversion helperBrad King2021-05-131-7/+1
|/
* cmDepends: merge dependers of depend makefileKai Wang2021-01-051-7/+22
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-8/+2
* Merge topic 'makefile-target-special'Brad King2020-04-161-2/+2
|\
| * cmDepends: Update types to always use a Makefile generatorBrad King2020-04-131-2/+2
* | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-3/+1
|/
* Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-19/+18
* Modernize memory managementMarc Chevrier2020-03-051-4/+1
* Fortran: Add support for NAG Fortran submodulesNeil Carlson2020-01-151-2/+6
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-9/+3
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-4/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-31/+12
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* Fortran: Fix submodule file names across compilersBrad King2019-02-141-0/+4
* Fortran: Thread compiler id through to internal Fortran parserBrad King2019-02-141-1/+6
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-30/+28
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+0
* cmOutputConverter: Moved ContainedInDirectory to cmStateDirectoryBruno Manganelli2018-12-081-2/+2
* cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-071-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Fortran: Add support for submodule dependenciesBrad King2018-04-201-2/+5
* Fortran: Refactor to treat .mod extension as part of module nameBrad King2018-04-201-19/+37
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+10
* Various typo fixesLuz Paz2018-01-041-1/+1
* Makefiles: Drop 'requires' step and its supporting infrastructureYurii Batrak2017-12-141-31/+1
* Makefiles: Avoid nested make calls for Fortran module dependenciesYurii Batrak2017-12-141-5/+19
* 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-54/+37
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-8/+9
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+1
* Fortran: Inline conversion to relative pathStephen Kelly2016-10-061-1/+5