platform/upstream/ninja.git
2013-04-08 Evan Martinsync version number in master with release
2013-04-08 Evan Martinsplit FakeCommandRunner out of BuildTest
2013-04-08 Evan Martinmove test virtual time "now_" into VirtualFileSystem
2013-04-08 Evan MartinMerge pull request #527 from wang-bin/compile_fix
2013-04-07 wang-binfix compile error about noreturn on windows
2013-04-06 Evan MartinMerge pull request #526 from RedX2501/improved_bash_com...
2013-04-06 Guilherme BufoloImproved bash completion when using tools like '-t...
2013-04-05 Evan Martinrefactor some of the output mtime-handling code
2013-04-05 Evan Martinadd noreturn attr on Fatal()
2013-04-05 Evan Martindecided against using XXX in the manual for unknown...
2013-04-05 Evan Martintag a feature with the right version number
2013-04-02 Evan MartinMerge pull request #525 from nico/escapedollar
2013-04-02 Nico WeberDollar signs in depfiles are escaped as "$$", not ...
2013-03-30 Evan Martinallow paths with '!' in depfiles
2013-03-28 Evan MartinMerge pull request #522 from nico/spelldebug
2013-03-27 Nico WeberAdd spell checking for debug flags.
2013-03-26 Evan MartinMerge pull request #521 from riannucci/ignore_duplicate...
2013-03-23 Robert IannucciAdd regression test
2013-03-23 Robert IannucciFix debug build on linux (type strictness).
2013-03-18 Robert IannucciFix Pool to use a set internally
2013-03-18 Robert IannucciFix duplicate edge Pool crash in the minimally invasive way
2013-03-14 Evan MartinMerge pull request #518 from syntheticpp/max-patch
2013-03-14 Peter KümmelPosix symbols are not enabled by default for MSVC
2013-03-11 Evan MartinMerge pull request #513 from fifoforlifo/master
2013-03-11 Avinash BaligaAdded %e to manual.asciidoc, fixed brace style.
2013-03-10 Evan MartinMerge pull request #512 from pcc/compilation-database
2013-03-10 Peter CollingbourneAdd compdb tool
2013-03-10 Evan MartinMerge pull request #499 from lht/patch-1
2013-03-10 Evan MartinMerge pull request #503 from mo/fix_typo_20130219
2013-03-10 Evan MartinMerge pull request #504 from benvanik/master
2013-03-10 Evan MartinMerge pull request #514 from dabrahams/patch-1
2013-03-08 Dave AbrahamsBring in declaration of atoi
2013-03-04 Avinash BaligaMade %e purely a number.
2013-03-04 Avinash BaligaNINJA_STATUS now takes %e for elapsed time.
2013-02-24 Evan MartinMerge pull request #507 from ikarienator/master
2013-02-24 Evan MartinMerge pull request #502 from tfarina/rm-unused-fun
2013-02-24 Bei ZhangBrowse command does not parse URL correctly
2013-02-21 Evan MartinMerge pull request #506 from syntheticpp/string-find
2013-02-21 Peter KümmelFix wrong usage of std::string::find
2013-02-20 Ben VanikAdd a check for the VC++ 2012-style 64-bit path.
2013-02-19 Martin OlssonFix typo, s/verison/version/
2013-02-19 Thiago FarinaRemoved unused UnitsWaiting() function from State class.
2013-02-19 Evan Martinmanual: move in_newline to the reference
2013-02-17 Evan Martinadd versioning notes to features in the manual
2013-02-17 Evan Martinmake doc xrefs link to section headers
2013-02-17 Haitao Li 李海涛Fix typo in manual
2013-02-17 Evan Martinrearrange env variable section layout
2013-02-17 Evan Martinmove from asciidoc html to asciidoc -> docbook -> html
2013-02-16 Evan Martinsay where the default value for -j comes from
2013-02-16 Scott Grahamdepfile helper: check errors on writing .d files
2013-02-16 Evan Martindocs for ninja_required_version
2013-02-16 Evan Martinadd syntax for checking versions
2013-02-09 Evan MartinMerge pull request #498 from pck/cygwin
2013-02-09 Paul Kunyschutil.cc: Reusing windows workaround for cygwin.
2013-02-01 Evan Martinmark pools as experimental in the docs
2013-02-01 Evan Martinadd a release checklist so I won't forget steps in...
2013-01-27 Evan MartinMerge pull request #485 from petrh/fedora-rpmbuild
2013-01-24 Evan MartinMerge pull request #489 from sgraham/err-message-depfile
2013-01-24 Scott Grahammore verbose error (including path) when depfile fails...
2013-01-21 Petr HosekRemoved re2c build dependency from RPM spec file
2013-01-17 Evan MartinMerge pull request #484 from TheOneRing/fix_mingw
2013-01-15 Petr HosekUse correct Fedora versioning scheme
2013-01-14 Petr HosekRPM spec file should use correct versioning scheme...
2013-01-12 Patrick von... if windows and not msvc, set platform to mingw
2013-01-03 Evan MartinMerge pull request #479 from nico/testfix
2013-01-03 Nico WeberManifestParser constructor accesses its first argument...
2012-12-30 Evan Martinalways set GTEST_HAS_RTTI=0 in all testing code
2012-12-29 Pino Toscanofix build on non-Linux glibc systems
2012-12-29 Evan Martindrop the "rules" tool completely
2012-12-29 Evan Martinupdate docs to clarify scoping rules
2012-12-29 Evan Martinrearrange handling of builtin bindings to make rules...
2012-12-29 Evan Martinwrap some overlong lines
2012-12-29 Evan Martinfix all "class" -> "struct"
2012-12-29 Evan Martinadd a TODO from a pull request
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-12-29 Evan MartinMerge pull request #467 from ppuryear/browse-error
2012-12-29 Evan Martinninja_syntax.py: don't add trailing space when build...
2012-12-29 Evan Martinfix test build under clang/system gtest
2012-12-28 Evan Martinwrap test in anon namespace
2012-12-21 Evan Martincorrectly open /dev/null in subprocesses
2012-12-21 Evan Martinupdate a comment
2012-12-21 Evan MartinMerge pull request #474 from yannicklm/master
2012-12-21 Evan MartinMerge pull request #475 from nico/vim
2012-12-15 Nico WeberUpdate version number in ninja.vim after recent changes.
2012-12-14 yannicklmNINJA_STATUS: add support of `%p` for percentage
2012-12-14 Evan MartinMerge pull request #471 from riannucci/fix_vim_syntax
2012-12-14 Evan MartinMerge pull request #472 from riannucci/add_python_pool_...
2012-12-14 Evan MartinMerge pull request #473 from riannucci/fix_emacs
2012-12-14 Robert IannucciAdd missing default keyword
2012-12-14 Robert IannucciAdd pool
2012-12-14 Robert IannucciAdd missing rspfile and rspfile_content
2012-12-14 Robert IannucciAdd ninja.vim syntax for pool
2012-12-14 Robert IannucciAdd python ninja_syntax.py support for pool
2012-12-13 Evan MartinMerge pull request #461 from riannucci/global_section
2012-12-08 Philip Puryearbrowse: Read ninja's error text from stderr.
2012-11-30 Robert IannucciRemove unnecessary parameter from ShouldDelayEdge
2012-11-30 Robert IannucciRename isValid
2012-11-30 Robert IannucciFix formatting
2012-11-30 Robert IannucciImprove comments for src/state.h
2012-11-30 Robert IannucciDoc improvements
next