Sign in
flutter
/
third_party
/
protobuf
/
5d8dd6b0ba3fc2f14b0c282d9de259042faf362c
/
protobuf.bzl
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