aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/SkyframeBuilder.java
Commit message (Expand)AuthorAge
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Automatic code cleanup.Gravatar cushon2017-09-15
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* 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