summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommandGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-141-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