Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+2 |
| | | | | | In a future patch, this will also be populated with extra sources from the linked dependencies. | ||||
* | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -2/+3 |
| | | | | | | | Just enough to reach the BuildMacContentDirectory method and the NeedRelinkBeforeInstall methods. In the future, those methods can be moved to cmGeneratorTarget. | ||||
* | Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static | Robert Maynard | 2013-07-01 | 1 | -9/+10 |
| | | | | | | To properly track the usage of dependencies that are generated at compile time as the side effect of other build steps we need to make the WriteBuild and WritePhonyBuild commands non static | ||||
* | Ninja: shell escape $(CMAKE_SOURCE_DIR) and $(CMAKE_BINARY_DIR) | Peter Collingbourne | 2012-03-17 | 1 | -4/+12 |
| | |||||
* | Ninja: Add a missed license header | Peter Collingbourne | 2012-02-27 | 1 | -0/+12 |
| | |||||
* | Ninja: Appease various compilers | Peter Collingbourne | 2012-02-05 | 1 | -2/+2 |
| | |||||
* | Ninja: Remove some default arguments | Peter Collingbourne | 2012-02-05 | 1 | -4/+1 |
| | |||||
* | Ninja: Add the Ninja generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+99 |