summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #612 from maximuska/proposed/deps_log_write_errors_checkingNico Weber2013-07-243-20/+56
|\
| * Adding checks for record overflow in deps_logMaxim Kalaev2013-07-011-6/+21
| * Adding error checking on fwrite/fflush in deps_logMaxim Kalaev2013-07-013-18/+39
* | Add test for correct restat logicChris Hopman2013-07-201-0/+40
* | Fix restat dirty check logic for edges with multiple outputsChris Hopman2013-07-201-12/+11
* | minor: removing noop call to MarkDirty(), fixing commentMaxim Kalaev2013-07-201-2/+1
* | Removing a redundant stat() call with 'deps' and 'restat = 1'Maxim Kalaev2013-07-201-1/+1
* | Merge pull request #623 from nico/fixNico Weber2013-07-193-4/+17
|\ \
| * | Fix diagnostic formatting regression caused by adaa91a33eb2cf23b88.Nico Weber2013-07-193-4/+17
* | | Add test for a manifest ending in the middle of a keyword.Nico Weber2013-07-181-0/+11
|/ /
* | 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