Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add compdb tool | Peter Collingbourne | 2013-03-10 | 1 | -0/+6 | |
| |/ | ||||||
* | | Merge pull request #499 from lht/patch-1 | Evan Martin | 2013-03-10 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Fix typo in manual | Haitao Li 李海涛 | 2013-02-17 | 1 | -2/+2 | |
* | | | Fix typo, s/verison/version/ | Martin Olsson | 2013-02-19 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | manual: move in_newline to the reference | Evan Martin | 2013-02-19 | 1 | -15/+19 | |
* | | add versioning notes to features in the manual | Evan Martin | 2013-02-17 | 1 | -3/+3 | |
* | | make doc xrefs link to section headers | Evan Martin | 2013-02-17 | 1 | -7/+5 | |
|/ | ||||||
* | rearrange env variable section layout | Evan Martin | 2013-02-17 | 1 | -12/+14 | |
* | move from asciidoc html to asciidoc -> docbook -> html | Evan Martin | 2013-02-17 | 2 | -0/+46 | |
* | docs for ninja_required_version | Evan Martin | 2013-02-16 | 1 | -0/+44 | |
* | mark pools as experimental in the docs | Evan Martin | 2013-02-01 | 1 | -0/+4 | |
* | drop the "rules" tool completely | Evan Martin | 2012-12-29 | 1 | -4/+0 | |
* | update docs to clarify scoping rules | Evan Martin | 2012-12-29 | 1 | -17/+35 | |
* | NINJA_STATUS: add support of `%p` for percentage | yannicklm | 2012-12-14 | 1 | -0/+1 | |
* | Improve the manual documentation | Robert Iannucci | 2012-11-30 | 1 | -10/+12 | |
* | add docs | Robert Iannucci | 2012-11-10 | 1 | -0/+51 | |
* | document that \r and \t are disallowed | Evan Martin | 2012-08-10 | 1 | -1/+3 | |
* | Merge pull request #351 from syntheticpp/rate | Evan Martin | 2012-07-27 | 1 | -0/+2 | |
|\ | ||||||
| * | print edges per second | Peter Kuemmel | 2012-07-15 | 1 | -0/+2 | |
* | | fix manual to reflect reality of depfile cleaning | Evan Martin | 2012-07-17 | 1 | -3/+3 | |
|/ | ||||||
* | add $in_newline | Scott Graham | 2012-06-15 | 1 | -2/+5 | |
* | Minor spelling fixes in manual. | Nico Weber | 2012-05-13 | 1 | -3/+3 | |
* | clarify what i mean by "policy" | Evan Martin | 2012-05-08 | 1 | -2/+8 | |
* | mention reactos | Evan Martin | 2012-05-04 | 1 | -3/+4 | |
* | mention platform support | Evan Martin | 2012-05-04 | 1 | -2/+12 | |
* | add $: to docs | Evan Martin | 2012-05-02 | 1 | -1/+5 | |
* | Fix a link to Google+. | Hiroyuki Iwatsuki | 2012-04-28 | 1 | -1/+1 | |
* | rearrange the manual | Evan Martin | 2012-04-27 | 1 | -127/+208 | |
* | doc encoding support | Evan Martin | 2012-04-26 | 1 | -0/+4 | |
* | Merge pull request #278 from tychoish/master | Evan Martin | 2012-04-26 | 1 | -1/+3 | |
|\ | ||||||
| * | docs: clarifying that there can be only one command per rule | tycho garen | 2012-04-24 | 1 | -1/+3 | |
* | | Introduce NINJA_STATUS env var for customization. | Nicolas Despres | 2012-04-24 | 1 | -0/+17 | |
|/ | ||||||
* | adjust rspfile docs to properly render | Evan Martin | 2012-03-06 | 1 | -16/+16 | |
* | Response files | unknown | 2012-02-09 | 1 | -0/+20 | |
* | Fix typo in manual. | Nicolas Despres | 2011-12-30 | 1 | -1/+1 | |
* | move some docs to home page | Evan Martin | 2011-12-28 | 1 | -50/+10 | |
* | link to blog post in docs | Evan Martin | 2011-12-28 | 1 | -5/+6 | |
* | rearrange manual to centralize quoting rules | Evan Martin | 2011-12-20 | 1 | -29/+46 | |
* | move build/install to README | Evan Martin | 2011-12-06 | 1 | -17/+1 | |
* | remove reference to nonexistent file | Evan Martin | 2011-12-05 | 1 | -2/+0 | |
* | prettify manual for tools | Evan Martin | 2011-12-05 | 1 | -21/+31 | |
* | minor manual touchups | Evan Martin | 2011-12-05 | 1 | -13/+15 | |
* | Add a "commands" tool | Peter Collingbourne | 2011-11-04 | 1 | -0/+4 | |
* | Implement restat rules | Peter Collingbourne | 2011-10-24 | 1 | -0/+6 | |
* | Implement Make-style order-only dependencies | Peter Collingbourne | 2011-10-24 | 1 | -3/+3 | |
* | Make the command line interface for the clean tool consistent | Peter Collingbourne | 2011-10-15 | 1 | -9/+8 | |
* | Implement generator rules | Peter Collingbourne | 2011-10-15 | 1 | -10/+16 | |
* | Consider missing phony targets with no dependencies out of date | Peter Collingbourne | 2011-09-14 | 1 | -0/+6 | |
* | Merge pull request #91 from pcc/reload-manifest | Evan Martin | 2011-09-06 | 1 | -0/+4 | |
|\ | ||||||
| * | Support for rebuilding and reloading manifest files | Peter Collingbourne | 2011-09-03 | 1 | -0/+4 | |