summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmDependsFortran: Use string to store module directoryBrad King2015-07-291-8/+5
* cmFortranParser: Factor out of cmDependsFortranBrad King2015-07-271-465/+0
* cmDependsFortran: Simplify storage of preprocessor definitionsBrad King2015-07-271-12/+8
* cmDependsFortran: Move FindIncludeFile method into parser classBrad King2015-07-271-14/+17
* Rename Fortran parser infrastructure to drop "Depends" prefixKitware Robot2015-07-271-71/+71
* Fortran: Fix passing of preprocessor definitions to dependency scannerBrad King2015-07-061-1/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-7/+3
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* cmDepends: Refactor object file path conversionBrad King2014-07-221-9/+14
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-6/+6
* Merge topic 'gfortran-compressed-modules'Brad King2014-06-241-14/+27
|\
| * Fortran: Add support for GNU >= 4.9 compressed modules (#14975)Brad King2014-06-231-14/+27
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-6/+6
* | Remove some c_str() calls.Stephen Kelly2014-03-111-11/+11