Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc shell semantics of rule commands | Evan Martin | 2011-05-01 | 1 | -1/+3 |
| | |||||
* | graph: Assume all root nodes if no target given. | Nicolas Despres | 2011-04-26 | 1 | -1/+2 |
| | | | | This way we can generate the complete graph. | ||||
* | Add the 'clean' tool. | Nicolas Despres | 2011-04-26 | 1 | -0/+11 |
| | | | | It removes built files either by rule or target or everything. | ||||
* | Add the 'rules' tool. | Nicolas Despres | 2011-04-26 | 1 | -0/+4 |
| | | | | | It can be useful in conjunction with the 'targets' tool for writing shell completion scripts and when debugging. | ||||
* | Add the 'targets' tool. | Nicolas Despres | 2011-04-26 | 1 | -0/+12 |
| | | | | | | | | | | | This tool list targets by depth or by rule. It can be useful: - for shell completion script ; - to know what are the primary targets: ninja -t targets depth 1 ; - to know targets that are linked: ninja -t rule link ; - when debugging. It works by first listing the root nodes and then following the input nodes of their in edge. | ||||
* | doc phony actions | Evan Martin | 2011-02-27 | 1 | -2/+20 |
| | |||||
* | Fix various typos. | Ralph Giles | 2011-02-08 | 1 | -4/+4 |
| | |||||
* | Fix a typo in the manual. | Jeff Hanke | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+2 |
| | |||||
* | use builddir for log file | Evan Martin | 2011-02-04 | 1 | -0/+13 |
| | |||||
* | more docs | Evan Martin | 2011-01-31 | 1 | -3/+28 |
| | |||||
* | mention the tools in the docs | Evan Martin | 2011-01-31 | 1 | -0/+17 |
| | |||||
* | minor doc updates | Evan Martin | 2011-01-28 | 1 | -0/+3 |
| | |||||
* | doc updates | Evan Martin | 2011-01-27 | 1 | -44/+60 |
| | |||||
* | more speed claims | Evan Martin | 2011-01-26 | 1 | -2/+3 |
| | |||||
* | doc updates | Evan Martin | 2011-01-26 | 1 | -20/+40 |
| | |||||
* | doc updates | Evan Martin | 2011-01-23 | 1 | -36/+56 |
| | |||||
* | allow implicit deps | Evan Martin | 2011-01-23 | 1 | -13/+26 |
| | |||||
* | add an include statement | Evan Martin | 2011-01-15 | 1 | -3/+12 |
| | |||||
* | doc updates | Evan Martin | 2011-01-14 | 1 | -64/+133 |
| | |||||
* | doc updates | Evan Martin | 2010-12-22 | 1 | -10/+37 |
| | |||||
* | remove special builddir | Evan Martin | 2010-12-19 | 1 | -24/+0 |
| | |||||
* | doc updates | Evan Martin | 2010-12-16 | 1 | -4/+13 |
| | |||||
* | rename docs | Evan Martin | 2010-12-05 | 1 | -0/+228 |