summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reuse ManifestParser::Load() in ManifestParser::ParseFileInclude().Nico Weber2013-07-111-9/+3
* Merge pull request #616 from nico/recompactEvan Martin2013-07-083-6/+34
|\
| * Add a 'recompact' tool, which forces recompaction of the build and deps logs.Nico Weber2013-07-083-6/+34
* | Merge pull request #614 from nico/pooldocEvan Martin2013-07-081-0/+4
|\ \
| * | Mention pools in the discussion of ninja's toplevel declarations.Nico Weber2013-07-071-0/+4
* | | Merge pull request #611 from nico/testparseEvan Martin2013-07-082-5/+105
|\ \ \
| * | | Improve error message for duplicate rules and unknown pools.Nico Weber2013-07-022-5/+105
| | |/ | |/|
* | | Introducing tool 'deps' dumping ninja deps log entriesMaxim Kalaev2013-07-081-0/+42
* | | Merge pull request #615 from mdempsky/strict-murmurNico Weber2013-07-082-13/+16
|\ \ \ | |/ / |/| |
| * | Fix murmur hash implementations to work on strict alignmentMatthew Dempsky2013-07-082-13/+16
|/ /
* | Merge pull request #610 from rnk/wstrNico Weber2013-07-021-1/+5
|\ \
| * | Use fwrite to print whatever the subcommand wroteReid Kleckner2013-07-021-1/+5
|/ /
* | Merge pull request #607 from dajohi/masterNico Weber2013-07-015-11/+16
|\ \
| * | use !defined(NOT_PPOLL)David Hill2013-07-011-2/+2
| * | Exclude Windows as wellDavid Hill2013-07-011-2/+2
| * | ugh, missing #David Hill2013-06-291-1/+1
| * | cleanup based on comments from martineDavid Hill2013-06-294-4/+4
| * | support BitrigDavid Hill2013-06-295-11/+16
|/ /
* | Merge pull request #601 from nico/109fixNico Weber2013-06-221-0/+1
|\ \
| * | Add stdlib.h include for atol().Nico Weber2013-06-221-0/+1
| |/
* | Merge pull request #596 from nico/chunkEvan Martin2013-06-141-0/+9
|\ \ | |/ |/|
| * Make sure to not write partial deps entries.Nico Weber2013-06-141-0/+9
|/
* Merge pull request #593 from nico/moretestEvan Martin2013-06-061-0/+61
|\
| * Add a test for CreatePhonyInEdge() in depsmode path.Nico Weber2013-06-061-0/+61
|/
* Merge pull request #592 from nico/addtestNico Weber2013-06-062-4/+28
|\
| * 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
|\ \