Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ninja: Use 'console' pool for CMake re-run if possible (#14915) | Sylvain Joubert | 2014-10-03 | 1 | -0/+1 |
| | | | | | | | | | The pre-defined 'console' pool is a non-buffered pool that runs with a depth of 1. CMake re-run cannot be run concurrently and it will eventually output something. A non-buffered pool allows to get it as soon as possible Also, generate the minimal required version of Ninja in the build file. | ||||
* | ninja: Use string parameters | Ben Boeckel | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 1 | -0/+4 |
| | | | | | Implement it in the local generators and use it in the global generators. | ||||
* | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -3/+4 |
| | | | | | | | Until now the cmCustomCommandGenerator was used only to compute the command lines of a custom command. Generalize it to get the comment, working directory, dependencies, and outputs of custom commands. Update use in all generators to support this. | ||||
* | stringapi: Return a string reference for the configuration | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | cmLocalGenerator: Add format option to ConvertToLinkReference | Brad King | 2014-03-04 | 1 | -1/+2 |
| | | | | Replace the hard-coded SHELL output format with an optional argument. | ||||
* | cmLocalGenerator: Add format option to ConvertToIncludeReference | Brad King | 2014-03-04 | 1 | -1/+2 |
| | | | | Replace the hard-coded SHELL output format with an optional argument. | ||||
* | Ninja: job pool support for compiling and linking | Peter Kümmel | 2013-11-25 | 1 | -0/+1 |
| | | | | | Could be tested by setting the environment variable NINJA_STATUS=[%r] | ||||
* | Ninja: run custom commands through launcher if available | Nils Gladitz | 2013-10-31 | 1 | -0/+1 |
| | |||||
* | Ninja: void function can't return a value | Peter Kümmel | 2012-07-19 | 1 | -2/+2 |
| | |||||
* | Ninja: remove 'friend' in ninja code | Peter Kümmel | 2012-07-18 | 1 | -31/+31 |
| | |||||
* | Pre-compute object file names before Ninja generation | Brad King | 2012-03-16 | 1 | -3/+0 |
| | | | | | | Implement cmGlobalGenerator::ComputeTargetObjects in the Ninja generator to pre-compute all the object file names. Use the results during generation instead of re-computing it later. | ||||
* | Ninja: Constify use of cmCustomCommand | Brad King | 2012-03-13 | 1 | -3/+3 |
| | | | | The generator never needs to modify custom command instances. | ||||
* | Ninja: Add friend struct so it can access the private ConvertToNinjaPath. | David Cole | 2012-03-07 | 1 | -0/+2 |
| | | | | | The HP aCC compiler is apparently more strict than all our other dashboard compilers with respect to complaining about this. | ||||
* | Ninja: Appease various compilers | Peter Collingbourne | 2012-02-05 | 1 | -2/+2 |
| | |||||
* | Ninja: Add the Ninja generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+134 |