aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/cc_grpc_library.bzl
Commit message (Collapse)AuthorAge
* Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usageGravatar Max Vorobev2018-12-24
|
* 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.
* Update commentGravatar yang-g2018-03-22
|
* Rename generate_mock to generate_mocksGravatar yang-g2018-03-21
|
* Remove unnecessary secure dependencesGravatar Vijay Pai2017-11-28
|
* Rework well_known_protos attr, and some other fixesGravatar Craig Tiller2017-05-16
|
* Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ | | | | Added unit testing support.
* | Fix up protobuf submodule name to match bazel expectationGravatar Vijay Pai2017-04-20
| |
| * 1. Added golden file test.Gravatar Mahak Mukhi2017-04-14
|/ | | | | 2. Added support for mock. 3. Sanity fix.
* changes for picking up well known protosGravatar Makarand Dharmapurikar2017-03-07
| | | | | Add dependency and protoc argument for picking up well known protos from the //third_party/protobuf repo
* setting default False for use_externalGravatar Makarand Dharmapurikar2017-03-06
|
* Use grpc_build_system.bzl in other projectsGravatar Makarand Dharmapurikar2017-03-02
| | | | | Added //external to grpc deps in case where grpc_build_system.bzl is imported in a project that is using grpc as a dependency.
* Fixing a few items with the new Bazel BUILD system:Gravatar Nicolas "Pixel" Noble2017-01-13
| | | | | | | -) Fixing Bazel 0.4.x breakage -) Adding helloworld BUILD examples -) Fixing grpc++ missing files. -) Adding helloworld example as a test for Bazel basic.
* Adding shim for generating C++ protos.Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding cc_grpc_library.Gravatar Nicolas "Pixel" Noble2016-10-20