aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
Commit message (Expand)AuthorAgeFilesLines
* Output *_pb2_grpc.py when use_grpc_plugin=TrueMateusz Matejczyk2018-03-111-3/+6
* Replace //:protoc and similar default macro arguments withJames O'Kane2018-03-081-4/+4
* Add a check_protobuf_required_bazel_version() for use in WORKSPACEsFahrzin Hemmati2017-12-041-0/+12
* Make .bzl files compatible with future versions of BazelVladimir Moskva2017-08-071-3/+3
* Adding default shell envMarco A. Harrendorf2017-04-031-0/+1
* Bazel can build protobuf when it's not in the rootcgrushko2017-02-081-2/+3
* Update genfiles paths to work with a different execroot arrangementKristina Chodorow2017-01-251-6/+24
* Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette2016-11-231-5/+0
|\
| * Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette2016-11-171-7/+17
| |\
| * | Integrated internal changes from GoogleAdam Cozzette2016-11-171-5/+0
* | | Support grpc plugin in py_proto_libraryWiktor Tomczak2016-11-221-0/+12
| |/ |/|
* | Merge pull request #1959 from abergmeier-dsfishlabs/feature/cppFeng Xiao2016-10-131-7/+17
|\ \ | |/ |/|
| * Need to expose generated protobuf C++ headers so they can actually be accesse...Andreas Bergmeier2016-08-151-7/+17
* | Declare all inputs of protoc actionFlorian Weikert2016-10-121-1/+3
* | Resolved a conflictVladimir Moskva2016-09-121-10/+44
|\ \
| * | Generalize plugin support in Bazel Skylark ruleYuki Yugui Sonoda2016-06-011-10/+44
| |/
* / Compatibility with the new version of Bazel.Vladimir Moskva2016-09-091-2/+2
|/
* Bazel build: Keep generated sources and Python runtime in the same directory.David Z. Chen2016-05-251-10/+35
* 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