summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-5/+5
* add_custom_command: Format files in error message in a single lineDaniel Eiband2019-09-231-2/+2
* add_custom_target: Add output checks for custom target byproductsDaniel Eiband2019-09-231-32/+4
* add_custom_command: Add tests for custom command output checksDaniel Eiband2019-09-231-2/+2
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-8/+5
* Merge topic 'prepare-deferred-custom-command-creation'Brad King2019-09-161-32/+8
|\
| * add_custom_command: Move append functionality into class cmMakefileDaniel Eiband2019-09-131-9/+3
| * add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-23/+5
* | add_custom_command: Delay slash conversion until after genex evaluationSebastian Lipponer2019-09-131-4/+3
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-2/+10
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-41/+43
* cmAddCustomCommand: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-24/+23
* Support job pools in custom commands and targetsRosen Matev2019-05-141-3/+16
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-4/+4
* add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-031-6/+0
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* Merge topic 'std-string-apis'Brad King2018-02-011-2/+2
|\
| * Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-3/+3
* | cmAddCustomCommandCommand: use std::string const& for FileIsFullPathBen Boeckel2018-01-311-1/+1
* | cmAddCustomCommandCommand: store keywords in stringsBen Boeckel2018-01-311-49/+99
|/
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-4/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-9/+6
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* 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