Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
5fac12fff0358dd944c855d67250bacdb6c92e57
/
protobuf.bzl
bc45f92
Bazel powered Java testing (#8506)
by Derek Perez
· 4 years ago
88f3ef7
[bazel] Add default shell env to gen_well_known_protos_java
by Adam Yi
· 4 years, 7 months ago
e492e5a
Fix depset/list confusion in #7458.
by Harvey Tuch
· 4 years, 10 months ago
9482bfd
Fix depset/list confusion for ctx.attr.deps.
by Harvey Tuch
· 4 years, 11 months ago
7cf3f7a
Fix CLI "too long" issues in py_proto_library.
by Harvey Tuch
· 4 years, 11 months ago
12236c6
Fix typo on py_proto_library
by Leo
· 5 years ago
723a85f
[bazel] Remove bootstrap hack from cc_proto_library and add interop with proto_library
by Yannic Bonenberger
· 5 years ago
f0cb9cd
[bazel] Move Java runtime/toolchains into //java (#7190)
by Yannic
· 5 years ago
a104dff
Fix typos (#7050)
by Brian Wignall
· 5 years ago
d2d6ff5
[bazel] Load python rules from @rules_python
by Yannic Bonenberger
· 6 years ago
bf0c69e
[bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl (Part 2)
by Yannic Bonenberger
· 6 years ago
6153f80
Treat plugins as host tools.
by Benjamin Peterson
· 6 years ago
ca3ead7
Move tool out of inputs in bazel config
by Keith Smiley
· 6 years ago
cecba29
Down-integrate internal changes (#5467)
by Paul Yang
· 6 years ago
7b28271
Migrate to new `ctx.actions` API (#5367)
by Jon Brandvein
· 6 years ago
7492b56
Import versions from @bazel_skylib//lib:versions.bzl
by Roger Chen
· 6 years ago
d5f0dac
Change deprecated Bazel single file attr param
by James Judd
· 7 years ago
2c30fa7
Merge pull request #3981 from fahhem/patch-3
by Adam Cozzette
· 7 years ago
9170724
Merge pull request #4168 from jin/master
by Feng Xiao
· 7 years ago
4fcb36c
remove PACKAGE_NAME and REPOSITORY_NAME deprecated usage (#4650)
by Ittai Zeidman
· 7 years ago
2cfa761
Fix moving generated files onto themselves
by Fahrzin Hemmati
· 7 years ago
d1403e5
Only use realpath when in gendir, and use the original ctx.action if not in gendir
by Fahrzin Hemmati
· 7 years ago
ae63896
Track outputs correctly
by Fahrzin Hemmati
· 7 years ago
b3c2ec7
Handle multiple outs per input (for plugins)
by Fahrzin Hemmati
· 7 years ago
a6501e4
Strip trailing / from path
by Fahrzin Hemmati
· 7 years ago
800f8d6
Handle srcs in generated files by cd'ing in and out
by Fahrzin Hemmati
· 7 years ago
294b575
Output *_pb2_grpc.py when use_grpc_plugin=True
by Mateusz Matejczyk
· 7 years ago
950f5e4
Replace //:protoc and similar default macro arguments with
by James O'Kane
· 7 years ago
b2a1908
Use versions module from Skylib for version checking
by Jingwen Chen
· 7 years ago
35119e3
Add a check_protobuf_required_bazel_version() for use in WORKSPACEs
by Fahrzin Hemmati
· 7 years ago
4fc9304
Make .bzl files compatible with future versions of Bazel
by Vladimir Moskva
· 8 years ago
dd04ffb
Adding default shell env
by Marco A. Harrendorf
· 8 years ago
6fffd4a
Bazel can build protobuf when it's not in the root
by cgrushko
· 8 years ago
4e7ecde
Update genfiles paths to work with a different execroot arrangement
by Kristina Chodorow
· 8 years ago
39f9b43
Merge pull request #2403 from google/down-integrate-with-msvc-fix
by Adam Cozzette
· 8 years ago
0fa31b2
Support grpc plugin in py_proto_library
by Wiktor Tomczak
· 8 years ago
5d63097
Merge branch 'master' into down-integrate-with-msvc-fix
by Adam Cozzette
· 8 years ago
5a76e63
Integrated internal changes from Google
by Adam Cozzette
· 8 years ago
993d604
Merge pull request #1959 from abergmeier-dsfishlabs/feature/cpp
by Feng Xiao
· 8 years ago
c2b3e70
Declare all inputs of protoc action
by Florian Weikert
· 8 years ago
5caf516
Resolved a conflict
by Vladimir Moskva
· 9 years ago
a86e6d8
Compatibility with the new version of Bazel.
by Vladimir Moskva
· 9 years ago
bbeb983
Need to expose generated protobuf C++ headers so they can actually be accessed from other libraries.
by Andreas Bergmeier
· 9 years ago
5977fb0
Generalize plugin support in Bazel Skylark rule
by Yuki Yugui Sonoda
· 9 years ago
02cd45c
Bazel build: Keep generated sources and Python runtime in the same directory.
by David Z. Chen
· 9 years ago
ea18866
pass correct args to protoc for java wellknown protos when used as an external repository
by Steven Parkes
· 9 years ago
985c968
Remove hack for building Python support with Bazel.
by David Z. Chen
· 9 years ago
f5c7363
Fixed grpc C++ plugin support.
by Manjunath Kudlur
· 9 years ago
f0966a7
Added grpc plugin support to cc_proto_library.
by Manjunath Kudlur
· 9 years ago
76547e5
Make protobuf Skylark extension appends the workspace root
by Damien Martin-Guillerez
· 9 years ago
8e0c9a3
Making _genproto rules public.
by Martin Maly
· 9 years ago
38f131f
Build protoc for host platform to enable cross-compilation.
by Andrew Harp
· 9 years ago
d4bef7d
add warning notes for cc|py_proto_library rules.
by Jisi Liu
· 9 years ago
be92ffb
add default_runtime attribute to cc|py rules.
by Jisi Liu
· 9 years ago
6ddcae2
Use && for internal_copied_filegroup.
by Jisi Liu
· 9 years ago
bc4fd15
Rename copeid_src to internal_copied_filegroup
by Jisi Liu
· 9 years ago
a33fa8e
fix sources for python target and add needed dependencies.
by Jisi Liu
· 9 years ago
53a56be
Change the impl rule include to includes.
by Jisi Liu
· 9 years ago
04658a3
Change default value of protoc on xx_proto_library rules.
by Jisi Liu
· 9 years ago
7b948cc
Support python for bazel.
by Jisi Liu
· 9 years ago
993fb70
Python bazel support.
by Jisi Liu
· 9 years ago
6dac082
Allow include to be None.
by Jisi Liu
· 9 years ago
3101e73
Change prefix to include, and add docs
by Jisi Liu
· 9 years ago
d8701b5
Rename deps/proto_deps to cc_libs/deps
by Jisi Liu
· 9 years ago
9c7d9c0
style/naming fix
by Jisi Liu
· 9 years ago
25d75b5
make cc_out and py_out internal.
by Jisi Liu
· 9 years ago
125a91b
Format code.
by Jisi Liu
· 9 years ago
ee8131a
buildifier the file
by Jisi Liu
· 9 years ago
39362b3
Extract protoc action into .bzl for cc.
by Jisi Liu
· 9 years ago