index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
protobuf.bzl
Commit message (
Expand
)
Author
Age
*
Make .bzl files compatible with future versions of Bazel
Vladimir Moskva
2017-08-07
*
Adding default shell env
Marco A. Harrendorf
2017-04-03
*
Bazel can build protobuf when it's not in the root
cgrushko
2017-02-08
*
Update genfiles paths to work with a different execroot arrangement
Kristina Chodorow
2017-01-25
*
Merge pull request #2403 from google/down-integrate-with-msvc-fix
Adam Cozzette
2016-11-23
|
\
*
|
Support grpc plugin in py_proto_library
Wiktor Tomczak
2016-11-22
|
*
Merge branch 'master' into down-integrate-with-msvc-fix
Adam Cozzette
2016-11-17
|
|
\
|
|
/
|
/
|
|
*
Integrated internal changes from Google
Adam Cozzette
2016-11-17
*
|
Merge pull request #1959 from abergmeier-dsfishlabs/feature/cpp
Feng Xiao
2016-10-13
|
\
\
|
|
/
|
/
|
*
|
Declare all inputs of protoc action
Florian Weikert
2016-10-12
*
|
Resolved a conflict
Vladimir Moskva
2016-09-12
|
\
\
*
|
|
Compatibility with the new version of Bazel.
Vladimir Moskva
2016-09-09
|
|
*
Need to expose generated protobuf C++ headers so they can actually be accesse...
Andreas Bergmeier
2016-08-15
|
|
/
|
/
|
|
*
Generalize plugin support in Bazel Skylark rule
Yuki Yugui Sonoda
2016-06-01
|
/
*
Bazel build: Keep generated sources and Python runtime in the same directory.
David Z. Chen
2016-05-25
*
pass correct args to protoc for java wellknown protos when used as an externa...
Steven Parkes
2016-03-10
*
Remove hack for building Python support with Bazel.
David Z. Chen
2016-02-25
*
Fixed grpc C++ plugin support.
Manjunath Kudlur
2016-02-25
*
Added grpc plugin support to cc_proto_library.
Manjunath Kudlur
2016-02-22
*
Make protobuf Skylark extension appends the workspace root
Damien Martin-Guillerez
2016-01-15
*
Making _genproto rules public.
Martin Maly
2015-12-04
*
Build protoc for host platform to enable cross-compilation.
Andrew Harp
2015-11-03
*
add warning notes for cc|py_proto_library rules.
Jisi Liu
2015-11-02
*
add default_runtime attribute to cc|py rules.
Jisi Liu
2015-10-27
*
Use && for internal_copied_filegroup.
Jisi Liu
2015-10-21
*
Rename copeid_src to internal_copied_filegroup
Jisi Liu
2015-10-20
*
fix sources for python target and add needed dependencies.
Jisi Liu
2015-10-20
*
Change the impl rule include to includes.
Jisi Liu
2015-10-20
*
Change default value of protoc on xx_proto_library rules.
Jisi Liu
2015-10-20
*
Support python for bazel.
Jisi Liu
2015-10-19
*
Python bazel support.
Jisi Liu
2015-10-19
*
Allow include to be None.
Jisi Liu
2015-10-19
*
Change prefix to include, and add docs
Jisi Liu
2015-10-16
*
Rename deps/proto_deps to cc_libs/deps
Jisi Liu
2015-10-16
*
style/naming fix
Jisi Liu
2015-10-15
*
make cc_out and py_out internal.
Jisi Liu
2015-10-14
*
Format code.
Jisi Liu
2015-10-14
*
buildifier the file
Jisi Liu
2015-10-14
*
Extract protoc action into .bzl for cc.
Jisi Liu
2015-10-14