platform/upstream/ninja.git
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 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 David Hilluse !defined(NOT_PPOLL)
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
2013-04-29 Nico WeberIntroduce a Truncate() function that works on POSIX...
2013-04-29 Evan MartinMerge pull request #556 from nico/unlink
2013-04-29 Evan MartinMerge pull request #555 from nico/depscompactcrash
2013-04-29 Nico WeberMake sure that recompaction writes a pristine new depslog.
2013-04-29 Nico WeberDon't crash during deps log recompaction if there's...
2013-04-27 Evan Martindon't count eof as truncated
2013-04-27 Evan Martinfix warning
2013-04-27 Evan Martindeps log: recover on truncated entry
2013-04-26 Evan Martindisable SubprocessTest.SetWithLots on travis-ci
2013-04-26 Evan Martinadd a test for truncated deps
2013-04-26 Evan Martinmake DepsLogTest actually clean up on teardown
2013-04-22 Evan Martintravis: pull in gtest before building
2013-04-22 Evan Martinadd a .travis.yml, trying out travis-ci.org
2013-04-22 Evan MartinMerge pull request #552 from nico/deps_dryrun
2013-04-22 Nico Weberkeep dry run more similar to normal run
2013-04-22 Nico WeberDon't record deps in dry runs.
2013-04-19 Evan Martinadjust the wording in "multiple rules generate X" warning
2013-04-19 Evan Martinmake DiskInterfaceTest.StatBadPath quiet
2013-04-18 Evan Martindrop std:: qualifiers on more stl datatypes
next