aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* ActionAnalysisMetadata exposes whether loose headers are present. TransitiveV...Gravatar shahan2018-08-12
* 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
* When no new configured targets have been analyzed, only check for artifact co...Gravatar janakr2018-08-03
* Add some additional debugging if a dep is unexpectedly absent.Gravatar janakr2018-08-02
* Add the ParallelEvaluator.eval call to the ProfilerGravatar ulfjack2018-07-30
* Skip invalidation entirely if the diff is emptyGravatar ulfjack2018-07-25
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* Fix crash bug in AbstractExceptionalParallelEvaluator#doMutatingEvaluation in...Gravatar nharmata2018-07-23
* 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
* 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
* Short-circuit done node dep registration when no new depsGravatar mschaller2018-06-28
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Clarify that ErrorInfoValue is a NotComparableSkyValue because we don't expec...Gravatar janakr2018-06-19
* Permit marking dirty/changed a node more than onceGravatar mschaller2018-06-18
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Add hacky method to InMemoryNodeEntry for fast but unsafe iteration over in-p...Gravatar janakr2018-06-04
* 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
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* 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
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Add warning to registerDependencies javadocGravatar shreyax2018-04-19
* Notify Skyframe listeners about additional node states: CHECK_DIRTY, INIT_ENV...Gravatar felly2018-04-17
* 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
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Fix accidental eager expansion of grouped list in in-memory nodes.Gravatar felly2018-03-27
* 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
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Automated rollback of commit 7ba939dfd5df48903929e9c14ebd0449656403e4.Gravatar shreyax2018-03-12
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Tags mapped singletons in SkyValueEncoderGravatar shahan2018-02-27