Andy Cedilnik
|
f18e7c7ff7
|
ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall
|
2005-10-12 13:52:29 -04:00 |
Ken Martin
|
f85f919dbc
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
Andy Cedilnik
|
0e194cab84
|
ENH: new fortran depends to match new Unix Gen
|
2005-05-25 11:19:16 -04:00 |
Ken Martin
|
1c95c08ccf
|
ENH: some updates to the provides requires code
|
2005-05-16 10:53:02 -04:00 |
Ken Martin
|
c85069b290
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -04:00 |
Brad King
|
e8911705d6
|
ENH: Added optional verbose output to build system dependency check.
|
2005-05-06 09:58:58 -04:00 |
Brad King
|
e75df695de
|
BUG: When checking for upper-case modules do not use an upper-case .MOD extension.
|
2005-03-07 15:19:18 -05:00 |
Brad King
|
2444cd3828
|
ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case.
|
2005-03-03 16:53:33 -05:00 |
Brad King
|
ba6f07b10c
|
BUG: We need to test the compiler for the case of the mod file names. For now this is a temporary hack to use upper case on SGI and lower case on Sun.
|
2005-03-02 09:02:36 -05:00 |
Brad King
|
2a8adb53ea
|
BUG: Module file names are case insensitive. Always use lower case no matter the real name of the module.
|
2005-03-01 13:36:07 -05:00 |
Brad King
|
4601c46ad8
|
STYLE: Added TODO comment for checking dependencies.
|
2005-02-15 09:02:45 -05:00 |
Brad King
|
04e56bf7ff
|
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
2005-02-01 10:42:52 -05:00 |
Brad King
|
51750d0552
|
STYLE: Added another solution proposal for out-of-directory modules.
|
2005-01-28 12:01:26 -05:00 |
Brad King
|
c16aca0643
|
ENH: Added provides/requires output for modules.
|
2005-01-28 10:45:00 -05:00 |
Brad King
|
f1b52f3f98
|
COMP: Added constructor to cmDependsFortranFile to avoid using initializer list. Also included assert.h.
|
2005-01-26 16:09:48 -05:00 |
Brad King
|
483534f1a3
|
ENH: Removed Lexer/Parser prefix before _yy symbols. Just cmDependsFortran_yy is enough.
|
2005-01-26 15:45:59 -05:00 |
Brad King
|
19f977bad7
|
ENH: Added Fortran dependency scanner implementation.
|
2005-01-26 15:33:38 -05:00 |