platform/upstream/ninja.git
2013-05-16 Evan MartinMerge branch 'master' into release
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
2013-04-18 Nico WeberMerge pull request #548 from sgraham/laconic-with-repeat
2013-04-18 Scott Grahamalso print iteration for gtest_repeat=-1
2013-04-18 Evan Martinfix --profile=pprof on newer ubuntus
2013-04-17 Scott Grahamreset count in LaconicPrinter for when using --gtest_repeat
2013-04-16 Nico WeberMerge pull request #547 from nico/vim_cpo
2013-04-16 Nico WeberNote that version 1.3 of the vim syntax file has been...
2013-04-13 Evan MartinMerge pull request #541 from sgraham/fix-vs2012
2013-04-11 Evan Martinbootstrap: make --windows usable for cl.exe-on-wine
2013-04-11 Evan Martinadd HACKING note on cl.exe-via-wine
2013-04-11 Evan Martinwindows: always extract dependencies, even on compile...
2013-04-11 Evan Martinfix test
2013-04-11 Evan Martinwindows build fix
2013-04-11 Scott Grahamtry again on vs2012 build fixes
2013-04-10 Evan Martinbuild ninja itself in deps mode
2013-04-10 Evan Martinalways use output timestamp for deps
2013-04-10 Evan Martininclude mtimes in deplog explain
2013-04-10 Evan Martinslightly smaller subsections
2013-04-10 Evan Martinmove pool docs down under "more details"
2013-04-10 Evan Martinmore minor manual touchups
2013-04-10 Evan Martinmake unittest match module name
2013-04-10 Evan Martinmention mtimes
2013-04-10 Evan Martinmonospace flags
2013-04-10 Evan Martinmore windows doc updates
2013-04-09 Evan Martinupdate some windows references in the docs
2013-04-09 Evan Martinbigger manual
2013-04-09 Nico WeberMerge pull request #539 from nico/typo
2013-04-09 Nico Weberfix typo in comment
2013-04-09 Evan MartinMerge pull request #537 from yannicklm/master
2013-04-09 yannicklmninja.vim: add deps as keyword
2013-04-09 Evan MartinMerge pull request #535 from sgraham/fix-windows-depslog
2013-04-09 Scott Grahamfix test
2013-04-09 Evan MartinMerge pull request #534 from nico/invalid_log
2013-04-09 Scott Grahamadd ifdef around console_
2013-04-09 Scott Grahamfix windows build after depslog
2013-04-09 Nico WeberOn invalid depslog header, restart build instead of...
2013-04-09 Evan Martindocument deps
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-09 Evan MartinMerge pull request #532 from nico/sshhh_gtest
2013-04-09 Nico WeberTry to fix build on Linux more.
2013-04-09 Nico WeberTry to fix build on Linux.
2013-04-09 Evan Martinadd a straightforward deps log test, fix the other one
2013-04-09 Nico WeberMake ninja_test output nicer.
2013-04-09 Nico WeberUse LinePrinter in test runner.
2013-04-09 Nico WeberMake LinePrinter members private, add comments.
2013-04-09 Nico Webermove printing of new lines into LinePrinter.
2013-04-09 Nico WeberWrite the depslog version in binary instead of text.
2013-04-09 Nico Weberrefactor; no intended functionality change
2013-04-09 Nico Webermove single-line printing to new class
2013-04-09 Nico WeberMake deps=gcc without depfile an error.
2013-04-09 Evan Martinadd a test for the "deps out of date" case
2013-04-09 Nico WeberMake gtest output more silent, ninja issue #528.
2013-04-08 Evan Martinadd a test verifying build failure on bad deps
2013-04-08 Evan Martinmake it an error for now to have multiple outputs with...
2013-04-08 Evan Martinonly write deps log if edge is in deps log mode
2013-04-08 Evan Martinuse logged deps mtime in dirty calculation
next