summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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-171-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-211-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
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-20/+20
|/
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-10/+10
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-23/+29
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-6/+6
* Fix escapes in Fortran depend.make entriesBrad King2010-01-041-5/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix Fortran implicit dependency include pathBrad King2009-02-241-0/+3
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-11/+14
* BUG: Fix Fortran dependency parser preprocessor handling crash.Brad King2008-04-211-2/+4
* COMP: Fix build on Borland 5.5.Brad King2008-01-181-1/+2
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-171-15/+6
* COMP: Fix build on VS6.Brad King2008-01-101-4/+4
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-091-19/+180
* BUG: make it compile on vs 6Bill Hoffman2008-01-081-3/+3
* ENH: Changes based on patch from Maik for better cmDependsFortran::ModulesDif...Brad King2008-01-071-48/+125
* ENH: Cleanup Fortran build directories by placing module stamp files in the t...Brad King2008-01-021-9/+5