summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomTargetCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-5/+15
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-3/+2
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-2/+3
* add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-111-6/+0
* cmAddCustom{Command,Target}Command: Skip conversions on genex pathsBrad King2020-12-101-2/+6
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-4/+3
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-1/+2
* add_custom_target: Add output checks for custom target byproductsDaniel Eiband2019-09-231-0/+6
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-10/+6
* Byproducts: collapse full paths of custom target byproductsDaniel Eiband2019-09-131-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-1/+2
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-23/+19
* Support job pools in custom commands and targetsRosen Matev2019-05-141-1/+13
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-4/+4
* add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-031-7/+0
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+2
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-3/+3
* CMP0037: De-duplicate check and message generationBrad King2017-10-301-30/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-131-1/+12
* clang-tidy: apply performance-faster-string-find fixesDaniel Pfeifer2016-12-121-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-103/+62
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-2/+27
* Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-1/+15
* Rename doing_verbatim to doing_nothingPeter Collingbourne2014-11-141-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Merge topic 'fix_policy_diagnostics'Brad King2014-04-011-3/+3
|\
| * Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-3/+3
* | Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
|/
* CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-7/+55
* Drop compatibility with CMake < 2.4Brad King2013-10-231-11/+6
* Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-301-1/+5
* Handle relative WORKING_DIRECTORY in add_custom_(command|target)Brad King2011-01-261-0/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Allow custom sources in custom targetsBrad King2008-10-091-3/+16
* COMP: Fix unused parameter warning in cmAddCustomTargetCommand.Brad King2008-03-071-1/+1
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-38/+19