aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/SkyframeBuilder.java
Commit message (Expand)AuthorAge
* Only announce test summaries in BEP if expectedGravatar Klaus Aehlig2016-11-30
* Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...Gravatar Googler2016-07-18
* Update Skyframe builder to return exit code based on reported error map, whenGravatar Googler2016-06-16
* Post the beginning of the execution phase on the event busGravatar Klaus Aehlig2016-03-04
* Extract ExecutionProgressReceiver into a top-level class.Gravatar Ulf Adams2016-03-02
* Fix SkyframeBuilder's error handling, and change the contract of EvaluationRe...Gravatar Janak Ramakrishnan2016-01-28
* Make Bazel exit with the exit code from the BuildFailedException if one is sp...Gravatar Googler2016-01-25
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Correctly propagagate "catastrophic" failure modes in keep_going mode.Gravatar Eric Fellheimer2015-11-26
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove another use of errorEventHandler.Gravatar Ulf Adams2015-09-25
* Remove more uses of errorEventHandler (previously of Reporter).Gravatar Ulf Adams2015-09-24
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Add a method to EvaluationProgressReceiver for getting information on SkyFunc...Gravatar Nathan Harmata2015-09-03
* Description redacted.Gravatar Janak Ramakrishnan2015-08-31
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Replace ref equality with .equals for SkyFunctionNames (2)Gravatar Mark Schaller2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Tolerate BuildFileNotFoundExceptions during the execution phase.Gravatar Janak Ramakrishnan2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Remove BuilderUtils#rethrowCause(...)'s vestigial bitsGravatar Michajlo Matijkiw2015-04-08
* Inform EvaluationProgressReceiver of nodes that are built in error.Gravatar Janak Ramakrishnan2015-03-13
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25