Build self-consistent graphs for dupe edges with multiple outputs.
[platform/upstream/ninja.git] / src / manifest_parser.cc
2015-03-15 Nico WeberBuild self-consistent graphs for dupe edges with multip...
2015-03-09 Nico WeberMerge pull request #917 from pinotree/rlimit
2015-03-09 Nico WeberMerge pull request #910 from jlnt/master
2015-03-09 Nico WeberMerge pull request #921 from mohamed/master
2015-03-01 Mohamed BamakhramaAllow scoping rules through subninja
2015-01-24 Nico WeberMerge pull request #897 from tzik/pending
2015-01-14 Nico WeberMerge pull request #894 from tfarina/has-indent
2015-01-10 Thiago FarinaCleanup: Fix 'hasIdent' variable name/style.
2014-12-04 Nico WeberMerge pull request #703 from ovinn/master
2014-12-04 Nico WeberMerge pull request #835 from rainlabs-eu/fix-cygwin...
2014-12-04 Nico WeberMerge pull request #809 from andrey-malets/doc-for...
2014-11-23 Evan MartinMerge pull request #772 from drbo/syntax_bugfix
2014-11-18 Evan MartinMerge pull request #813 from cdlm/emacs-mode-require...
2014-11-18 Evan MartinMerge pull request #836 from nocnokneo/patch-1
2014-11-14 Nico WeberMerge pull request #842 from nico/solaris
2014-11-12 Nico WeberMerge pull request #848 from sgraham/canon-maintain
2014-11-09 Scott Grahamfix order of args to CanonicalizePath
2014-11-09 Scott Grahamremove CanonicalizePath overloads, test for toplevel...
2014-11-08 Scott Grahamwip on adding tests at higher level, some not right
2014-09-18 Nico WeberMerge pull request #812 from nico/ninjatest
2014-09-04 Nico WeberMerge pull request #808 from nico/bettererror
2014-09-04 Nico WeberProvide an error message on malformed lets. Fixes ...
2014-06-29 Nico WeberMerge pull request #755 from zmodem/working_dir_vs_msvc...
2014-05-30 Nico WeberMerge pull request #768 from nico/vimsyn
2014-05-18 Nico WeberMerge pull request #764 from nico/winconsole
2014-05-13 Nico Weberwip for console pool on windows
2014-04-17 Nico WeberMerge pull request #714 from pcc/console-pool
2014-04-17 Nico WeberMerge pull request #715 from nico/lazyenv
2014-02-11 Nico WeberAllocate per-edge BindingEnvs lazily.
2014-02-03 Peter CollingbourneIntroduce the "console" pool
2013-07-24 Nico WeberMerge pull request #612 from maximuska/proposed/deps_lo...
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 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-02 Nico WeberImprove error message for duplicate rules and unknown...
2013-06-22 Nico WeberMerge pull request #601 from nico/109fix
2013-06-22 Nico WeberAdd stdlib.h include for atol().
2013-05-19 Evan MartinMerge pull request #577 from tfarina/structs
2013-05-14 Evan MartinMerge pull request #572 from nico/incless
2013-05-12 Nico WeberRemove a few unused includes.
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-08 Evan Martinmake it an error for now to have multiple outputs with...
2013-02-16 Evan Martinadd syntax for checking versions
2012-12-29 Evan Martinrearrange handling of builtin bindings to make rules...
2012-12-29 Evan Martinwrap some overlong lines
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-13 Evan MartinMerge pull request #461 from riannucci/global_section
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 Iannuccistub out an api and de-constify Pool
2012-08-02 Evan Martinreject tabs (and CRs) in input files more aggressively
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-07-17 Evan MartinMerge pull request #340 from sgraham/fix-win-build
2012-07-09 Evan MartinMerge pull request #357 from tfarina/manifest-parser
2012-07-09 Thiago FarinaRename parsers.* to manifest_parser.*