summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
Commit message (Expand)AuthorAgeFilesLines
* BUG: COMMENT was missing from docs.Brad King2006-10-041-3/+4
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-2/+10
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ...Brad King2006-10-021-1/+4
* ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...Brad King2006-09-281-3/+11
* BUG: Clarified documentation about custom command outputs and custom target d...Brad King2006-06-151-4/+6
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-1/+3
* ENH: add working directory supportBill Hoffman2006-02-081-1/+5
* BUG: Fixed formatting of generated documentation.Brad King2005-02-221-3/+3
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-6/+9
* update docsKen Martin2004-04-221-1/+4
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Tweaked whitespace in documentation of command.Brad King2003-08-061-8/+6
* command should nto be inheritedBill Hoffman2003-06-041-6/+0
* better docsKen Martin2003-06-031-29/+0
* better docsKen Martin2003-06-031-20/+6
* yikes added new custom command supportKen Martin2003-06-031-25/+52
* Fix to documentation formatting: removed extra newline.Brad King2003-02-191-1/+1
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-17/+30
* ENH: clean up docs someBill Hoffman2002-12-301-1/+16
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-2/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: use target as source if source is emptySebastien Barre2002-04-111-1/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-4/+5
* Fix add custom command so that it actually executes the codeAndy Cedilnik2002-01-031-0/+18
* SOURCE, COMMAND, TARGET are required nowSebastien Barre2001-11-091-1/+1
* Reimplement code. Since a custom command is very flexible and might be extend...Sebastien Barre2001-11-091-2/+3
* Added accessor for add custom commandAndy Cedilnik2001-11-071-0/+79