aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/SkyFunctionEnvironment.java
Commit message (Expand)AuthorAge
* Refactoring of SkyFunctionEnvironment to iterate over events/postables only w...Gravatar janakr2018-08-10
* In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the...Gravatar janakr2018-08-08
* Add some additional debugging if a dep is unexpectedly absent.Gravatar janakr2018-08-02
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Restart node building if previous dep is dirty, fix check-then-act racesGravatar mschaller2018-07-01
* Reuse previously stored SkyValues during event/post collectionGravatar 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
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* In inlined skylark import lookup function caching, don't actually fetch deps ...Gravatar shreyax2018-04-06
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Add basic equality checking for ErrorInfo and tighten the interface for Error...Gravatar shreyax2018-02-21
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16
* ParallelEvaluator: report events early for cache hitsGravatar ulfjack2017-12-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Also report stored posts further up in SkyframeGravatar Klaus Aehlig2017-05-31
* In SkyFunctionEnvironment post progress-like events immediately Gravatar Klaus Aehlig2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix unnecessary static imports of typesGravatar Liam Miller-Cushon2016-10-18
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* Allow cycle detector to be injected into ParallelEvaluator, so that callers c...Gravatar Janak Ramakrishnan2016-08-26
* Refactor ParallelEvaluator in preparation for making it more modular with res...Gravatar Janak Ramakrishnan2016-08-26