summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.Nico Weber2013-06-042-4/+28
* Merge pull request #591 from nico/fixrestatNico Weber2013-06-042-0/+65
|\
| * Fix restat builds with edges generating headers depended on through deps filesNico Weber2013-06-032-0/+65
|/
* Merge pull request #589 from nico/wincaseNico Weber2013-05-295-17/+20
|\
| * Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-295-17/+20
|/
* Merge pull request #586 from grimmy/masterEvan Martin2013-05-291-1/+3
|\
| * Fixed the build on Debian/kfreebsdGary Kramlich2013-05-251-1/+3
* | Merge pull request #588 from jonforums/mingw-fixEvan Martin2013-05-251-2/+2
|\ \ | |/ |/|
| * Fix mingw based builds. Fixes #587Jon2013-05-251-2/+2
|/
* refactor ninja main() into a struct with methodsEvan Martin2013-05-241-159/+203
* simplify some ifdefsEvan Martin2013-05-241-7/+5
* factor out flag parsing from enormous NinjaMain()Evan Martin2013-05-241-44/+64
* Merge pull request #585 from nico/fixcrashNico Weber2013-05-243-4/+7
|\
| * Don't use va_start() with reference parameters, it's undefined behavior.Nico Weber2013-05-243-4/+7
* | Merge pull request #470 from rgeary1/remotebrowserEvan Martin2013-05-231-2/+6
|\ \
| * | Browse tool uses real hostname not localhost, to allow -t browse when using sshRichard Geary2013-05-221-2/+6
* | | Merge pull request #578 from pinotree/remove-path-maxEvan Martin2013-05-231-3/+7
|\ \ \
| * | | do not unconditionally use PATH_MAX with getcwdPino Toscano2013-05-211-3/+7
* | | | Merge pull request #583 from tru/add_force_pselectEvan Martin2013-05-233-3/+14
|\ \ \ \
| * | | | Added bootstrap/configure option to force pselectTobias Hieta2013-05-233-3/+14
| | |/ / | |/| |
* | | | Merge pull request #579 from rui314/masterEvan Martin2013-05-232-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Add error check for -j flag.Rui Ueyama2013-05-211-2/+7
| * | | Fix typo in HACKING.mdRui Ueyama2013-05-211-1/+1
| |/ /
* | | remind myself to update the website when I make a releaseEvan Martin2013-05-211-0/+2
|/ /
* | Merge pull request #576 from nico/newlinesEvan Martin2013-05-201-0/+6
|\ \
| * | Set stdout to binary mode in -t msvc.Nico Weber2013-05-171-0/+6
* | | Merge pull request #577 from tfarina/structsEvan Martin2013-05-192-4/+2
|\ \ \ | |/ / |/| |
| * | structs not classes.Thiago Farina2013-05-192-4/+2
* | | Merge pull request #574 from sgraham/no-extra-nlEvan Martin2013-05-171-1/+1
|\ \ \
| * | | don't print output with extra newlineScott Graham2013-05-171-1/+1
|/ / /
* | | Merge pull request #573 from sgraham/truncate-winNico Weber2013-05-171-1/+2
|\ \ \
| * | | fix truncate compile error in ninja_test on windowsScott Graham2013-05-171-1/+2
|/ / /
* | | require version 1.3 for building ninja itselfEvan Martin2013-05-171-0/+3
* | | remind myself to push tagsEvan Martin2013-05-161-1/+1
| |/ |/|
* | call this version 1.3.0Evan Martin2013-05-161-5/+1
* | delete obsolete todoEvan Martin2013-05-141-1/+0
* | Merge pull request #572 from nico/inclessEvan Martin2013-05-148-16/+4
|\ \
| * | Remove a few unused includes.Nico Weber2013-05-128-16/+4
* | | Merge pull request #568 from riannucci/fix_testEvan Martin2013-05-081-18/+37
|\ \ \ | |/ / |/| |
| * | Fix Pool tests.Robert Iannucci2013-05-061-18/+37
| |/
* | Merge pull request #570 from nico/fixdarwinNico Weber2013-05-081-1/+2
|\ \ | |/ |/|
| * Fix bootstrap on OS X.Nico Weber2013-05-081-1/+2
|/
* Merge pull request #565 from mdempsky/masterEvan Martin2013-05-014-29/+23
|\
| * Don't poll pipes using POLLRDHUPMatthew Dempsky2013-05-011-8/+1
| * Add support for OpenBSD.Matthew Dempsky2013-05-014-21/+22
* | Merge pull request #566 from nico/tweakNico Weber2013-05-011-3/+2
|\ \
| * | minor formatting changeNico Weber2013-05-011-3/+2
|/ /
* | Merge pull request #563 from nico/recompact-depsNico Weber2013-05-013-32/+95
|\ \ | |/ |/|
| * Recompact the deps log when it gets too big.Nico Weber2013-05-012-7/+22
| * Keep a DepsLog's data valid after a call to DepsLog::Recompact().Nico Weber2013-05-012-7/+35