Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Implement Fortran module dependencies across targets and directories. | Brad King | 2007-12-28 | 1 | -0/+4 |
| | | | | | | | | | - See issue #5809 - Keep information about all sources in the target until deps are written - Create a fortran.internal file after scanning that lists modules provided - Load fortran.internal files from linked targets to find modules - Search the include path for external modules - Create file-level deps on in-project module timestamps or external mods | ||||
* | ENH: Convert cmDepends object interface to scan an entire target at once. | Brad King | 2007-12-23 | 1 | -2/+12 |
| | |||||
* | ENH: Moved dependency integrity check from CheckBuildSystem over to a ↵ | Brad King | 2007-12-19 | 1 | -3/+6 |
| | | | | per-target UpdateDependencies step. This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check. | ||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -9/+10 |
| | | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
| | |||||
* | BUG: Fix to avoid repeated calls to CollapseFullPath during dependency ↵ | Brad King | 2006-05-03 | 1 | -1/+8 |
| | | | | scanning. This addresses bug#3191. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -10/+11 |
| | |||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 1 | -5/+16 |
| | | | | is simpler to parse and therefore much faster overall | ||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -25/+7 |
| | |||||
* | BUG: a fix for constant recomputing of depends | Ken Martin | 2005-05-25 | 1 | -0/+4 |
| | |||||
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 1 | -2/+9 |
| | |||||
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -1/+4 |
| | |||||
* | ENH: Implemented support for include/complain regular expressions for ↵ | Brad King | 2005-02-07 | 1 | -1/+1 |
| | | | | dependency scanning. This now includes the possibility that scanning will return failure and the build will stop. | ||||
* | ENH: Split dependency scanning and checking into separate cmDepends ↵ | Brad King | 2005-01-18 | 1 | -0/+82 |
superclass with language-specific subclasses such as cmDependsC. |