Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -1/+3 |
| | | | | Alex | ||||
* | COMP: compile fix | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -11/+3 |
| | | | | | | | | | | "imported" executable target. This can then be used e.g. with ADD_CUSTOM_COMMAND() to generate stuff. It adds a second container for "imported" targets, and FindTarget() now takes an additional argument bool useImportedTargets to specify whether you also want to search in the imported targets or only in the "normal" targets. Alex | ||||
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | BUG: Move hack from old cmMakefile::AddUtilityTarget to this command ↵ | Brad King | 2006-09-28 | 1 | -7/+23 |
| | | | | directly. There really needs to be a better way to represent external project targets. | ||||
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ↵ | Brad King | 2006-09-28 | 1 | -2/+1 |
| | | | | to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -3/+5 |
| | |||||
* | ENH: make sure path is converted to unix | Bill Hoffman | 2006-05-04 | 1 | -2/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+2 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -3/+5 |
| | | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. | ||||
* | ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson | Bill Hoffman | 2004-09-15 | 1 | -6/+2 |
| | |||||
* | bug fixes for external projects | Bill Hoffman | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | ENH: improve coverage | Bill Hoffman | 2003-08-07 | 1 | -12/+15 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -1/+0 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+1 |
| | |||||
* | ERR: ^M's removed. | Bill Lorensen | 2001-11-05 | 1 | -4/+4 |
| | |||||
* | allow more than one external MS project | Phil Pritchett | 2001-11-02 | 1 | -1/+5 |
| | |||||
* | INCLUDE_EXTERNAL_MSPROJECT command | Phil Pritchett | 2001-10-31 | 1 | -0/+34 |