aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/SkylarkAspect.java
Commit message (Expand)AuthorAge
* Migrate Aspect to skylarkbuildapiGravatar cparsons2018-05-15
* Migrate annotations of SkylarkAttr to an interface class.Gravatar cparsons2018-04-30
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Clean up string representations for aspectsGravatar vladmos2017-07-07
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Implement Skylark syntax to propagate an aspect to all attributes.Gravatar Dmitry Lomov2016-10-04
* Add 'provider()' function.Gravatar Dmitry Lomov2016-08-11
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Added more pointers to Aspect-related documentation.Gravatar Florian Weikert2016-06-21
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09