aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
Commit message (Collapse)AuthorAge
* Merge pull request #17684 from jtattermusch/bazel0_21_protobuf_fixesGravatar Jan Tattermusch2019-01-11
|\ | | | | Fix build with bazel 0.21
* \ Merge pull request #17678 from billfeng327/bugfix/bazel-0.20-buildGravatar Bill Feng2019-01-10
|\ \ | | | | | | Updated bazel and RBE instance versions
| | * 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
| |
* | Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usageGravatar Max Vorobev2018-12-24
|/
* 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
| |
| * Merge pull request #17110 from billfeng327/multipool-configGravatar Bill Feng2018-11-28
| |\ | | | | | | Bazel multipool config update, removed sentinel file
| | * added exec_compatible_with to sh_testGravatar Bill Feng2018-11-28
| | |
| * | Adding upb as submoduleGravatar Vishal Powar2018-11-28
|/ / | | | | | | upb will be used for codegen of xDS protos.
| * removed accidental submodule updateGravatar Bill Feng2018-11-07
|/
* 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
|
* update OWNERS filesGravatar Jan Tattermusch2018-10-09
|
* Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
|
* attempt on fixing the bazel location bugGravatar Bill Feng2018-08-27
|
* 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
|
* Basic setup to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | Building gRPC Python with Bazel has been one of the long requested additions to gRPC (#8079). Doing so had been made complex by the fact that Bazel itself is still in active development. There has been extensive work on building Cython code at tensorflow, which can be reused for gRPC's purposes as well. Major included changes required for building grpcio with Bazel are: - Include Cython as a third party Bazel package, to compile the Cython parts of gRPC Python. - Include rules for Python autoconfiguration so Python headers can be detected by cygrpc.
* Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ | | | | Adding opencensus grpc plugin with bazel support.
* | Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
| |
* | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-12
|\ \
| * | Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.Gravatar Adele Zhou2018-06-11
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-04
|\| |
| * | Updated cc_grpc_library to refer to fully qualified rules includingGravatar kailashs2018-06-03
| | | | | | | | | | | | | | | workspace name. This removes the need for the use_external = True flag for out of workspace build of gRPC client/server code.
* | | 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
| | |
* | | restore grpc_generate_one_off_targets()Gravatar David Garcia Quintas2018-05-31
| | |
* | | 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
|
* Merge pull request #14625 from isturdy/generate-ccGravatar Nicolas Noble2018-03-29
|\ | | | | Fix C++ codegen with bazel in subrepositories
* \ Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
|\ \ | | | | | | Add address sorting submodule for use in c-ares wrapper
* | | Also add sizeGravatar Adele Zhou2018-03-23
| | |
* | | Use timeout instead of sizeGravatar Adele Zhou2018-03-23
| | |
* | | Add size param to grpc_cc_test and set it to enormous for fuzzer tests.Gravatar Adele Zhou2018-03-23
| | |
* | | Update commentGravatar yang-g2018-03-22
| | |
* | | Rename generate_mock to generate_mocksGravatar yang-g2018-03-21
| | |
| * | Stop relying on certain ipv6 macros. Also bazel build updates.Gravatar Alexander Polcyn2018-03-20
| | | | | | | | | | | | | | | | | | Fix error just made in bazel/grpc_build_system.bzl Fix merge conflict support/env -> gpr/env
| * | Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
|/ /
| * Fix cross-repository proto includes.Gravatar Ian Sturdy2018-03-19
| |