aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoAspect.java
Commit message (Expand)AuthorAge
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Expose ObjcProtoProvider as a Skylark object.Gravatar cparsons2017-12-04
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Root GenObjcBundledProtos input filelist under the appropriate build configur...Gravatar cparsons2017-05-26
* Add "uses_protobuf" attribute to objc_proto_library rule.Gravatar kaipi2017-05-03
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16
* Adds propagation of protobuf's headers and search paths through ObjcProtoProv...Gravatar Sergio Campama2016-08-12
* Rollback of commit ee36dd3f5db8e7ad129b2782a24eb97a0478fc42.Gravatar Sergio Campama2016-07-25
* Make the proto bundling behavior the default when using the new library.Gravatar Sergio Campama2016-07-19
* [ObjcProtoAspect] Fixes an issue where targets that don't have a deps attribu...Gravatar Sergio Campama2016-05-27
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Adds an ObjcProtoProvider which bundles the proto sources and filters, along ...Gravatar Sergio Campama2016-04-26