aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryTest.java
Commit message (Expand)AuthorAge
* Expose ProtoSourcesProvider.transitive_proto_path_flags to Skylark.Gravatar elenairina2018-02-27
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Stop using CustomMultiArgv in ProtoCompileActionBuilder.Gravatar tomlu2017-08-24
* Remove the strict_proto_deps attribute from the build language.Gravatar Googler2017-05-15
* --proto_compiler points at @com_google_protobuf//:protocGravatar Carmi Grushko2017-02-17
* 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
* 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
* 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
* proto_library now produces a descriptor set, when built on the command-line.Gravatar Carmi Grushko2016-11-16