summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.4.0v1.4.0Evan Martin2013-09-1131-215/+813
|\
| * mark this 1.4.0.git, update RELEASINGEvan Martin2013-09-112-5/+15
| * Merge pull request #657 from sgraham/keeprsp2Nico Weber2013-09-116-4/+13
| |\
| | * add -d keeprsp to preserve @rsp files on success on windowsScott Graham2013-09-106-4/+13
| |/
| * Merge pull request #655 from nico/simpNico Weber2013-09-071-3/+2
| |\
| | * Simplify.Nico Weber2013-09-071-3/+2
| |/
| * Merge pull request #654 from rgeary1/buildTestFixNico Weber2013-09-071-1/+4
| |\
| | * Fix for build test for BuildWithDepsLogTest.RestatMissingDepfileDepslogRichard Geary2013-09-071-1/+4
| |/
| * Merge pull request #653 from nico/msgNico Weber2013-09-061-1/+1
| |\
| | * Make depslog v1->v3 message less scary.Nico Weber2013-09-061-1/+1
| |/
| * Merge pull request #650 from nico/simplifyNico Weber2013-09-021-18/+7
| |\
| | * Simplify.Nico Weber2013-09-021-18/+7
| |/
| * Merge pull request #649 from nico/fffNico Weber2013-09-021-1/+0
| |\
| | * Delete a line I failed to delete in d7a46654a7be1.Nico Weber2013-09-021-1/+0
| |/
| * Merge pull request #648 from nico/landmaximNico Weber2013-09-024-53/+170
| |\
| | * 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
| |/
| * Merge pull request #647 from bmeurer/SimplifyGetProcessorCountEvan Martin2013-09-021-22/+2
| |\
| | * Simplify implementation of GetProcessorCount().Benedikt Meurer2013-09-011-22/+2
| |/
| * Merge pull request #645 from nico/maximfixNico Weber2013-08-282-1/+34
| |\
| | * Fix an issue with more than 64k deps, spotted by maximuska.Nico Weber2013-08-282-1/+34
| |/
| * Merge pull request #644 from nico/v3Nico Weber2013-08-282-30/+37
| |\
| | * document an assumptionNico Weber2013-08-281-0/+1
| | * Deps log format v3Nico Weber2013-08-282-30/+36
| |/
| * Merge pull request #642 from nico/depslogidxNico Weber2013-08-262-7/+34
| |\
| | * Suffix depslog path records with their expected index.Nico Weber2013-08-262-7/+34
| |/
| * Merge pull request #641 from nico/ocd2Nico Weber2013-08-235-6/+6
| |\
| | * 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-121-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-103-2/+25
| | * | Add to .gitignore : SublimeText project files, *.patch files, ..ninja_deps, ....Richard Geary2013-08-101-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-021-6/+21