summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommandGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-1/+1
* Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-271-3/+4
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-9/+13
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-1/+1
* cmCustomCommandGenerator: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+4
* cmLocalGenerator: Remove EscapeForShellOldStyle to only caller.Stephen Kelly2015-05-141-1/+30
* 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