summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-031-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-151-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
* Fortran: Wrap path convert in a call with a more-suitable nameStephen Kelly2016-10-061-20/+21
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-4/+2
* Convert: Inline uses of HOME_OUTPUTStephen Kelly2016-09-191-4/+8
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-28/+12
* Convert: Inline HOME_OUTPUT MAKERULE conversionStephen Kelly2016-09-191-14/+30
* Convert: Inline MAKERULE conversionsStephen Kelly2016-09-191-2/+1
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-8/+8
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-3/+5
* cmDependsFortran: simplify boolean expressionDaniel Pfeifer2016-09-121-6/+1
* Fortran: Warn when dependency scanning fails to parse a source fileBrad King2016-09-061-0/+6
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+7
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-5/+5
* Merge topic 'intel-fortran-mod-diff'Brad King2016-08-251-0/+6
|\
| * Fortran: Fix .mod file comparison for Intel 16 formatBrad King2016-08-241-0/+6
* | CMake: don't use else after returnDaniel Pfeifer2016-08-181-1/+2
* | Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-2/+3
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* | Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-2/+2
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-3/+2
|/
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-20/+20
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-299/+208
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-16/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3