aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.BUILD
Commit message (Collapse)AuthorAge
* Merge commit for internal changesGravatar Vijay Vasudevan2016-06-07
|\
| * Introduce grpc++ target to grpc.BUILD that TF is currently using.Gravatar Kiril Gorovoy2016-06-07
| | | | | | | | Change: 124299122
* | Use -DGPR_BACKWARDS_COMPATIBILITY_MODE in gRPC. (#2697)Gravatar Derek Murray2016-06-06
| | | | | | | | | | | | Use -DGPR_BACKWARDS_COMPATIBILITY_MODE in gRPC. This avoids using secure_getenv(), which prevents building on operating systems with a GLIBC < 2.17. Fixes #1307.
| * Specializes the implementation of the gRPC Master and Worker services.Gravatar Derek Murray2016-06-03
| | | | | | | | | | | This takes previously generated code, and includes it in the repository. The main advantage of doing this is that we can specialize the deserialization routines for various protobuf types that tend to be large, and thereby avoid the problem where we brush up against the default protobuf limits. Fixes #2233. Change: 124007049
* Updated gRPC to release 0.14. (#2632)Gravatar Derek Murray2016-06-03
* Updated gRPC to release 0.14. * Added grpc.BUILD file to work around bugs in the official BUILD.