aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/AbstractSkyFunctionEnvironment.java
Commit message (Expand)AuthorAge
* In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the...Gravatar janakr2018-08-08
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Avoid copying SkyKeys into a set and then into a map when retrieving them. In...Gravatar Janak Ramakrishnan2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Transform the passed-in map in AbstractSkyFunctionEnvironment instead of copy...Gravatar Janak Ramakrishnan2016-03-18
* Skyfunctions can now catch up to five exceptions.Gravatar John Field2016-01-15
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix spelling mistake.Gravatar Janak Ramakrishnan2015-09-11
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Extract boilerplate logic from ParallelEvaluator's SkyFunction.Environment im...Gravatar Janak Ramakrishnan2015-04-13