summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Record backtrace in cmCustomCommandBrad King2010-12-151-3/+24
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()Brad King2008-06-021-15/+3
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-3/+15
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...Brad King2007-09-171-0/+20
* ENH: Removed "Used" mark from custom commands. It is no longer needed or che...Brad King2007-05-281-3/+0
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-0/+20
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-3/+9
* COMP: Fix init order.Brad King2006-09-271-2/+2
* BUG: The copy constructor should copy the escape settings.Brad King2006-09-271-3/+3
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-0/+30
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-5/+5
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-20/+20
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-1/+2
* ENH: add working directory supportBill Hoffman2006-02-081-3/+15
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-0/+3
* ENH: always write out all custom commandsKen Martin2005-07-281-3/+0
* ENH: add test to make sure custom commands are usedKen Martin2005-06-211-0/+3
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-50/+35
* ENH: allow duplicate commands with the same output to be reduced automaticall...Bill Hoffman2003-06-041-0/+15
* warning fixesKen Martin2003-06-031-2/+2
* yikes added new custom command supportKen Martin2003-06-031-14/+15
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-0/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-0/+4
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* major changes to support multiple libraries and source listsKen Martin2001-04-111-0/+60