aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
Commit message (Expand)AuthorAge
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Remove unused --use_toolchain_for_java_proto flag.Gravatar Carmi Grushko2017-02-02
* Inline --output_descriptor_set=true.Gravatar Carmi Grushko2017-02-02
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* Incremental dexing for java_lite_proto_librariesGravatar Googler2017-01-27
* Use a NestedSet for proto_library check deps sourcesGravatar Liam Miller-Cushon2017-01-23
* Description redacted.Gravatar Carmi Grushko2017-01-20
* Description redacted.Gravatar Vladimir Moskva2017-01-19
* --Gravatar Carmi Grushko2017-01-18
* If --strict_proto_deps=default and a proto_library didn't specify strict_prot...Gravatar Carmi Grushko2017-01-18
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Do not crash when there's an error in the rule.Gravatar Carmi Grushko2016-12-23
* Move the descriptorset output to the ProtoSourcesProvider and expose it to sk...Gravatar Googler2016-12-22
* proto_library can depend on proto_library's from external repos.Gravatar Carmi Grushko2016-12-22
* Make sure that --proto_toolchain_for_cc works in the HOST configuration.Gravatar Carmi Grushko2016-12-15
* Strict proto deps: .proto files are allowed to import other .proto files in t...Gravatar Carmi Grushko2016-12-12
* Clean up after transition of java_xxx_proto_library rules to proto-toolchains.Gravatar Carmi Grushko2016-12-07
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* 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
* Strict deps for proto_library.Gravatar Carmi Grushko2016-11-24
* Alias proto_library's produce a descriptor set that contains all srcs of its ...Gravatar Carmi Grushko2016-11-23
* ProtoCompileActionBuilder can create strict-deps-checking command lines.Gravatar Carmi Grushko2016-11-21
* Remove unused SupportData.getUsedDirectDeps().Gravatar Carmi Grushko2016-11-18
* proto_library now produces a descriptor set, when built on the command-line.Gravatar Carmi Grushko2016-11-16
* Blacklists for proto_lang_toolchain() no longer have to be proto_library's.Gravatar Carmi Grushko2016-11-11
* 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
* Make ProtoSourceFileBlacklist take an explicit list of .proto files to blackl...Gravatar Carmi Grushko2016-11-03
* ProtoCompileActionBuilder takes a list of ToolchainInvocations instead of a m...Gravatar Carmi Grushko2016-11-03
* Use proto_lang_toolchain in java_lite_proto_library.Gravatar Carmi Grushko2016-11-03
* ProtoCompileActionBuilder takes ImmutableMap for toolchains, which has a pred...Gravatar Carmi Grushko2016-11-02
* A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules...Gravatar Carmi Grushko2016-11-02
* Introduce proto_lang_toolchain().Gravatar Carmi Grushko2016-10-31
* Allow .protodevel files in srcs of proto_library.Gravatar Googler2016-10-18
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* Add a common class for filtering proto source files.Gravatar Rumou Duan2016-09-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Rollback of commit 5ea55cbab969820da346d16c4998e957b8c3f60e.Gravatar Carmi Grushko2016-07-18
* Unveil Bazel's proto_library and java_proto_library.Gravatar Carmi Grushko2016-07-18
* Open-source java_proto_library.Gravatar Carmi Grushko2016-07-12
* --Gravatar Carmi Grushko2016-07-12
* Open-source ProtoSupportDataProvider.Gravatar Carmi Grushko2016-07-08
* --Gravatar Carmi Grushko2016-06-27
* Decrease visibility of createProtoCompilerCommandLine() to private.Gravatar Carmi Grushko2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Rename setHasServices() to the more appropriate allowServices().Gravatar Carmi Grushko2016-05-05