aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/MergedConfiguredTarget.java
Commit message (Expand)AuthorAge
* 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 add SkylarkProviders to target's provider map unless it is needed.Gravatar dslomov2017-05-03
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Remove memory regression introduced with OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Fix memory regression introduced by default providersGravatar vladmos2017-04-13
* Fix dir() on Targets with aspects applied.Gravatar Dmitry Lomov2017-03-22
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Remove unneeded annotationGravatar Jon Brandvein2016-10-12
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-12
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22