aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredAspect.java
Commit message (Expand)AuthorAge
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Advertise java Skylark provider from java proto aspects.Gravatar Googler2017-01-10
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10