summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for NinjaAbdelmaged Khalifa2023-02-141-0/+10
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-6/+13
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-0/+24
* cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-18/+35
* add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-311-0/+10
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-0/+10
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+3
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-4/+4
* cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-7/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-4/+3
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-5/+4
* Support job pools in custom commands and targetsRosen Matev2019-05-141-0/+10
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-8/+10
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+0
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* cmCustomCommand: remove the default constructorVitaly Stakhovsky2018-10-141-10/+0
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-131-0/+12
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+1
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-0/+10
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-20/+19
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-19/+0
* cmCustomCommand: Remove special member functions.Stephen Kelly2015-06-071-45/+0
* cmCustomCommand: Re-arrange data layout.Stephen Kelly2015-06-071-7/+5
* cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-031-2/+2
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-10/+3
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+10
* Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-1/+16
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+3
* genex: remove the need for backtracesBen Boeckel2014-06-051-11/+5
* cmMakefile: return a backtraceBen Boeckel2014-06-051-1/+1
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-10/+0
* cmMakefile: Consify custom command API.Stephen Kelly2014-01-221-1/+1
* add_custom_command: Manage backtrace memory correctly (#14299)Brad King2013-07-171-0/+28
* 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