Fix an assert (and tests in --debug mode) after #921.
[platform/upstream/ninja.git] / src / eval_env.cc
2015-04-09 Nico WeberFix an assert (and tests in --debug mode) after #921.
2015-03-19 Nico WeberMerge pull request #936 from nico/cleanup
2015-03-18 Nico WeberAdd a missing &. (No behavior change, only used in...
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
2012-12-29 Evan Martinrearrange handling of builtin bindings to make rules...
2012-08-01 Evan MartinMerge branch 'factor-elide-middle' of git://github...
2012-07-28 Evan MartinMerge pull request #383 from nico/fix380
2012-07-28 Nico WeberRevert "Make StringPiece data members private."
2012-07-27 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-06-30 Thiago FarinaMake StringPiece data members private.
2011-12-30 Evan Martinmake evalstring internals private
2011-12-29 Evan Martinswitch the core ninja parser to use re2c for the lexer
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-20 Evan MartinMerge pull request #146 from nornagon/escape-spaces
2011-11-21 Jeremy ApthorpAllow '$ ' to escape spaces in identifiers.
2011-05-27 Evan Martinexpand $$ as $
2011-04-29 Evan MartinMerged pull request #31 from polrop/generate-whole...
2011-04-29 Evan MartinMerged pull request #30 from polrop/more-tools.
2011-04-28 Evan MartinMerged pull request #29 from polrop/minor-bug-fix.
2011-04-26 Alexei Svitkineinclude location of error in parse error messages in...
2011-03-07 Orestis Agathokleoushandle variable expansion with upper-case characters
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2011-01-20 Evan MartinMerge branch 'master' of neugierig.org:projects/git...
2011-01-19 Evan Martinsplit some of jumble out