aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/AspectClass.java
Commit message (Expand)AuthorAge
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Start process of tagging AspectKey. Still a lot of subclasses of AspectClass ...Gravatar janakr2018-02-02
* Add memory profiler.Gravatar tomlu2017-10-18
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22