summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommandGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+6
* genex: remove the need for backtracesBen Boeckel2014-06-051-1/+1
* add_custom_command: Normalize OUTPUT and DEPENDS paths.Stephen Kelly2014-05-281-1/+11
* add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-2/+16
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-0/+24
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-201-2/+2
* cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-181-3/+4
* Introduce "generator expression" syntax to custom commands (#11209)Brad King2010-12-151-3/+11
* Remove cmLocalGenerator::GetRealLocationBrad King2010-12-081-1/+7
* Factor out common custom command generatorBrad King2010-12-081-0/+58