Recover slowdown for cyclic rule bindings fix.
[platform/upstream/ninja.git] / src / graph.cc
2015-03-21 Nico WeberRecover slowdown for cyclic rule bindings fix.
2015-03-21 Nico WeberDon't crash on cyclic references between rule bindings.
2015-03-19 Nico WeberMerge pull request #937 from nico/statfix
2015-03-19 Nico WeberMake failing stat() calls abort the build.
2015-03-19 Nico WeberMerge pull request #936 from nico/cleanup
2015-03-18 Nico WeberEnv should only be about variables. No behavior change.
2015-03-17 Nico WeberMerge pull request #930 from nico/depcolon
2015-03-12 Nico WeberOn unexpected output in a .d file, rebuild instead...
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-02-07 Nico WeberMerge pull request #914 from tzik/typo_fix
2015-02-06 tzikTypo fix in graph.cc
2014-12-09 Nico WeberMerge pull request #881 from nico/depscancycles
2014-12-08 Nico WeberLet DependencyScan::RecomputeDirty() work correclty...
2014-12-07 Nico WeberRename a few iterators. No behavior change.
2014-12-07 Nico Weberremove two unneeded `explicit`s
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-14 Nico WeberMerge pull request #851 from nico/cleanup
2014-11-12 Nico WeberMerge pull request #850 from sgraham/ocd
2014-11-12 Scott Grahamwhitespace/comment/wrap fixes, no intended functionalit...
2014-11-12 Nico WeberMerge pull request #848 from sgraham/canon-maintain
2014-11-11 Scott Grahamno need to Decanonicalize on non-Windows
2014-11-10 Scott Grahammake all GetNode explicit, add DepsLog canonicalize...
2014-11-09 Scott Grahamfix order of args to CanonicalizePath
2014-11-09 Scott Grahamremove CanonicalizePath overloads, test for toplevel...
2014-11-08 Scott Grahampath decanonicalization when building command
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-29 Nico WeberMerge pull request #767 from nico/esc_deprspfile
2014-05-21 Nico WeberMake "depfile=$out.d" work if $out contains escaped...
2014-04-17 Nico WeberMerge pull request #714 from pcc/console-pool
2014-02-03 Peter CollingbourneIntroduce the "console" pool
2014-01-07 Nico WeberMerge pull request #697 from nico/gclogs
2014-01-06 Nico WeberMerge pull request #690 from nickhutchinson/feature...
2014-01-06 Nicholas HutchinsonMore robust escaping of $in, $out paths
2013-09-11 Nico WeberMerge pull request #657 from sgraham/keeprsp2
2013-09-10 Scott Grahamadd -d keeprsp to preserve @rsp files on success on...
2013-09-02 Nico WeberMerge pull request #650 from nico/simplify
2013-09-02 Nico WeberSimplify.
2013-09-02 Nico WeberMerge pull request #649 from nico/fff
2013-09-02 Nico WeberDelete a line I failed to delete in d7a46654a7be1.
2013-09-02 Nico WeberMerge pull request #648 from nico/landmaxim
2013-09-02 Maxim KalaevFix restat rebuild if deps are missing.
2013-09-02 Maxim KalaevShare more code between CleanNode() and RecomputeDirty().
2013-09-02 Maxim KalaevCheck depslog timestamp in LoadDepsFromLog(), not in...
2013-06-06 Nico WeberMerge pull request #592 from nico/addtest
2013-06-04 Nico WeberAdd test that proves `node->AddOutEdge(edge);` in ...
2013-06-04 Nico WeberMerge pull request #591 from nico/fixrestat
2013-06-03 Nico WeberFix restat builds with edges generating headers depende...
2013-04-10 Evan Martininclude mtimes in deplog explain
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-09 Evan Martinadd a test for the "deps out of date" case
2013-04-08 Evan Martinuse logged deps mtime in dirty calculation
2013-04-08 Evan Martinrename "special" to "deps"
2013-04-08 Evan Martinuse special=anything to trigger loading from depslog
2013-04-08 Evan Martinadd "special=gcc" attribute, use to load depslog
2013-04-08 Evan Martinuse DepsLog in loading dependencies
2013-04-08 Evan Martinfactor out implicit dep loading
2013-04-05 Evan Martinrefactor some of the output mtime-handling code
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...
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-12 Evan MartinMerge pull request #459 from maximuska/proposed/refacto...
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-10 Robert IannucciMake edge dump pool name, and skip default pool
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-11-09 Robert IannucciPull graph.cc too
2012-10-31 Evan Martindelete some obsolete TODOs
2012-10-31 Evan Martintrailing whitespace
2012-10-23 Evan Martinfix whitespace
2012-09-06 Evan MartinMerge pull request #408 from nico/fix
2012-09-02 Evan Martinremove a redundant arg to RecomputeOutputDirty
2012-09-02 Evan Martinsplit out dirty recomputation logic from Edge class
2012-08-30 Evan MartinMerge pull request #407 from maximuska/proposed/dirty...
2012-08-30 Maxim Kalaevsafer build: consider target dirty if depfile is missing
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-15 Scott Grahamif a file is missing in the log, count it as dirty
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-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-07-27 Evan MartinMerge pull request #351 from syntheticpp/rate
2012-07-17 Evan Martinexplain mode: show which input is more recent
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
next