platform/upstream/ninja.git
2014-01-06 Nicholas HutchinsonMore robust escaping of $in, $out paths
2013-12-06 Nico WeberMerge pull request #691 from TheOneRing/fix-msvc13
2013-12-05 Patrick von... fixed platform_helper.py msvc_needs_fs test
2013-11-18 Nico WeberMerge pull request #688 from ndmitchell/master
2013-11-18 Neil MitchellFix up platform_helper for MSVC, with Python 2.6.8...
2013-10-28 Evan MartinMerge pull request #683 from nico/ruletest
2013-10-27 Nico WeberAdd a test that shows that there is a single global...
2013-10-27 Nico WeberMerge pull request #682 from nico/pep8
2013-10-27 Nico WeberWrap to 79 colums. No functionality change.
2013-10-19 Nico WeberMerge pull request #674 from nico/style
2013-10-19 Nico WeberMinor style fixes. No functionality change.
2013-10-18 Nico WeberMerge pull request #665 from syntheticpp/localized...
2013-10-18 Peter Kümmeladd deps_prefix for localized /showIncludes' output...
2013-10-18 Nico WeberMerge pull request #671 from sgraham/compile-vs2013
2013-10-18 Scott GrahamFix compilation on VS2013
2013-09-12 Evan Martinmark this 1.4.0.git, update RELEASING
2013-09-11 Nico WeberMerge pull request #657 from sgraham/keeprsp2
2013-09-10 Scott Grahamadd -d keeprsp to preserve @rsp files on success on...
2013-09-08 Nico WeberMerge pull request #655 from nico/simp
2013-09-08 Nico WeberSimplify.
2013-09-08 Nico WeberMerge pull request #654 from rgeary1/buildTestFix
2013-09-07 Richard GearyFix for build test for BuildWithDepsLogTest.RestatMissi...
2013-09-06 Nico WeberMerge pull request #653 from nico/msg
2013-09-06 Nico WeberMake depslog v1->v3 message less scary.
2013-09-02 Nico WeberMerge pull request #650 from nico/simplify
2013-09-02 Nico WeberSimplify.
2013-09-02 Nico WeberMerge pull request #649 from nico/fff
2013-09-02 Nico WeberDelete a line I failed to delete in d7a46654a7be1.
2013-09-02 Nico WeberMerge pull request #648 from nico/landmaxim
2013-09-02 Maxim KalaevFix restat rebuild if deps are missing.
2013-09-02 Maxim KalaevShare more code between CleanNode() and RecomputeDirty().
2013-09-02 Maxim KalaevCheck depslog timestamp in LoadDepsFromLog(), not in...
2013-09-02 Evan MartinMerge pull request #647 from bmeurer/SimplifyGetProcess...
2013-09-01 Benedikt MeurerSimplify implementation of GetProcessorCount().
2013-08-28 Nico WeberMerge pull request #645 from nico/maximfix
2013-08-28 Nico WeberFix an issue with more than 64k deps, spotted by maximuska.
2013-08-28 Nico WeberMerge pull request #644 from nico/v3
2013-08-28 Nico Weberdocument an assumption
2013-08-28 Nico WeberDeps log format v3
2013-08-26 Nico WeberMerge pull request #642 from nico/depslogidx
2013-08-26 Nico WeberSuffix depslog path records with their expected index.
2013-08-23 Nico WeberMerge pull request #641 from nico/ocd2
2013-08-23 Nico WeberMinor style fixes, no behavior change.
2013-08-23 Nico WeberMerge pull request #628 from rnk/wstr
2013-08-22 Nico WeberMerge pull request #640 from nico/edgetest
2013-08-22 Nico WeberAdd a test for issue #638.
2013-08-22 Nico WeberMerge pull request #639 from rgeary1/StatusMessageFix
2013-08-22 Richard GearyFix for incorrect number of total edges in the status...
2013-08-19 Reid KlecknerMerge branch 'master' into wstr
2013-08-19 Reid KlecknerAvoid indexing into an empty string.
2013-08-13 Nico WeberMerge pull request #635 from johan/patch-1
2013-08-13 Johan SundströmProof reading
2013-08-11 Evan MartinMerge pull request #633 from rgeary1/NestedPhonyPrintsDone
2013-08-11 Richard GearyFix for missing "no work to do." message if all build...
2013-08-11 Richard GearyAdd to .gitignore : SublimeText project files, *.patch...
2013-08-07 Evan MartinMerge pull request #631 from kimgr/master
2013-08-05 Kim GrasmanFix tabs/spaces inconsistency.
2013-07-26 Evan MartinMerge pull request #627 from idealisms/master
2013-07-26 Reid KlecknerUse fwrite in the msvc tool instead of printf
2013-07-26 Tony ChangFix the browse tool.
2013-07-24 Evan MartinMerge pull request #626 from nico/logwrite
2013-07-24 Nico WeberBuild log write error checking.
2013-07-24 Nico WeberMerge pull request #612 from maximuska/proposed/deps_lo...
2013-07-20 Nico WeberMerge pull request #625 from nico/land
2013-07-20 Chris HopmanAdd test for correct restat logic
2013-07-20 Chris HopmanFix restat dirty check logic for edges with multiple...
2013-07-20 Nico WeberMerge pull request #624 from nico/landmaxim
2013-07-20 Maxim Kalaevminor: removing noop call to MarkDirty(), fixing comment
2013-07-20 Maxim KalaevRemoving a redundant stat() call with 'deps' and 'resta...
2013-07-19 Nico WeberMerge pull request #623 from nico/fix
2013-07-19 Nico WeberFix diagnostic formatting regression caused by adaa91a3...
2013-07-18 Nico WeberMerge pull request #622 from nico/test
2013-07-18 Nico WeberAdd test for a manifest ending in the middle of a keyword.
2013-07-18 Evan MartinMerge pull request #621 from nico/ninjaload
2013-07-18 Nico WeberAdd back contents.resize(), but with a comment and...
2013-07-11 Nico WeberLet the ".ninja parse" metric include the time to read...
2013-07-11 Nico WeberReuse ManifestParser::Load() in ManifestParser::ParseFi...
2013-07-08 Evan MartinMerge pull request #616 from nico/recompact
2013-07-08 Evan MartinMerge pull request #614 from nico/pooldoc
2013-07-08 Evan MartinMerge pull request #611 from nico/testparse
2013-07-08 Maxim KalaevIntroducing tool 'deps' dumping ninja deps log entries
2013-07-08 Nico WeberAdd a 'recompact' tool, which forces recompaction of...
2013-07-08 Nico WeberMerge pull request #615 from mdempsky/strict-murmur
2013-07-08 Matthew DempskyFix murmur hash implementations to work on strict alignment
2013-07-07 Nico WeberMention pools in the discussion of ninja's toplevel...
2013-07-02 Nico WeberImprove error message for duplicate rules and unknown...
2013-07-02 Nico WeberMerge pull request #610 from rnk/wstr
2013-07-02 Reid KlecknerUse fwrite to print whatever the subcommand wrote
2013-07-01 Nico WeberMerge pull request #607 from dajohi/master
2013-07-01 Maxim KalaevAdding checks for record overflow in deps_log
2013-07-01 David Hilluse !defined(NOT_PPOLL)
2013-07-01 Maxim KalaevAdding error checking on fwrite/fflush in deps_log
2013-07-01 David HillExclude Windows as well
2013-06-29 David Hillugh, missing #
2013-06-29 David Hillcleanup based on comments from martine
2013-06-29 David Hillsupport Bitrig
2013-06-22 Nico WeberMerge pull request #601 from nico/109fix
2013-06-22 Nico WeberAdd stdlib.h include for atol().
2013-06-14 Evan MartinMerge pull request #596 from nico/chunk
2013-06-14 Nico WeberMake sure to not write partial deps entries.
next