aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_deps.bzl
Commit message (Collapse)AuthorAge
* Merge pull request #17684 from jtattermusch/bazel0_21_protobuf_fixesGravatar Jan Tattermusch2019-01-11
|\ | | | | Fix build with bazel 0.21
| * fix build with bazel 0.21Gravatar Jan Tattermusch2019-01-10
| |
* | fixed typo on hashGravatar Bill Feng2019-01-09
| |
* | updated repo for bazel to latest versionGravatar Bill Feng2019-01-09
| |
* | updated repo for bazelGravatar Bill Feng2019-01-09
|/
* Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
* Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* Merge branch 'master' of https://github.com/grpc/grpc into fix-bazel-0.20Gravatar Nicolas "Pixel" Noble2018-11-30
|\
* | Bazel 0.20.0 workspace fixes.Gravatar Nicolas "Pixel" Noble2018-11-30
| |
| * Adding upb as submoduleGravatar Vishal Powar2018-11-28
|/ | | | upb will be used for codegen of xDS protos.
* upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-10-27
|
* upgrade bazel toolchain repo to 0.18 releaseGravatar Jan Tattermusch2018-10-25
|
* Upgrade bazel to 0.16.1Gravatar Adele Zhou2018-08-24
|
* upgrade protobuf in grpc_deps.bzl to v3.6.1Gravatar Jan Tattermusch2018-08-07
|
* update grpc_deps.bzlGravatar Jan Tattermusch2018-08-07
|
* Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ | | | | Adding opencensus grpc plugin with bazel support.
* \ Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-04
|\ \
* | | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| | |
| * | Update bazel toolchain to RBE Ubuntu16_04 toolchain containerGravatar Adele Zhou2018-06-01
| | |
* | | Treat nanopb as a regular external depGravatar David Garcia Quintas2018-05-31
|/ /
| * Merge branch 'master' of https://github.com/Vizerai/grpc into filter_portGravatar Vizerai2018-05-29
| |\ | |/ |/|
* | Apply Wframe-larger-than flag to opt builds onlyGravatar Adele Zhou2018-05-16
| |
| * Adding opencensus grpc plugin.Gravatar Vizerai2018-05-10
| | | | | | | | Rebasing to merge commits.
* | bump boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-05-08
| |
* | Bump protobuf hash for BazelGravatar Mehrdad Afshari2018-04-19
|/
* Update the toolchain versionGravatar Adele Zhou2018-04-10
|
* Add external bindings for targets needed for the cc_grpc_library rule.Gravatar Ian Sturdy2018-03-07
|
* Pin a commit that comes with ubsan and msan.Gravatar Adele Zhou2018-03-01
|
* Upgrade bazel to 0.10.0Gravatar Adele Zhou2018-02-26
|
* Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-14
|
* Update bazel toolchain version.Gravatar Adele Zhou2018-02-05
|
* Move more special cases in bazel build to the .bzl filesGravatar Alexander Polcyn2017-12-14
|
* Packs contents of WORKSPACE into a bzl function, so that it can be resued by ↵Gravatar Ning Ren2017-12-14
other projects, and simplifies cares build.