aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
AgeCommit message (Expand)Author
2017-02-08Bazel can build protobuf when it's not in the rootcgrushko
2017-01-25Update genfiles paths to work with a different execroot arrangementKristina Chodorow
2016-11-23Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette
2016-11-22Support grpc plugin in py_proto_libraryWiktor Tomczak
2016-11-17Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette
2016-11-17Integrated internal changes from GoogleAdam Cozzette
2016-10-13Merge pull request #1959 from abergmeier-dsfishlabs/feature/cppFeng Xiao
2016-10-12Declare all inputs of protoc actionFlorian Weikert
2016-09-12Resolved a conflictVladimir Moskva
2016-09-09Compatibility with the new version of Bazel.Vladimir Moskva
2016-08-15Need to expose generated protobuf C++ headers so they can actually be accesse...Andreas Bergmeier
2016-06-01Generalize plugin support in Bazel Skylark ruleYuki Yugui Sonoda
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