Commit Graph

15 Commits

Author SHA1 Message Date
Eugene Ostroukhov d43e35738a
Examples: unify command line flags (#32456)
1. All greeter servers now support flag `--port` to customize the listen
port.
2. All client implementation now have `--target` flag to specify the
server location.
3. ABSL is used to parse the flags to reduce the amount of boilerplate
code in the examples.

Fixes: #26989
2023-02-27 10:39:21 -08:00
Vijay Pai ce16365421
clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
Donna Dionne 2bf8cbb424 Modify helloworld example to allow a target string 2020-02-06 15:39:48 -08:00
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble 24263c3f7a Fixing a few items with the new Bazel BUILD system:
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
2017-01-13 02:55:13 +01:00
Ryan 3fec5259f6 Fix typo 2016-11-21 21:37:39 -05:00
Yuchen Zeng 955a364e34 Add bad_server_response_test 2016-06-17 13:55:50 -07:00
Julien Boeuf 8c48a2a196 Fixing cpp examples. 2015-10-17 22:23:02 -07:00
Craig Tiller d6599a39e4 Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00
Nicolas Noble 87d09e3aa4 Merge pull request #3164 from yang-g/route_guide_cpp
Change route_guide.proto package name and fix build
2015-08-31 16:07:03 -07:00
yang-g e69909a7e7 fix build 2015-08-31 13:33:28 -07:00
yang-g 92806a51ba remove ChannelArguments ref and update doc 2015-08-28 14:24:44 -07:00
yang-g 75d04da2e4 sync up with CreateChannel API change 2015-08-28 14:17:33 -07:00
Stanley Cheung 20fa6693f3 move examples to correct locations 2015-08-27 14:00:20 -07:00