aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/Aspect.java
Commit message (Expand)AuthorAge
* Add AspectCodec. Can't be @AutoCodec because we don't want to serialize the f...Gravatar janakr2018-03-26
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Intern aspect definitions by their respective aspect class + parameters.Gravatar tomlu2017-08-14
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* JavaBuilder: for jars that are produced by aspects (e.g., JavaProtoAspect), p...Gravatar Carmi Grushko2016-07-22
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10