summaryrefslogtreecommitdiff
path: root/protobuf.bzl
AgeCommit message (Expand)Author
2016-05-25Bazel build: Keep generated sources and Python runtime in the same directory.David Z. Chen
2016-03-10pass correct args to protoc for java wellknown protos when used as an externa...Steven Parkes
2016-02-25Remove hack for building Python support with Bazel.David Z. Chen
2016-02-25Fixed grpc C++ plugin support.Manjunath Kudlur
2016-02-22Added grpc plugin support to cc_proto_library.Manjunath Kudlur
2016-01-15Make protobuf Skylark extension appends the workspace rootDamien Martin-Guillerez
2015-12-04Making _genproto rules public.Martin Maly
2015-11-03Build protoc for host platform to enable cross-compilation.Andrew Harp
2015-11-02add warning notes for cc|py_proto_library rules.Jisi Liu
2015-10-27add default_runtime attribute to cc|py rules.Jisi Liu
2015-10-21Use && for internal_copied_filegroup.Jisi Liu
2015-10-20Rename copeid_src to internal_copied_filegroupJisi Liu
2015-10-20fix sources for python target and add needed dependencies.Jisi Liu
2015-10-20Change the impl rule include to includes.Jisi Liu
2015-10-20Change default value of protoc on xx_proto_library rules.Jisi Liu
2015-10-19Support python for bazel.Jisi Liu
2015-10-19Python bazel support.Jisi Liu
2015-10-19Allow include to be None.Jisi Liu
2015-10-16Change prefix to include, and add docsJisi Liu
2015-10-16Rename deps/proto_deps to cc_libs/depsJisi Liu
2015-10-15style/naming fixJisi Liu
2015-10-14make cc_out and py_out internal.Jisi Liu
2015-10-14Format code.Jisi Liu
2015-10-14buildifier the fileJisi Liu
2015-10-14Extract protoc action into .bzl for cc.Jisi Liu