aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/AbstractParallelEvaluator.java
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Native Skyframe support for node restartingGravatar mschaller2018-07-01
* Restart node building if previous dep is dirty, fix check-then-act racesGravatar mschaller2018-07-01
* Fix comment re: keep-going eval of SkyFunctions in error w undone depsGravatar mschaller2018-06-29
* Fix asymmetric progress receiver state trackingGravatar mschaller2018-06-29
* Store SkyValues for new deps from the graph intra-environmentGravatar mschaller2018-06-28
* Convert directDeps to a map of SkyValuesGravatar mschaller2018-06-28
* Short-circuit done node dep registration when no new depsGravatar mschaller2018-06-28
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Notify Skyframe listeners about additional node states: CHECK_DIRTY, INIT_ENV...Gravatar felly2018-04-17
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Don't check for deps being done in a keep-going build as we expect this to al...Gravatar shreyax2018-03-20
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Store cycle detectors directly in AbstractParallelEvaluator.Gravatar shreyax2018-02-22
* Refactors ParallelEvaluator to support eval-wide exceptions.Gravatar mschaller2018-02-01
* Clear interrupted bit in thread when throwing an interrupted exception that c...Gravatar janakr2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove least important argument to 5+ arg Preconditions#checkState/checkNotNull.Gravatar tomlu2017-11-08
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07