aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/proto
Commit message (Expand)AuthorAge
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* --proto_compiler points at @com_google_protobuf//:protocGravatar Carmi Grushko2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* --Gravatar Carmi Grushko2017-02-09
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* 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
* 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
* Default behavior of proto_library's strict-proto-deps is now determined by th...Gravatar Carmi Grushko2016-11-30
* 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
* Fix ProtoLangToolchainTest on WindowsGravatar Yun Peng2016-11-16
* 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
* ProtoCompileActionBuilder takes a list of ToolchainInvocations instead of a m...Gravatar Carmi Grushko2016-11-03
* A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules...Gravatar Carmi Grushko2016-11-02