aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/NativeAspectClass.java
Commit message (Expand)AuthorAge
* @AutoCodec TreeArtifactValue and FileArtifactValue.Gravatar janakr2018-02-27
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Fix some generic warnings.Gravatar Ulf Adams2016-01-25
* 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