aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibrary.java
Commit message (Expand)AuthorAge
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* 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
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* 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
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* 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
* Refactor to extract the collection of portable proto filters.Gravatar kaipi2017-04-30
* Remove the use_objc_header rule warning. Add a generic migration warning to o...Gravatar kaipi2017-04-18
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* 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
* Refactors out ProtocolBuffers2 related code into it's own class. This is the ...Gravatar Sergio Campama2016-08-11
* 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
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Refactor CompilationSupport.registerFullyLinkedAction to be the responsibilit...Gravatar Chris Parsons2016-04-26
* Exposes ObjcProvider for objc_proto_library and j2objc_library rules.Gravatar Erik Abair2016-04-25
* Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This inc...Gravatar Googler2016-02-24
* Pass "--working_dir ." to the compile_protos scriptGravatar Chris Parsons2016-01-28
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Remove --objc_per_proto_includes flag, which was obsoleted by the rule-level ...Gravatar Googler2015-11-18
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Rollforward of [], which was rolled back in []. Cleans up support for objc_pr...Gravatar Michael Thvedt2015-09-14
* Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937.Gravatar Carmi Grushko2015-09-04
* Turn Bazel proto_library on for objc_proto_library.Gravatar Michael Thvedt2015-09-04
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* Add an attribute 'per_proto_includes' which can be set on an objc_proto_libra...Gravatar Googler2015-08-14
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules.Gravatar Lukacs Berki2015-07-30
* Description redacted.Gravatar Rumou Duan2015-07-28
* For objc_proto_library, use root relative path of input protos to determine o...Gravatar Chris Parsons2015-07-27
* Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a.Gravatar Googler2015-06-15
* Allow private header files in the srcs attribute of objc_* rules.Gravatar Googler2015-06-15
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15