summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommand.h
Commit message (Expand)AuthorAgeFilesLines
* add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for NinjaAbdelmaged Khalifa2023-02-141-0/+6
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-4/+16
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-0/+5
* cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-8/+16
* add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-311-0/+5
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-0/+6
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+6
* cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-5/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-8/+9
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Support job pools in custom commands and targetsRosen Matev2019-05-141-0/+5
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-6/+5
* cmCustomCommand: remove the default constructorVitaly Stakhovsky2018-10-141-8/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-131-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+7
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-0/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmCustomCommand: Remove special member functions.Stephen Kelly2015-06-071-4/+0
* cmCustomCommand: Re-arrange data layout.Stephen Kelly2015-06-071-3/+3
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+5
* Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-0/+6
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+2
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-3/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* cmMakefile: Consify custom command API.Stephen Kelly2014-01-221-1/+1
* add_custom_command: Manage backtrace memory correctly (#14299)Brad King2013-07-171-0/+1
* Record backtrace in cmCustomCommandBrad King2010-12-151-1/+10
* 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-5/+0
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-0/+5
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...Brad King2007-09-171-0/+7
* ENH: Removed "Used" mark from custom commands. It is no longer needed or che...Brad King2007-05-281-5/+0
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+2
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-0/+6
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-0/+1
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-0/+11
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-3/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
* ENH: add working directory supportBill Hoffman2006-02-081-1/+6
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-0/+5
* ENH: always write out all custom commandsKen Martin2005-07-281-5/+0
* ENH: add test to make sure custom commands are usedKen Martin2005-06-211-0/+5
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-46/+21
* performance improvementKen Martin2003-06-231-4/+4