summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortran.h
Commit message (Expand)AuthorAgeFilesLines
* cmDependsFortran: require that dependency info files workBen Boeckel2023-02-011-1/+1
* Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-1/+2
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-4/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmDepends: Update types to always use a Makefile generatorBrad King2020-04-131-2/+2
* Modernize memory managementMarc Chevrier2020-03-051-1/+2
* Fortran: Fix submodule file names across compilersBrad King2019-02-141-0/+2
* Fortran: Thread compiler id through to internal Fortran parserBrad King2019-02-141-0/+2
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-6/+9
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+1
* Various typo fixesLuz Paz2018-01-041-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-3/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Fortran: Wrap path convert in a call with a more-suitable nameStephen Kelly2016-10-061-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-7/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+10
* cmDependsFortran: Use string to store module directoryBrad King2015-07-291-1/+2
* cmDependsFortran: Simplify storage of preprocessor definitionsBrad King2015-07-271-1/+1
* cmDependsFortran: Move FindIncludeFile method into parser classBrad King2015-07-271-6/+0
* Rename Fortran parser infrastructure to drop "Depends" prefixKitware Robot2015-07-271-4/+4
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-4/+1
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-091-1/+3
* ENH: Make the Fortran compiler id available to cmDependsFortran at scanning a...Brad King2008-01-021-1/+2
* ENH: Changes based on patch from Maik Beckmann to copy fortran modules to tim...Brad King2007-12-311-0/+4
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-2/+3
* ENH: Implement Fortran module dependencies across targets and directories.Brad King2007-12-281-0/+23
* ENH: Convert cmDepends object interface to scan an entire target at once.Brad King2007-12-221-5/+1
* ENH: Pass target directory to cmDependsFortran scanning instances.Brad King2007-12-191-3/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-3/+3
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-2/+3
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-3/+2
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+1
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modu...Brad King2005-03-031-0/+5
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-261-0/+64