Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Light refactoring of implicit dependency scanning configuration ↵ | Brad King | 2008-05-08 | 1 | -4/+1 |
| | | | | | | implementation. - Move lookup of config variables from cmLocalUnixMakefileGenerator3 to cmDepends hierarchy. | ||||
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 1 | -1/+3 |
| | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | ||||
* | ENH: Make the Fortran compiler id available to cmDependsFortran at scanning ↵ | Brad King | 2008-01-02 | 1 | -1/+2 |
| | | | | and module timestamp copy time. | ||||
* | ENH: Changes based on patch from Maik Beckmann to copy fortran modules to ↵ | Brad King | 2007-12-31 | 1 | -0/+4 |
| | | | | timestamps only if they have really changed. This optimization should reduce extra rebuilds caused by dependencies on modules whose providers have recompiled but whose interfaces have not changed. | ||||
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 1 | -2/+3 |
| | |||||
* | ENH: Implement Fortran module dependencies across targets and directories. | Brad King | 2007-12-28 | 1 | -0/+23 |
| | | | | | | | | | - 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 | -5/+1 |
| | |||||
* | ENH: Pass target directory to cmDependsFortran scanning instances. | Brad King | 2007-12-19 | 1 | -3/+7 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 1 | -3/+3 |
| | | | | 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 | -2/+3 |
| | |||||
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 1 | -3/+2 |
| | |||||
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 ↵ | Brad King | 2005-03-03 | 1 | -0/+5 |
| | | | | modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case. | ||||
* | ENH: Added Fortran dependency scanner implementation. | Brad King | 2005-01-26 | 1 | -0/+64 |