summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix restat rebuild if deps are missing.Maxim Kalaev2013-09-024-4/+126
* Share more code between CleanNode() and RecomputeDirty().Maxim Kalaev2013-09-023-25/+23
* Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().Maxim Kalaev2013-09-023-26/+23
* Simplify implementation of GetProcessorCount().Benedikt Meurer2013-09-011-22/+2
* Fix an issue with more than 64k deps, spotted by maximuska.Nico Weber2013-08-282-1/+34
* document an assumptionNico Weber2013-08-281-0/+1
* Deps log format v3Nico Weber2013-08-282-30/+36
* Suffix depslog path records with their expected index.Nico Weber2013-08-262-7/+34
* Minor style fixes, no behavior change.Nico Weber2013-08-235-6/+6
* Merge pull request #628 from rnk/wstrNico Weber2013-08-231-1/+6
|\
| * Merge branch 'master' into wstrReid Kleckner2013-08-194-4/+28
| |\
| * | Avoid indexing into an empty string.Reid Kleckner2013-08-191-1/+4
| * | Use fwrite in the msvc tool instead of printfReid Kleckner2013-07-261-1/+3
* | | Add a test for issue #638.Nico Weber2013-08-221-0/+1
* | | Fix for incorrect number of total edges in the status messageRichard Geary2013-08-222-5/+2
| |/ |/|
* | Fix for missing "no work to do." message if all build edges are phony rules.Richard Geary2013-08-113-2/+25
* | Fix the browse tool.Tony Chang2013-07-261-2/+3
|/
* Build log write error checking.Nico Weber2013-07-243-11/+21
* 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