summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #527 from wang-bin/compile_fixEvan Martin2013-04-081-3/+3
|\
| * fix compile error about noreturn on windowswang-bin2013-04-071-3/+3
|/
* Merge pull request #526 from RedX2501/improved_bash_completionEvan Martin2013-04-061-11/+18
|\
| * Improved bash completion when using tools like '-t clean'Guilherme Bufolo2013-04-061-11/+18
|/
* refactor some of the output mtime-handling codeEvan Martin2013-04-051-12/+13
* add noreturn attr on Fatal()Evan Martin2013-04-051-2/+8
* decided against using XXX in the manual for unknown versionsEvan Martin2013-04-051-4/+3
* tag a feature with the right version numberEvan Martin2013-04-051-1/+1
* Merge pull request #525 from nico/escapedollarEvan Martin2013-04-023-32/+54
|\
| * Dollar signs in depfiles are escaped as "$$", not "\$".Nico Weber2013-04-023-32/+54
|/
* allow paths with '!' in depfilesEvan Martin2013-03-303-31/+21
* Merge pull request #522 from nico/spelldebugEvan Martin2013-03-281-1/+8
|\
| * Add spell checking for debug flags.Nico Weber2013-03-271-1/+8
|/
* Merge pull request #521 from riannucci/ignore_duplicate_edges_in_shcedule_workEvan Martin2013-03-264-7/+99
|\
| * Add regression testRobert Iannucci2013-03-231-0/+74
| * Fix debug build on linux (type strictness).Robert Iannucci2013-03-232-3/+4
| * Fix Pool to use a set internallyRobert Iannucci2013-03-182-7/+18
| * Fix duplicate edge Pool crash in the minimally invasive wayRobert Iannucci2013-03-181-0/+6
* | Merge pull request #518 from syntheticpp/max-patchEvan Martin2013-03-141-0/+2
|\ \
| * | Posix symbols are not enabled by default for MSVCPeter Kümmel2013-03-141-0/+2
|/ /
* | Merge pull request #513 from fifoforlifo/masterEvan Martin2013-03-113-1/+10
|\ \ | |/ |/|
| * Added %e to manual.asciidoc, fixed brace style.Avinash Baliga2013-03-112-3/+3
| * Made %e purely a number.Avinash Baliga2013-03-041-1/+1
| * NINJA_STATUS now takes %e for elapsed time.Avinash Baliga2013-03-042-0/+9
* | Merge pull request #512 from pcc/compilation-databaseEvan Martin2013-03-102-0/+51
|\ \
| * | Add compdb toolPeter Collingbourne2013-03-102-0/+51
| |/
* | Merge pull request #499 from lht/patch-1Evan Martin2013-03-101-2/+2
|\ \
| * | Fix typo in manualHaitao Li 李海涛2013-02-171-2/+2
* | | Merge pull request #503 from mo/fix_typo_20130219Evan Martin2013-03-101-1/+1
|\ \ \
| * | | Fix typo, s/verison/version/Martin Olsson2013-02-191-1/+1
* | | | Merge pull request #504 from benvanik/masterEvan Martin2013-03-101-1/+3
|\ \ \ \
| * | | | Add a check for the VC++ 2012-style 64-bit path.Ben Vanik2013-02-201-1/+3
| |/ / /
* | | | Merge pull request #514 from dabrahams/patch-1Evan Martin2013-03-101-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bring in declaration of atoiDave Abrahams2013-03-081-0/+1
|/ / /
* | | Merge pull request #507 from ikarienator/masterEvan Martin2013-02-241-1/+2
|\ \ \
| * | | Browse command does not parse URL correctlyBei Zhang2013-02-241-1/+2
* | | | Merge pull request #502 from tfarina/rm-unused-funEvan Martin2013-02-241-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Removed unused UnitsWaiting() function from State class.Thiago Farina2013-02-191-3/+1
* | | | Merge pull request #506 from syntheticpp/string-findEvan Martin2013-02-211-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix wrong usage of std::string::findPeter Kümmel2013-02-211-1/+2
|/ / /
* | | manual: move in_newline to the referenceEvan Martin2013-02-191-15/+19
|/ /
* | add versioning notes to features in the manualEvan Martin2013-02-172-6/+7
* | make doc xrefs link to section headersEvan Martin2013-02-171-7/+5
|/
* rearrange env variable section layoutEvan Martin2013-02-171-12/+14
* move from asciidoc html to asciidoc -> docbook -> htmlEvan Martin2013-02-173-3/+54
* say where the default value for -j comes fromEvan Martin2013-02-161-1/+1
* depfile helper: check errors on writing .d filesScott Graham2013-02-161-11/+26
* docs for ninja_required_versionEvan Martin2013-02-161-0/+44
* add syntax for checking versionsEvan Martin2013-02-165-10/+102
* Merge pull request #498 from pck/cygwinEvan Martin2013-02-091-1/+1
|\