summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add back contents.resize(), but with a comment and just 1 instead of 10.Nico Weber2013-07-181-0/+8
* Let the ".ninja parse" metric include the time to read the toplevel ninja file.Nico Weber2013-07-111-1/+1
* 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 #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
* | Fix murmur hash implementations to work on strict alignmentMatthew Dempsky2013-07-082-13/+16
|/
* Use fwrite to print whatever the subcommand wroteReid Kleckner2013-07-021-1/+5
* 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-292-2/+2
* support BitrigDavid Hill2013-06-292-5/+5
* Merge pull request #601 from nico/109fixNico Weber2013-06-221-0/+1
|\
| * Add stdlib.h include for atol().Nico Weber2013-06-221-0/+1
* | Make sure to not write partial deps entries.Nico Weber2013-06-141-0/+9
|/
* Add a test for CreatePhonyInEdge() in depsmode path.Nico Weber2013-06-061-0/+61
* Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.Nico Weber2013-06-042-4/+28
* Fix restat builds with edges generating headers depended on through deps filesNico Weber2013-06-032-0/+65
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-295-17/+20
* 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-231-3/+3
|\ \ \
| * | | Added bootstrap/configure option to force pselectTobias Hieta2013-05-231-3/+3
| |/ /
* | | Add error check for -j flag.Rui Ueyama2013-05-211-2/+7
|/ /
* | 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
* | | don't print output with extra newlineScott Graham2013-05-171-1/+1
* | | fix truncate compile error in ninja_test on windowsScott Graham2013-05-171-1/+2
| |/ |/|
* | call this version 1.3.0Evan Martin2013-05-161-5/+1
* | Merge pull request #572 from nico/inclessEvan Martin2013-05-148-16/+4
|\ \
| * | Remove a few unused includes.Nico Weber2013-05-128-16/+4
| |/
* | Fix Pool tests.Robert Iannucci2013-05-061-18/+37
|/
* Merge pull request #565 from mdempsky/masterEvan Martin2013-05-012-27/+16
|\
| * Don't poll pipes using POLLRDHUPMatthew Dempsky2013-05-011-8/+1
| * Add support for OpenBSD.Matthew Dempsky2013-05-012-19/+15
* | minor formatting changeNico Weber2013-05-011-3/+2
* | Merge pull request #563 from nico/recompact-depsNico Weber2013-05-013-32/+95
|\ \ | |/ |/|