summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\
| * util.cc: Reusing windows workaround for cygwin.Paul Kunysch2013-02-091-1/+1
|/
* mark pools as experimental in the docsEvan Martin2013-02-011-0/+4
* add a release checklist so I won't forget steps in the futureEvan Martin2013-02-011-0/+9
* Merge pull request #485 from petrh/fedora-rpmbuildEvan Martin2013-01-271-3/+5
|\
| * Removed re2c build dependency from RPM spec filePetr Hosek2013-01-211-1/+1
| * Use correct Fedora versioning schemePetr Hosek2013-01-151-4/+4
| * RPM spec file should use correct versioning scheme and list all build depende...Petr Hosek2013-01-141-1/+3
* | Merge pull request #489 from sgraham/err-message-depfileEvan Martin2013-01-241-1/+3
|\ \
| * | more verbose error (including path) when depfile fails to loadScott Graham2013-01-241-1/+3
|/ /
* | Merge pull request #484 from TheOneRing/fix_mingwEvan Martin2013-01-171-0/+1
|\ \ | |/ |/|
| * if windows and not msvc, set platform to mingwPatrick von Reth2013-01-121-0/+1
|/
* Merge pull request #479 from nico/testfixEvan Martin2013-01-031-3/+6
|\
| * ManifestParser constructor accesses its first argument, don't pass NULLNico Weber2013-01-031-3/+6
|/
* always set GTEST_HAS_RTTI=0 in all testing codeEvan Martin2012-12-301-8/+6
* fix build on non-Linux glibc systemsPino Toscano2012-12-291-2/+2
* drop the "rules" tool completelyEvan Martin2012-12-292-23/+0
* update docs to clarify scoping rulesEvan Martin2012-12-291-17/+35
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-2912-154/+183
* wrap some overlong linesEvan Martin2012-12-2913-28/+56
* fix all "class" -> "struct"Evan Martin2012-12-295-11/+9
* add a TODO from a pull requestEvan Martin2012-12-291-0/+1
* Merge pull request #455 from azuk/masterEvan Martin2012-12-291-5/+8
|\
| * Add --windows option to bootstrap.pyHannu Koivisto2012-11-091-5/+8
* | Merge pull request #467 from ppuryear/browse-errorEvan Martin2012-12-291-5/+6
|\ \
| * | browse: Read ninja's error text from stderr.Philip Puryear2012-12-081-5/+6
* | | ninja_syntax.py: don't add trailing space when build has no inputsEvan Martin2012-12-291-3/+2
* | | fix test build under clang/system gtestEvan Martin2012-12-291-4/+8
* | | wrap test in anon namespaceEvan Martin2012-12-281-0/+4
* | | correctly open /dev/null in subprocessesEvan Martin2012-12-212-1/+16
* | | update a commentEvan Martin2012-12-211-6/+3
* | | Merge pull request #474 from yannicklm/masterEvan Martin2012-12-212-0/+9
|\ \ \