Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja. | Stephen Kelly | 2012-06-04 | 1 | -0/+6 |
| | |||||
* | Ninja: Add a convenient 'help' target. | Nicolas Despres | 2012-05-09 | 1 | -0/+1 |
| | |||||
* | Ninja: Add a convenient 'clean' target. | Nicolas Despres | 2012-05-09 | 1 | -0/+1 |
| | | | | | It has been asked on the mailing list: http://public.kitware.com/pipermail/cmake-developers/2012-April/003805.html | ||||
* | Pre-compute object file names before Ninja generation | Brad King | 2012-03-16 | 1 | -0/+6 |
| | | | | | | 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 | -2/+2 |
| | | | | The generator never needs to modify custom command instances. | ||||
* | Ninja: add .def file support | Peter Kuemmel | 2012-03-07 | 1 | -0/+2 |
| | |||||
* | Ninja: Backslash rules for Windows | Peter Collingbourne | 2012-02-19 | 1 | -0/+1 |
| | | | | | | Generally these are only required in build statements, as Ninja wants to be able to chop paths up. But it doesn't hurt to also try to use them in command line arguments. | ||||
* | Ninja: Appease various compilers | Peter Collingbourne | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Ninja: Add the Ninja generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+329 |