summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomCommandCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: merge changes from the main tree to the 2.4 branchBill Hoffman2006-10-131-4/+24
|
* ENH: merge main tree into branchBill Hoffman2006-06-301-4/+6
|
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-1/+3
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* 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 ↵Brad King2005-02-221-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 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-181-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 ↵Andy Cedilnik2002-12-101-2/+2
| | | | command does
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-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 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 ↵Sebastien Barre2001-11-091-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 commandAndy Cedilnik2001-11-071-0/+79