aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ProtoAttributes.java
Commit message (Expand)AuthorAge
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Add "uses_protobuf" attribute to objc_proto_library rule.Gravatar kaipi2017-05-03
* Remove the use_objc_header rule warning. Add a generic migration warning to o...Gravatar kaipi2017-04-18
* Fixes bug where using portable_proto_filters along with proto files in deps (...Gravatar Sergio Campama2017-01-23
* Make ProtoSourceFileBlacklist take an explicit list of .proto files to blackl...Gravatar Carmi Grushko2016-11-03
* Removes the output_cpp attribute from the objc_proto_library rule.Gravatar Sergio Campama2016-09-23
* Uses the same filename generation algorithm as the Protobuf version.Gravatar Sergio Campama2016-09-20
* Add a common class for filtering proto source files.Gravatar Rumou Duan2016-09-16
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Enables objc_proto_library to depend on other objc_proto_libraries. This only...Gravatar Sergio Campama2016-08-23
* Refactors out ProtocolBuffers2 related code into it's own class. This is the ...Gravatar Sergio Campama2016-08-11