Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | and fix version number in manualv1.2.0 | Evan Martin | 2013-04-05 | 1 | -1/+1 |
| | | | | Comedy of errors. | ||||
* | fix version number so that we actually call ourselves v1.2.0 | Evan Martin | 2013-04-05 | 2 | -5/+1 |
| | |||||
* | Merge branch 'master' into release | Evan Martin | 2013-04-05 | 1 | -1/+1 |
|\ | | | | | | | Last-second manual fix. | ||||
| * | tag a feature with the right version number | Evan Martin | 2013-04-05 | 1 | -1/+1 |
| | | |||||
* | | version 1.2.0 | Evan Martin | 2013-04-05 | 31 | -334/+760 |
|\ \ | |/ | |||||
| * | Merge pull request #525 from nico/escapedollar | Evan Martin | 2013-04-02 | 3 | -32/+54 |
| |\ | | | | | | | Dollar signs in depfiles are escaped as "$$", not "\$". | ||||
| | * | Dollar signs in depfiles are escaped as "$$", not "\$". | Nico Weber | 2013-04-02 | 3 | -32/+54 |
| |/ | | | | | | | | | | | | | See http://llvm.org/PR15642. I checked that gcc does produce depfiles containing "$$" for files with "$" signs in their name (and as of r178540, so does clang). I also checked that .d files that escape dollar signs with "\$" are not read correctly by make. | ||||
| * | allow paths with '!' in depfiles | Evan Martin | 2013-03-30 | 3 | -31/+21 |
| | | | | | | | | | | See funny paths in https://github.com/google/libcxx/tree/master/test/iterators/stream.iterators/istreambuf.iterator/ | ||||
| * | Merge pull request #522 from nico/spelldebug | Evan Martin | 2013-03-28 | 1 | -1/+8 |
| |\ | | | | | | | Add spell checking for debug flags. | ||||
| | * | Add spell checking for debug flags. | Nico Weber | 2013-03-27 | 1 | -1/+8 |
| |/ | | | | | | | | | | | | | | | | | | | I just used `ninja -d stat` and it took me a bit to realize that I missed the trailing 's'. While here, move the message printing from printf() to Error(). This makes the output consistent with other error outputs: The messages are now prefixed with "ninja: error: " instead of just "ninja: " and they go to stderr instead of stdout. | ||||
| * | Merge pull request #521 from riannucci/ignore_duplicate_edges_in_shcedule_work | Evan Martin | 2013-03-26 | 4 | -7/+99 |
| |\ | | | | | | | Fix duplicate edge Pool crash in the minimally invasive way | ||||
| | * | Add regression test | Robert Iannucci | 2013-03-23 | 1 | -0/+74 |
| | | | |||||
| | * | Fix debug build on linux (type strictness). | Robert Iannucci | 2013-03-23 | 2 | -3/+4 |
| | | | |||||
| | * | Fix Pool to use a set internally | Robert Iannucci | 2013-03-18 | 2 | -7/+18 |
| | | | |||||
| | * | Fix duplicate edge Pool crash in the minimally invasive way | Robert Iannucci | 2013-03-18 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #518 from syntheticpp/max-patch | Evan Martin | 2013-03-14 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Posix symbols are not enabled by default for MSVC | ||||
| | * | | Posix symbols are not enabled by default for MSVC | Peter Kümmel | 2013-03-14 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #513 from fifoforlifo/master | Evan Martin | 2013-03-11 | 3 | -1/+10 |
| |\ \ | | |/ | |/| | Adding elapsed time (%e) to NINJA_STATUS. | ||||
| | * | Added %e to manual.asciidoc, fixed brace style. | Avinash Baliga | 2013-03-11 | 2 | -3/+3 |
| | | | |||||
| | * | Made %e purely a number. | Avinash Baliga | 2013-03-04 | 1 | -1/+1 |
| | | | |||||
| | * | NINJA_STATUS now takes %e for elapsed time. | Avinash Baliga | 2013-03-04 | 2 | -0/+9 |
| | | | |||||
| * | | Merge pull request #512 from pcc/compilation-database | Evan Martin | 2013-03-10 | 2 | -0/+51 |
| |\ \ | | | | | | | | | Add compdb tool | ||||
| | * | | Add compdb tool | Peter Collingbourne | 2013-03-10 | 2 | -0/+51 |
| | |/ | | | | | | | | | | | | | This tool helps convert Ninja build files to a compilation database of the form used by Clang tooling. | ||||
| * | | Merge pull request #499 from lht/patch-1 | Evan Martin | 2013-03-10 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Fix typo in manual | ||||
| | * | | Fix typo in manual | Haitao Li 李海涛 | 2013-02-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #503 from mo/fix_typo_20130219 | Evan Martin | 2013-03-10 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fix typo, s/verison/version/ | ||||
| | * | | | Fix typo, s/verison/version/ | Martin Olsson | 2013-02-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #504 from benvanik/master | Evan Martin | 2013-03-10 | 1 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Add a check for the VC++ 2012-style 64-bit path. | ||||
| | * | | | | Add a check for the VC++ 2012-style 64-bit path. | Ben Vanik | 2013-02-20 | 1 | -1/+3 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | In VS2012 the path to the 64-bit tools has changed to VCINSTALLDIR\bin\x86_amd64\cl.exe. This change will make the bootstrap check there to see if it exists before falling back to the old amd64 path. | ||||
| * | | | | Merge pull request #514 from dabrahams/patch-1 | Evan Martin | 2013-03-10 | 1 | -0/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Bring in declaration of atoi | ||||
| | * | | | Bring in declaration of atoi | Dave Abrahams | 2013-03-08 | 1 | -0/+1 |
| |/ / / | | | | | | | | | ./bootstrap.py fails on some platforms without this include | ||||
| * | | | Merge pull request #507 from ikarienator/master | Evan Martin | 2013-02-24 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | Browse command does not parse URL correctly | ||||
| | * | | | Browse command does not parse URL correctly | Bei Zhang | 2013-02-24 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #502 from tfarina/rm-unused-fun | Evan Martin | 2013-02-24 | 1 | -3/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | Removed unused UnitsWaiting() function from State class. | ||||
| | * | | | Removed unused UnitsWaiting() function from State class. | Thiago Farina | 2013-02-19 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function was added at 307f0bbd("and some basic implementation"), but nobody calls it anymore. Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
| * | | | | Merge pull request #506 from syntheticpp/string-find | Evan Martin | 2013-02-21 | 1 | -1/+2 |
| |\ \ \ \ | | |_|/ / | |/| | | | Fix wrong usage of std::string::find | ||||
| | * | | | Fix wrong usage of std::string::find | Peter Kümmel | 2013-02-21 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | manual: move in_newline to the reference | Evan Martin | 2013-02-19 | 1 | -15/+19 |
| |/ / | | | | | | | | | | It's a detail, it doesn't belong in the brief tutorial overview. | ||||
| * | | add versioning notes to features in the manual | Evan Martin | 2013-02-17 | 2 | -6/+7 |
| | | | | | | | | | | | | This helps guide which ninja version to depend on. | ||||
| * | | 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 | 3 | -3/+54 |
| | | | | | | | | | | As best as I can tell this is the easiest way to customize the asciidoc HTML output. | ||||
| * | say where the default value for -j comes from | Evan Martin | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | | This is a FAQ. | ||||
| * | depfile helper: check errors on writing .d files | Scott Graham | 2013-02-16 | 1 | -11/+26 |
| | | | | | | | | Closes #492 and #493. | ||||
| * | docs for ninja_required_version | Evan Martin | 2013-02-16 | 1 | -0/+44 |
| | | | | | | | | (And some extra docs for top-level variables in general.) | ||||
| * | add syntax for checking versions | Evan Martin | 2013-02-16 | 5 | -10/+102 |
| | | |||||
| * | Merge pull request #498 from pck/cygwin | Evan Martin | 2013-02-09 | 1 | -1/+1 |
| |\ | | | | | | | util.cc: Reusing windows workaround for cygwin. | ||||
| | * | util.cc: Reusing windows workaround for cygwin. | Paul Kunysch | 2013-02-09 | 1 | -1/+1 |
| |/ | | | | | | | | | | | This fixes: src/util.cc: In function 'double GetLoadAverage()': src/util.cc:337:28: error: 'getloadavg' was not declared in this scope | ||||
| * | mark pools as experimental in the docs | Evan Martin | 2013-02-01 | 1 | -0/+4 |
| | | |||||
| * | add a release checklist so I won't forget steps in the future | Evan Martin | 2013-02-01 | 1 | -0/+9 |
| | |