aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
Commit message (Expand)AuthorAgeFilesLines
* pass correct args to protoc for java wellknown protos when used as an externa...Steven Parkes2016-03-101-0/+25
* Remove hack for building Python support with Bazel.David Z. Chen2016-02-251-44/+6
* Fixed grpc C++ plugin support.Manjunath Kudlur2016-02-251-6/+11
* Added grpc plugin support to cc_proto_library.Manjunath Kudlur2016-02-221-0/+17
* Make protobuf Skylark extension appends the workspace rootDamien Martin-Guillerez2016-01-151-6/+10
* Making _genproto rules public.Martin Maly2015-12-041-0/+3
* Build protoc for host platform to enable cross-compilation.Andrew Harp2015-11-031-0/+1
* add warning notes for cc|py_proto_library rules.Jisi Liu2015-11-021-0/+8
* add default_runtime attribute to cc|py rules.Jisi Liu2015-10-271-0/+11
* Use && for internal_copied_filegroup.Jisi Liu2015-10-211-3/+3
* Rename copeid_src to internal_copied_filegroupJisi Liu2015-10-201-7/+7
* fix sources for python target and add needed dependencies.Jisi Liu2015-10-201-3/+3
* Change the impl rule include to includes.Jisi Liu2015-10-201-12/+22
* Change default value of protoc on xx_proto_library rules.Jisi Liu2015-10-201-2/+2
* Support python for bazel.Jisi Liu2015-10-191-3/+39
* Python bazel support.Jisi Liu2015-10-191-5/+94
* Allow include to be None.Jisi Liu2015-10-191-2/+8
* Change prefix to include, and add docsJisi Liu2015-10-161-10/+27
* Rename deps/proto_deps to cc_libs/depsJisi Liu2015-10-161-8/+6
* style/naming fixJisi Liu2015-10-151-9/+11
* make cc_out and py_out internal.Jisi Liu2015-10-141-3/+3
* Format code.Jisi Liu2015-10-141-34/+34
* buildifier the fileJisi Liu2015-10-141-11/+14
* Extract protoc action into .bzl for cc.Jisi Liu2015-10-141-0/+107