summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaUtilityTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Ninja: Add 'restat' parameter to custom command generation methodBrad King2015-11-191-0/+1
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-2/+2
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-7/+9
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-1/+2
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+2
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+1
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+2
* cmNinjaGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-4/+17
* Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-141-0/+5
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+3
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-3/+8
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+2
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-2/+3
* Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non staticRobert Maynard2013-07-011-9/+10
* Ninja: shell escape $(CMAKE_SOURCE_DIR) and $(CMAKE_BINARY_DIR)Peter Collingbourne2012-03-171-4/+12
* Ninja: Add a missed license headerPeter Collingbourne2012-02-271-0/+12
* Ninja: Appease various compilersPeter Collingbourne2012-02-051-2/+2
* Ninja: Remove some default argumentsPeter Collingbourne2012-02-051-4/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+99