don't alias input/output in ExtractDeps (i.e. actually works now)
[platform/upstream/ninja.git] / src / build.cc
2015-06-18 Scott Grahamdon't alias input/output in ExtractDeps (i.e. actually...
2015-06-18 Scott Grahampropagate include normalization failure to caller instead
2015-04-29 Nico WeberMerge pull request #962 from sgraham/pool-use-fix
2015-04-27 Scott Grahamsimplify & inline
2015-04-24 Scott Grahamavoid calling ResumeDelayedJobs instead
2015-04-23 Scott GrahamFix pool use count going unbalanced
2015-04-01 Nico WeberMerge pull request #951 from nico/cyclefix2
2015-04-01 Nico WeberDon't get stuck on cyclic graphs where one edge has...
2015-04-01 Nico WeberMerge pull request #950 from nico/cleanup
2015-04-01 Nico WeberCleanup: Don't search stack for cycle elements twice.
2015-04-01 Nico WeberCleanup: Make stack a const ref now that it's no longer...
2015-04-01 Nico WeberCleanup: Don't modify during cycle checking.
2015-03-31 Nico WeberMerge pull request #949 from nico/staterr
2015-03-31 Nico WeberLet Stat() have an err outparam instead of writing...
2015-03-19 Nico WeberMerge pull request #937 from nico/statfix
2015-03-19 Nico WeberMake failing stat() calls abort the build.
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-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-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-03 Nico WeberMerge pull request #822 from tzik/throttle
2014-09-22 tzikThrottle the number of pending commands by the parallel...
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
2013-10-19 Nico WeberMerge pull request #674 from nico/style
2013-10-19 Nico WeberMinor style fixes. No functionality change.
2013-10-18 Nico WeberMerge pull request #665 from syntheticpp/localized...
2013-10-18 Peter Kümmeladd deps_prefix for localized /showIncludes' output...
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 #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-08-23 Nico WeberMerge pull request #628 from rnk/wstr
2013-08-22 Nico WeberMerge pull request #639 from rgeary1/StatusMessageFix
2013-08-22 Richard GearyFix for incorrect number of total edges in the status...
2013-08-19 Reid KlecknerMerge branch 'master' into wstr
2013-08-11 Evan MartinMerge pull request #633 from rgeary1/NestedPhonyPrintsDone
2013-08-11 Richard GearyFix for missing "no work to do." message if all build...
2013-07-24 Evan MartinMerge pull request #626 from nico/logwrite
2013-07-24 Nico WeberBuild log write error checking.
2013-07-24 Nico WeberMerge pull request #612 from maximuska/proposed/deps_lo...
2013-07-20 Nico WeberMerge pull request #625 from nico/land
2013-07-20 Chris HopmanFix restat dirty check logic for edges with multiple...
2013-07-20 Nico WeberMerge pull request #624 from nico/landmaxim
2013-07-20 Maxim Kalaevminor: removing noop call to MarkDirty(), fixing comment
2013-07-20 Maxim KalaevRemoving a redundant stat() call with 'deps' and 'resta...
2013-07-01 Maxim KalaevAdding error checking on fwrite/fflush in deps_log
2013-04-22 Evan MartinMerge pull request #552 from nico/deps_dryrun
2013-04-22 Nico Weberkeep dry run more similar to normal run
2013-04-22 Nico WeberDon't record deps in dry runs.
2013-04-13 Evan MartinMerge pull request #541 from sgraham/fix-vs2012
2013-04-11 Evan Martinwindows: always extract dependencies, even on compile...
2013-04-10 Evan Martinalways use output timestamp for deps
2013-04-09 Evan MartinMerge pull request #535 from sgraham/fix-windows-depslog
2013-04-09 Scott Grahamfix windows build after depslog
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-09 Evan MartinMerge pull request #532 from nico/sshhh_gtest
2013-04-09 Evan Martinadd a straightforward deps log test, fix the other one
2013-04-09 Nico WeberMake LinePrinter members private, add comments.
2013-04-09 Nico Webermove printing of new lines into LinePrinter.
2013-04-09 Nico Weberrefactor; no intended functionality change
2013-04-09 Nico Webermove single-line printing to new class
2013-04-09 Nico WeberMake deps=gcc without depfile an error.
2013-04-09 Evan Martinadd a test for the "deps out of date" case
2013-04-08 Evan Martinmake it an error for now to have multiple outputs with...
2013-04-08 Evan Martinonly write deps log if edge is in deps log mode
2013-04-08 Evan Martinuse logged deps mtime in dirty calculation
2013-04-08 Evan Martinhook up depslog writing into build process
2013-04-08 Evan Martinremove depfiles files as they're parsed
2013-04-08 Evan Martinwindows: use CLParser to extract deps during build
2013-04-08 Evan Martinrefactor build-time deps-extraction
2013-04-08 Evan Martinplumb DepsLog load through Builder
2013-04-08 Evan Martinpass command results via a struct
2013-03-26 Evan MartinMerge pull request #521 from riannucci/ignore_duplicate...
2013-03-18 Robert IannucciFix duplicate edge Pool crash in the minimally invasive way
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-04 Avinash BaligaMade %e purely a number.
2013-03-04 Avinash BaligaNINJA_STATUS now takes %e for elapsed time.
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 MartinMerge pull request #455 from azuk/master
2012-12-29 Evan MartinMerge pull request #467 from ppuryear/browse-error
next