| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Add 'restat' parameter to custom command generation method | Brad King | 2015-11-19 | 1 | -0/+1 |
|
|
* | cmake-gui: Add option to specify generator toolset | Robert Dailey | 2015-11-17 | 1 | -0/+6 |
|
|
* | cmGlobalNinjaGenerator: Save 'ninja' version very early | Brad King | 2015-11-02 | 1 | -1/+1 |
|
|
* | cmGlobalNinjaGenerator: Save path to 'ninja' tool very early | Brad King | 2015-11-02 | 1 | -1/+3 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+7 |
|
|
* | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 1 | -0/+13 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | Ninja: Remove some incorrect comments adding no value. | Stephen Kelly | 2015-08-28 | 1 | -11/+0 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | Merge topic 'rm-Makefile-LocalGenerator' | Brad King | 2015-08-11 | 1 | -1/+1 |
|\ |
|
| * | cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. | Stephen Kelly | 2015-08-06 | 1 | -1/+1 |
|
|
* | | Ninja: Centralized required Ninja version numbers and comparisons. | James Johnston | 2015-08-09 | 1 | -2/+4 |
|/ |
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+1 |
|
|
* | Ninja: Generate separate compile and link rules for each target | Brad King | 2015-05-18 | 1 | -1/+3 |
|
|
* | Ninja: Use forward slashes for any GCC on Windows (#15439) | Thomas Herz | 2015-05-07 | 1 | -2/+2 |
|
|
* | Ninja: Refactor detection of MinGW tools on Windows | Brad King | 2015-05-07 | 1 | -7/+4 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -1/+1 |
|
|
* | Ninja: Add policy to require explicit custom command byproducts | Brad King | 2015-03-20 | 1 | -0/+5 |
|
|
* | cmGlobalNinjaGenerator: Drop unused member | Brad King | 2015-03-18 | 1 | -2/+0 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | Ninja: Refactor restat to be a string internally | Brad King | 2014-11-14 | 1 | -2/+2 |
|
|
* | Ninja: Implement USES_TERMINAL using the console pool if available | Peter Collingbourne | 2014-11-14 | 1 | -0/+1 |
|
|
* | Ninja: factor out the test for console pool support | Peter Collingbourne | 2014-11-14 | 1 | -0/+3 |
|
|
* | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -1/+1 |
|
|
* | Ninja: Use 'console' pool for CMake re-run if possible (#14915) | Sylvain Joubert | 2014-10-03 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -3/+3 |
|
|
* | Ninja: Consider only custom commands deps as side-effects (#14972) | Adam Strzelecki | 2014-06-30 | 1 | -4/+5 |
|
|
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -2/+0 |
|
|
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -8/+10 |
|
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -0/+1 |
|
|
* | Ninja: use deps = gcc/msvc feature | Peter Kümmel | 2013-10-24 | 1 | -6/+9 |
|
|
* | Ninja: Custom Command file depends don't need to exist before building | Robert Maynard | 2013-07-01 | 1 | -0/+7 |
|
|
* | Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static | Robert Maynard | 2013-07-01 | 1 | -17/+17 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+1 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -2/+3 |
|
|
* | Ninja: don't confuse ninja's rsp files with nmake's | Peter Kümmel | 2012-09-28 | 1 | -0/+1 |
|
|
* | Ninja: remove 'friend' in ninja code | Peter Kümmel | 2012-07-18 | 1 | -52/+52 |
|
|
* | Ninja: Copy resource files in the bundle. | Nicolas Despres | 2012-07-17 | 1 | -0/+4 |
|
|