summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-3/+4
* BUG: When checking for upper-case modules do not use an upper-case .MOD exten...Brad King2005-03-071-1/+3
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modu...Brad King2005-03-031-12/+53
* BUG: We need to test the compiler for the case of the mod file names. For no...Brad King2005-03-021-0/+14
* BUG: Module file names are case insensitive. Always use lower case no matter...Brad King2005-03-011-3/+5
* STYLE: Added TODO comment for checking dependencies.Brad King2005-02-151-0/+1
* ENH: Changed over to using C++ for building flex/bison generated files. It r...Brad King2005-02-011-8/+6
* STYLE: Added another solution proposal for out-of-directory modules.Brad King2005-01-281-0/+17
* ENH: Added provides/requires output for modules.Brad King2005-01-281-4/+86
* COMP: Added constructor to cmDependsFortranFile to avoid using initializer li...Brad King2005-01-261-1/+5
* ENH: Removed Lexer/Parser prefix before _yy symbols. Just cmDependsFortran_y...Brad King2005-01-261-11/+11
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-261-0/+384