aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoConfiguration.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Adding toolchain support for j2objc protosGravatar Mike Lewis2018-04-13
* Delete dead flags.Gravatar carmi2018-04-13
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Clean up after rolling out --jplNonStrictDepsLikePl.Gravatar carmi2017-08-29
* Clean up after rolling out --correctRollupTransitiveProtoRuntimes.Gravatar carmi2017-08-29
* PiperOrigin-RevId: 163848560Gravatar carmi2017-08-02
* Correctly include proto runtimes from transitive proto_library's, and their t...Gravatar carmi2017-07-28
* Automated rollback of commit 7d0200703cfa207d6577d84bee45ca185d240dfa.Gravatar carmi2017-07-25
* PiperOrigin-RevId: 162771369Gravatar carmi2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Delete unused reuseJavaCompileActionsFromProtoLibrary.Gravatar carmi2017-07-06
* Categorize proto options.Gravatar carmi2017-07-03
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* A flag to control the outputs that cc_proto_library expects from proto-compiler.Gravatar Carmi Grushko2017-03-28
* Ignore --reuseJavaCompileActionsFromProtoLibrary now that it is rolled out.Gravatar Carmi Grushko2017-03-24
* --Gravatar Carmi Grushko2017-03-14
* Remove mention of the ignored flag "--output_descriptor_set".Gravatar Carmi Grushko2017-02-24
* --proto_compiler points at @com_google_protobuf//:protocGravatar Carmi Grushko2017-02-17
* Remove unused --use_toolchain_for_java_proto flag.Gravatar Carmi Grushko2017-02-02
* Inline --output_descriptor_set=true.Gravatar Carmi Grushko2017-02-02
* Make sure that --proto_toolchain_for_cc works in the HOST configuration.Gravatar Carmi Grushko2016-12-15
* Clean up after transition of java_xxx_proto_library rules to proto-toolchains.Gravatar Carmi Grushko2016-12-07
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Default behavior of proto_library's strict-proto-deps is now determined by th...Gravatar Carmi Grushko2016-11-30
* Make it easier to use protos in Bazel out of the box.Gravatar Carmi Grushko2016-11-29
* Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979.Gravatar Carmi Grushko2016-11-08
* Progress on migrating java_lite_proto_library to Skylark.Gravatar Irina Iancu2016-11-08
* Rollback of commit a396b070ae36032a973672e11145533621c39edc.Gravatar Klaus Aehlig2016-11-07
* Use proto_lang_toolchain() in java_proto_library.Gravatar Carmi Grushko2016-11-04
* Use proto_lang_toolchain in java_lite_proto_library.Gravatar Carmi Grushko2016-11-03
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* --Gravatar Carmi Grushko2016-07-12
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Open-source command-line options specific to protocol buffer.Gravatar Carmi Grushko2015-12-10