summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNinjaGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-5/+17
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-1/+2
* Ninja: Fix inter-target order-only dependencies of custom commandsBrad King2016-07-201-0/+11
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-26/+31
* Ninja: Support embedding of CMake as subninja projectNicolas Despres2016-05-171-0/+5
* Ninja: Pass all build paths through a central methodNicolas Despres2016-05-171-0/+2
* Ninja: Pre-compute "CMakeCache.txt" build target nameNicolas Despres2016-05-171-0/+1
* Ninja: Pre-compute "all" build target nameNicolas Despres2016-05-171-0/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-100/+92
* Source: Stabilize include orderBrad King2016-04-291-4/+5
* cmGlobalNinjaGenerator: Clarify logic for forcing use of response filesDmitry Ivanov2016-04-071-1/+1
* Ninja: Add `$subdir/all` targetsCharles Huet2016-03-181-0/+3
* Ninja: Add 'restat' parameter to custom command generation methodBrad King2015-11-191-0/+1
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+6
* cmGlobalNinjaGenerator: Save 'ninja' version very earlyBrad King2015-11-021-1/+1
* cmGlobalNinjaGenerator: Save path to 'ninja' tool very earlyBrad King2015-11-021-1/+3
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-5/+7
* Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-251-0/+13
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* Ninja: Remove some incorrect comments adding no value.Stephen Kelly2015-08-281-11/+0
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* Merge topic 'rm-Makefile-LocalGenerator'Brad King2015-08-111-1/+1
|\
| * cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.Stephen Kelly2015-08-071-1/+1
* | Ninja: Centralized required Ninja version numbers and comparisons.James Johnston2015-08-091-2/+4
|/
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-2/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Ninja: Generate separate compile and link rules for each targetBrad King2015-05-181-1/+3
* Ninja: Use forward slashes for any GCC on Windows (#15439)Thomas Herz2015-05-071-2/+2
* Ninja: Refactor detection of MinGW tools on WindowsBrad King2015-05-071-7/+4
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Ninja: Add policy to require explicit custom command byproductsBrad King2015-03-201-0/+5
* cmGlobalNinjaGenerator: Drop unused memberBrad King2015-03-181-2/+0
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* Ninja: Refactor restat to be a string internallyBrad King2014-11-141-2/+2
* Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-141-0/+1
* Ninja: factor out the test for console pool supportPeter Collingbourne2014-11-141-0/+3
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* Ninja: Use 'console' pool for CMake re-run if possible (#14915)Sylvain Joubert2014-10-031-1/+2
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-3/+3
* Ninja: Consider only custom commands deps as side-effects (#14972)Adam Strzelecki2014-06-301-4/+5
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-2/+0
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-1/+1
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1