platform/upstream/ninja.git
2013-03-10 Peter CollingbourneAdd compdb tool
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-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 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
2012-11-30 Robert IannucciMake Edge->pool() a pointer like it should have been
2012-11-30 Robert IannucciImprove the manual documentation
2012-11-27 Evan MartinMerge pull request #464 from tfarina/clang-warning
2012-11-27 Thiago FarinaFix clang warning.
2012-11-12 Evan MartinMerge pull request #459 from maximuska/proposed/refacto...
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-12 Evan MartinMerge pull request #454 from nico/tweak
2012-11-10 Robert IannucciRevert "Dump state for debugging"
2012-11-10 Robert IannucciUninitialized variable! There is always one...
2012-11-10 Robert IannucciDump state for debugging
2012-11-10 Robert IannucciMake edge dump pool name, and skip default pool
2012-11-10 Robert Iannuccicover the nulled pool case
2012-11-10 Robert Iannucciadd docs
2012-11-10 Robert IannucciAdd some tests!
2012-11-10 Robert Iannuccibegin rationalizing platform for both parsers
2012-11-10 Robert Iannucciblock parse method done
2012-11-09 Robert Iannucciall building and tests passing
2012-11-09 Robert IannucciDump pools with State
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-11-09 Maxim Kalaevrefactoring: decompose CollectTargetsFromArgs
2012-11-09 Richard GearyExit status = 2 if user presses ctrl-c
2012-11-09 Richard GearyImproved error message with more information
2012-11-09 Richard Geary.gitignore Eclipse project files
2012-11-09 Hannu KoivistoAdd --windows option to bootstrap.py
2012-11-09 Robert IannucciFix a bug... now chrome build works O_O
2012-11-09 Robert Iannucciand some basic implementation
2012-11-09 Robert Iannuccistub out an api and de-constify Pool
2012-11-09 Robert IannucciConst ref FTW
2012-11-09 Robert IannucciPull graph.cc too
2012-11-09 Robert IannucciPull out base changes to state
2012-11-08 Nico WeberFix a doxygen bug found by clang's -Wdocumentation.
2012-10-31 Evan Martinrefactor repeated code in cleaner
2012-10-31 Evan Martindelete some obsolete TODOs
2012-10-31 Evan Martintrailing whitespace
2012-10-31 Evan MartinMerge pull request #453 from curinir/bash_completion
2012-10-30 Tommy NyquistAdd support for reading directory for bash completion.
next