aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
Commit message (Collapse)AuthorAge
* Make WORKSPACE compatible with Bazel 0.20.0 for PythonGravatar Lidi Zheng2018-12-04
|
* Workarounding bazelbuild/bazel#6831Gravatar Nicolas Noble2018-12-03
| | | This will take care of the bazel crash until we have a proper fix upstream.
* 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
| |
| * added back platform registration to WORKSPACEGravatar Bill Feng2018-11-26
| |
| * modified execution platform registration, added host platformGravatar Bill Feng2018-11-26
| |
| * fixed typo on WORKSPACE fileGravatar Bill Feng2018-11-20
| |
| * registered toolchain and platformGravatar Bill Feng2018-11-20
|/
* Bazel rules for Python grpcio_health_checkingGravatar Naresh2018-10-09
| | | | | | | | | | | | | | | Add Bazel rules for building and testing grpcio_health_checking. An unofficial fork for rules_protobuf is used for now as it incorporates a change (#196 by duduko on the upstream repo pubref/rules_protobuf) which allows the protoc compiler to compile generated protos too. This was not merged because the change was failing for golang, but works as expected for Python. This is needed because grpcio_health_checking fetches it's proto file from a different directory (previously achived through setup.py) and thus needs to be moved to the required location within bazel-genfiles using a genrule.
* Workspace changes to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | - Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
* Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-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.
* Copy key dataGravatar Adele Zhou2017-11-30
|
* Add bazel_toolchainsGravatar Adele Zhou2017-11-30
|
* Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
|
* Update the git hash of the Google Benchmark dependency in the Bazel WORKSPACEGravatar josh2017-11-13
|
* Pulling upstream changes and resolving merge conflicts with ↵Gravatar josh2017-11-13
|\ | | | | | | third_party/cares/cares.BUILD
| * Switch PB dependence to PB headers dependenceGravatar Vijay Pai2017-11-03
| |
* | Update Bazel WORKSPACE file and third_party/cares BUILD files to that Bazel ↵Gravatar josh2017-10-19
|/ | | | | | | | | | | | can build gRPC as a dependency. The WORKSPACE file now pulls third_party dependencies directly instead of requiring a git submodule init and update. The git hashes pulled by Bazel are exactly the same as the git submodules checked into third_party. A tiny bit of complexity comes from the c-ares project's use of ares_config.h.cmake and ares_build.c.cmake. The current solution to this problem is to check in a valid ares_config.h and a few valid ares_config.h files. This is the same general approach used still, but ares_config.h and ares_build.h are supplied to cares.BUILD from the only remaining local_repository, which serves only to export these two header files.
* Add abseil to core, use it for InlinedVectorGravatar Craig Tiller2017-10-05
|
* Splitting gmock out of gtest.Gravatar Nicolas "Pixel" Noble2017-09-01
|
* Reverted submodule changes...Gravatar Nicolas "Pixel" Noble2017-05-12
|
* Fix build rules for grpc++_unsecure, test that it builds properlyGravatar Vijay Pai2017-04-20
|
* disable mongooseGravatar Makarand Dharmapurikar2017-04-19
|
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-28
|\
* \ Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-27
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into grpcz_clientGravatar Makarand Dharmapurikar2017-03-27
| | |\ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
| |\ \
* | \ \ Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-03-09
|\ \ \ \ | | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-02-24
|\| | |
| | | * updated to latest mongoose BUILDGravatar Makarand Dharmapurikar2017-02-22
| | | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into grpcz_clientGravatar Makarand Dharmapurikar2017-02-22
| | | |\ | | |_|/ | |/| | | | | | Merging with latest changes to WORKSPACE on master
| | | * code and BUILD file for creating a grpcz clientGravatar Makarand Dharmapurikar2017-02-21
| | | | | | | | | | | | | | | | | | | | | | | | The client binary can be built with 'bazel build //tools/grpcz:grpcz_client' and can be invoked with bazel-bin/tools/grpcz/grpcz_client --server SERVER_ADDR:PORT You can see the stats page at http://localhost:8000/grpcz
| * | | add gflags to bazelGravatar David Garcia Quintas2017-02-17
| | |/ | |/|
* / | Start bringing microbenchmarks to BazelGravatar Craig Tiller2017-02-17
|/ /
* | Get gtest building with Bazel, add first test in test/cpp/common/BUILDGravatar Craig Tiller2017-02-17
| |
| * Add bazel build rule for c-aresGravatar Yuchen Zeng2017-01-23
|/
* Boringssl will need duplication for now.Gravatar Nicolas "Pixel" Noble2017-01-04
|
* Adding shim for generating C++ protos.Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding cc_grpc_library.Gravatar Nicolas "Pixel" Noble2016-10-20
|
* Starting this from scratchGravatar Nicolas "Pixel" Noble2016-10-20
-) Basic workspace -) Basic BUILD file with macros