summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommandGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-191-1/+1
* add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-311-0/+1
* Xcode: Add support of DEPFILE for add_custom_commandMarc Chevrier2021-04-151-3/+10
* Genex: add_custom_command: DEPFILE supports genexMarc Chevrier2021-04-121-0/+1
* Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-2/+9
* cmCustomCommandGenerator: Evaluate generator expressions in outputsBrad King2020-12-101-0/+1
* cmCustomCommandGenerator: Collect genex target references in commandsBrad King2020-10-291-0/+5
* cmCustomCommandGenerator: Add move operationsBrad King2020-10-271-2/+4
* cmCustomCommandGenerator: Add option to transform depfileKyle Edwards2020-10-131-1/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmCustomCommandGenerator: Replace generator expression memberDaniel Eiband2019-09-221-3/+0
* Genex: Evaluate byproduct generator expressions in cmCustomCommandGeneratorDaniel Eiband2019-09-171-0/+1
* Teach CROSSCOMPILING_EMULATOR to support argumentsMarek Antoniak2019-06-031-1/+3
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* add_custom_{command,target}: WORKING_DIRECTORY generator expressionsJon Chronopoulos2018-09-281-0/+1
* add HasOnlyEmptyCommandLines() method to cmCustomCommandGeneratorMichael Stürmer2017-09-041-0/+1
* cmCustomCommandGenerator: Avoid mutable stateBrad King2017-08-081-2/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-131-0/+2
* Fix custom command target substitution with CROSSCOMPILING_EMULATORBrad King2016-10-281-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+4
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+2
* CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-091-0/+1
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-3/+3
* cmCustomCommandGenerator: Port to cmOutputConverter.Stephen Kelly2015-06-061-2/+0
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+1
* add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-0/+2
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-0/+5
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+3
* Introduce "generator expression" syntax to custom commands (#11209)Brad King2010-12-151-0/+3
* Factor out common custom command generatorBrad King2010-12-081-0/+37