summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS constStephen Kelly2014-01-121-1/+1
* Constify handling of target dependencies.Stephen Kelly2013-12-111-2/+2
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-8/+10
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-0/+1
* Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-6/+9
* Ninja: Custom Command file depends don't need to exist before buildingRobert Maynard2013-07-011-0/+7
* Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non staticRobert Maynard2013-07-011-17/+17
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+1
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* Ninja: don't confuse ninja's rsp files with nmake'sPeter Kümmel2012-09-281-0/+1
* Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-181-52/+52
* Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-0/+4
* Ninja: remove some unused default argumentsPeter Kümmel2012-07-101-7/+7
* Ninja: also write link libraries to rsp filePeter Kümmel2012-07-101-1/+3
* Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-021-0/+5
* Ninja: build cmcldeps with mingwPeter Kuemmel2012-06-151-1/+1
* Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-0/+2
* Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-141-1/+0
* Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-0/+1
* Ninja: remove unused CommentStreamPeter Kuemmel2012-06-131-7/+0
* Ninja: use slashes for include dirs, so also slahes are in the .d filesPeter Kuemmel2012-06-121-0/+3
* Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-0/+10
* Ninja: add response file support on WindowsPeter Kuemmel2012-06-051-1/+6
* Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja.Stephen Kelly2012-06-041-0/+6
* Ninja: Add a convenient 'help' target.Nicolas Despres2012-05-091-0/+1
* Ninja: Add a convenient 'clean' target.Nicolas Despres2012-05-091-0/+1
* Pre-compute object file names before Ninja generationBrad King2012-03-161-0/+6
* Ninja: Constify use of cmCustomCommandBrad King2012-03-131-2/+2
* Ninja: add .def file supportPeter Kuemmel2012-03-071-0/+2
* Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-191-0/+1
* Ninja: Appease various compilersPeter Collingbourne2012-02-051-1/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+329