summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-197-8/+39
| |\
| * | 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
* | | Merge pull request #640 from nico/edgetestNico Weber2013-08-221-0/+1
|\ \ \
| * | | Add a test for issue #638.Nico Weber2013-08-221-0/+1
|/ / /
* | | Merge pull request #639 from rgeary1/StatusMessageFixNico Weber2013-08-222-5/+2
|\ \ \ | |_|/ |/| |
| * | Fix for incorrect number of total edges in the status messageRichard Geary2013-08-222-5/+2
|/ /
* | Merge pull request #635 from johan/patch-1Nico Weber2013-08-131-1/+1
|\ \
| * | Proof readingJohan Sundström2013-08-131-1/+1
|/ /
* | Merge pull request #633 from rgeary1/NestedPhonyPrintsDoneEvan Martin2013-08-114-2/+33
|\ \
| * | Fix for missing "no work to do." message if all build edges are phony rules.Richard Geary2013-08-113-2/+25
| * | Add to .gitignore : SublimeText project files, *.patch files, ..ninja_deps, ....Richard Geary2013-08-111-0/+8
* | | Merge pull request #631 from kimgr/masterEvan Martin2013-08-071-3/+2
|\ \ \ | |/ / |/| |
| * | Fix tabs/spaces inconsistency.Kim Grasman2013-08-051-3/+2
|/ /
* | Merge pull request #627 from idealisms/masterEvan Martin2013-07-261-2/+3
|\ \ | |/ |/|
| * Fix the browse tool.Tony Chang2013-07-261-2/+3
|/
* Merge pull request #626 from nico/logwriteEvan Martin2013-07-243-11/+21
|\
| * 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
* | Merge pull request #625 from nico/landNico Weber2013-07-202-12/+51
|\ \
| * | 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
|/ /
* | Merge pull request #624 from nico/landmaximNico Weber2013-07-201-3/+2
|\ \
| * | 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
* | | Merge pull request #622 from nico/testNico Weber2013-07-181-0/+11
|\ \ \ | |/ / |/| |
| * | Add test for a manifest ending in the middle of a keyword.Nico Weber2013-07-181-0/+11
|/ /
* | Merge pull request #621 from nico/ninjaloadEvan Martin2013-07-181-10/+12
|\ \
| * | 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 #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