summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-141-2/+7
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Make the add_custom_command output more predictableStephen Kelly2016-09-191-2/+2
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-3/+16
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-238/+157
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-5/+21
* Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-2/+12
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* add_custom_command: Normalize OUTPUT and DEPENDS paths.Stephen Kelly2014-05-281-0/+4
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-11/+11
* add_custom_command: Disallow use of SOURCE signatures.Stephen Kelly2014-02-121-0/+30
* Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-301-3/+9
* Handle relative WORKING_DIRECTORY in add_custom_(command|target)Brad King2011-01-261-0/+7
* Normalize add_custom_command OUTPUT names (#10485)Brad King2010-12-151-0/+1
* 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-18/+3
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-3/+18
* ENH: Make add_custom_command interpret relative OUTPUT locations with respect...Brad King2008-01-301-1/+11
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...Brad King2007-09-171-0/+52
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-0/+35
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-6/+8
* ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...Brad King2006-09-281-7/+15
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-31/+39
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+22
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-4/+4
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-5/+7
* ENH: fix broken testsBill Hoffman2006-02-081-1/+0
* ENH: add working directory supportBill Hoffman2006-02-081-3/+13
* ENH: fix for earlier fix on source with relative pathKen Martin2005-08-081-1/+1
* BUG: Do not convert SOURCE argument from relative to full path. It breaks th...Brad King2005-08-081-1/+6
* ENH: slightly modified version of Alex's relative path arguments for custom c...Ken Martin2005-07-081-22/+39
* ENH: Added check for invalid characters in output name.Brad King2005-03-221-0/+10
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-44/+45
* ENH: Fix typo: Bug #100 - Spelling correction to an error messageAndy Cedilnik2003-07-291-1/+1
* ENH: better error checkingBill Hoffman2003-07-151-0/+8
* yikes added new custom command supportKen Martin2003-06-031-12/+57
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-8/+12
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-4/+4
* remove unused variablesKen Martin2002-09-151-1/+0
* ENH: add list expansion backBill Hoffman2002-05-221-2/+4
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-4/+2