platform/upstream/ninja.git
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.
2013-06-06 Evan MartinMerge pull request #593 from nico/moretest
2013-06-06 Nico WeberAdd a test for CreatePhonyInEdge() in depsmode path.
2013-06-06 Nico WeberMerge pull request #592 from nico/addtest
2013-06-04 Nico WeberAdd test that proves `node->AddOutEdge(edge);` in ...
2013-06-04 Nico WeberMerge pull request #591 from nico/fixrestat
2013-06-03 Nico WeberFix restat builds with edges generating headers depende...
2013-05-29 Nico WeberMerge pull request #589 from nico/wincase
2013-05-29 Nico WeberStop `-t msvc -o` from lowercasing paths from /showIncl...
2013-05-29 Evan MartinMerge pull request #586 from grimmy/master
2013-05-25 Evan MartinMerge pull request #588 from jonforums/mingw-fix
2013-05-25 JonFix mingw based builds. Fixes #587
2013-05-25 Gary KramlichFixed the build on Debian/kfreebsd
2013-05-24 Evan Martinrefactor ninja main() into a struct with methods
2013-05-24 Evan Martinsimplify some ifdefs
2013-05-24 Evan Martinfactor out flag parsing from enormous NinjaMain()
2013-05-24 Nico WeberMerge pull request #585 from nico/fixcrash
2013-05-24 Nico WeberDon't use va_start() with reference parameters, it...
2013-05-23 Evan MartinMerge pull request #470 from rgeary1/remotebrowser
2013-05-23 Evan MartinMerge pull request #578 from pinotree/remove-path-max
2013-05-23 Evan MartinMerge pull request #583 from tru/add_force_pselect
2013-05-23 Evan MartinMerge pull request #579 from rui314/master
2013-05-23 Tobias HietaAdded bootstrap/configure option to force pselect
2013-05-22 Richard GearyBrowse tool uses real hostname not localhost, to allow...
2013-05-21 Evan Martinremind myself to update the website when I make a release
2013-05-21 Rui UeyamaAdd error check for -j flag.
2013-05-21 Rui UeyamaFix typo in HACKING.md
2013-05-21 Pino Toscanodo not unconditionally use PATH_MAX with getcwd
2013-05-20 Evan MartinMerge pull request #576 from nico/newlines
2013-05-19 Evan MartinMerge pull request #577 from tfarina/structs
2013-05-19 Thiago Farinastructs not classes.
2013-05-17 Nico WeberSet stdout to binary mode in -t msvc.
2013-05-17 Evan MartinMerge pull request #574 from sgraham/no-extra-nl
2013-05-17 Scott Grahamdon't print output with extra newline
2013-05-17 Nico WeberMerge pull request #573 from sgraham/truncate-win
2013-05-17 Scott Grahamfix truncate compile error in ninja_test on windows
2013-05-17 Evan Martinrequire version 1.3 for building ninja itself
2013-05-16 Evan Martinremind myself to push tags
2013-05-16 Evan Martincall this version 1.3.0
2013-05-14 Evan Martindelete obsolete todo
2013-05-14 Evan MartinMerge pull request #572 from nico/incless
2013-05-12 Nico WeberRemove a few unused includes.
2013-05-08 Evan MartinMerge pull request #568 from riannucci/fix_test
2013-05-08 Nico WeberMerge pull request #570 from nico/fixdarwin
2013-05-08 Nico WeberFix bootstrap on OS X.
2013-05-06 Robert IannucciFix Pool tests.
2013-05-01 Evan MartinMerge pull request #565 from mdempsky/master
2013-05-01 Matthew DempskyDon't poll pipes using POLLRDHUP
2013-05-01 Nico WeberMerge pull request #566 from nico/tweak
2013-05-01 Nico Weberminor formatting change
2013-05-01 Nico WeberMerge pull request #563 from nico/recompact-deps
2013-05-01 Matthew DempskyAdd support for OpenBSD.
2013-05-01 Nico WeberRecompact the deps log when it gets too big.
2013-05-01 Nico WeberKeep a DepsLog's data valid after a call to DepsLog...
2013-04-30 Nico WeberLet DepsLog::RecordDeps() update its in-memory represen...
2013-04-30 Nico WeberMove updating DepsLog's deps_ array into its own function.
2013-04-30 Nico WeberMove some DepsLog::Deps initialization code into its...
2013-04-30 Patrick von... share platform support between configure/bootstrap
2013-04-30 Evan MartinMerge pull request #562 from TheOneRing/fixed-include
2013-04-30 Patrick von... added missing windows include
2013-04-29 Nico WeberMerge pull request #559 from nico/9_9
2013-04-29 Nico WeberFix Windows build more.
2013-04-29 Evan MartinMerge pull request #558 from nico/buildfix
next