Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+5 |
| | |||||
* | BUG: Fixed formatting of generated documentation. | Brad King | 2005-02-22 | 1 | -3/+3 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -6/+9 |
| | | | | 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. | ||||
* | update docs | Ken Martin | 2004-04-22 | 1 | -1/+4 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Tweaked whitespace in documentation of command. | Brad King | 2003-08-06 | 1 | -8/+6 |
| | |||||
* | command should nto be inherited | Bill Hoffman | 2003-06-04 | 1 | -6/+0 |
| | |||||
* | better docs | Ken Martin | 2003-06-03 | 1 | -29/+0 |
| | |||||
* | better docs | Ken Martin | 2003-06-03 | 1 | -20/+6 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -25/+52 |
| | |||||
* | Fix to documentation formatting: removed extra newline. | Brad King | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -17/+30 |
| | |||||
* | ENH: clean up docs some | Bill Hoffman | 2002-12-30 | 1 | -1/+16 |
| | |||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -2/+2 |
| | | | | command does | ||||
* | 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: use target as source if source is empty | Sebastien Barre | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -4/+5 |
| | |||||
* | Fix add custom command so that it actually executes the code | Andy Cedilnik | 2002-01-03 | 1 | -0/+18 |
| | |||||
* | SOURCE, COMMAND, TARGET are required now | Sebastien Barre | 2001-11-09 | 1 | -1/+1 |
| | |||||
* | Reimplement code. Since a custom command is very flexible and might be ↵ | Sebastien Barre | 2001-11-09 | 1 | -2/+3 |
| | | | | extended in the future, make all arguments prefixed with arg type, make ordering irrelevant and potentially all args optional. | ||||
* | Added accessor for add custom command | Andy Cedilnik | 2001-11-07 | 1 | -0/+79 |