summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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
* ENH: Make the Fortran compiler id available to cmDependsFortran at scanning a...Brad King2008-01-021-4/+21
* ENH: Changes based on patch from Maik Beckmann to copy fortran modules to tim...Brad King2007-12-311-10/+112
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-20/+54
* ENH: Simplify Fortran module proxy dependency implementation by removing unne...Brad King2007-12-301-3/+0
* COMP: Fix uninitialized variable and unused parameter warnings.Brad King2007-12-291-2/+2
* ENH: Add per-language clean rule generation to cmake_clean.cmake files to inc...Brad King2007-12-281-0/+21
* ENH: Implement Fortran module dependencies across targets and directories.Brad King2007-12-281-119/+330
* ENH: Convert cmDepends object interface to scan an entire target at once.Brad King2007-12-231-3/+2
* BUG: cmDependsFortran should store the source file as a dependency of the obj...Brad King2007-12-191-0/+1
* ENH: Pass target directory to cmDependsFortran scanning instances.Brad King2007-12-191-4/+9
* ENH: Make module timestamps work for modules in subdirectories. Make sure ti...Brad King2007-12-151-12/+60
* BUG: fix for bug 6136 make sure includes are not directoriesBill Hoffman2007-12-151-6/+6
* STYLE: fix line lenBill Hoffman2007-12-051-1/+2
* ENH: do not depend on touch being on the systemBill Hoffman2007-12-041-1/+1
* STYLE: Fixed line-too-long.Brad King2007-10-161-6/+8
* ENH: When an object file requires a module add the file-level dependency betw...Brad King2007-10-121-0/+38
* BUG: Fix in-interface mode. Patch from Maik Beckmann. See bug#5809.Brad King2007-10-101-1/+4
* BUG: When requiring a module through a .proxy rule add an empty .proxy rule i...Brad King2007-10-031-0/+3
* BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pr...Brad King2007-10-031-7/+26
* BUG: Do not write symbolic make dependencies into depends.internal.Brad King2007-08-291-4/+0
* STYLE: fix line lengthKen Martin2006-05-101-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-17/+16
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-40/+15
* ENH: new fortran depends to match new Unix GenAndy Cedilnik2005-05-251-6/+11
* ENH: some updates to the provides requires codeKen Martin2005-05-161-0/+9
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-6/+2