summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
Commit message (Collapse)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
| | | | is simpler to parse and therefore much faster overall
* 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 ↵Brad King2005-03-071-1/+3
| | | | extension.
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 ↵Brad King2005-03-031-12/+53
| | | | modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case.
* BUG: We need to test the compiler for the case of the mod file names. For ↵Brad King2005-03-021-0/+14
| | | | now this is a temporary hack to use upper case on SGI and lower case on Sun.
* BUG: Module file names are case insensitive. Always use lower case no ↵Brad King2005-03-011-3/+5
| | | | matter the real name of the module.
* 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 ↵Brad King2005-02-011-8/+6
| | | | reduces the number of changes that need to be made after generation.
* 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 ↵Brad King2005-01-261-1/+5
| | | | list. Also included assert.h.
* ENH: Removed Lexer/Parser prefix before _yy symbols. Just ↵Brad King2005-01-261-11/+11
| | | | cmDependsFortran_yy is enough.
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-261-0/+384