Tanvi Jagtap
fc09bb43b7
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT ( #36327 )
...
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging
go/gpr_to_absl_logs
Replacing GPR_ASSERT with absl CHECK
GPR_ASSERT http://google3/third_party/grpc/include/grpc/support/log.h?q=symbol%3A%5CbGPR_ASSERT%5Cb%20case%3Ayes
CHECK http://google3/third_party/absl/log/check.h?q=symbol%3A%5CbCHECK%5Cb%20case%3Ayes
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #36327
PiperOrigin-RevId: 623851813
8 months ago
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
2 years ago
Vijay Pai
ce16365421
clang-format C++ examples ( #25764 )
4 years ago
Prashant Jaikumar
4f2d8a0014
Fix bazel build for examples
...
Fixed the bazel build for some code in the examples directory.
6 years ago
Vijay Pai
c90a85649b
Change grpc++ references in names to grpcpp
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Stanley Cheung
c9b401e3fc
cpp examples missing gpr asserts
8 years ago
Yuchen Zeng
2eedca72d5
Check the value of Next() in async examples
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
yang-g
f48766d347
fix copyright
9 years ago
yang-g
54099aa46f
Update example
9 years ago
Przemysław Sobala
90391dbbcf
Change CallData status before notifying CompletionQueue
9 years ago
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
9 years ago
Craig Tiller
00ad71c135
Revert "C++ docs"
9 years ago
David Garcia Quintas
a570d6334d
Fixes to comments and to examples
9 years ago
yang-g
e69909a7e7
fix build
9 years ago
David Garcia Quintas
deef1970bb
async greeter server docs
9 years ago
Stanley Cheung
20fa6693f3
move examples to correct locations
9 years ago
Stanley Cheung
6905915db1
prepare for move
9 years ago
yang-g
d36da04a55
fix helloworld
9 years ago
Yang Gao
21c7f68bb0
update code to reflect API changes
10 years ago
Yang Gao
27bd696d70
update helloworld
10 years ago
Yang Gao
deba4a99fe
Update code according to comment
10 years ago
Yang Gao
be8ac56e93
Async helloworld client and server
10 years ago
Nicolas "Pixel" Noble
9efc083006
Updating examples to reflect the new state of things.
10 years ago
Nicolas "Pixel" Noble
2afb270dfe
API change - fixing old code and doc.
10 years ago
Yang Gao
d6319001f3
Update helloworld
10 years ago
Yang Gao
2b4be223d3
Change to server.Wait()
10 years ago
Yang Gao
600d70cd8d
change proto README cpp node ruby
10 years ago
Yang Gao
d95693724c
Add helloworld example in c++
10 years ago
murgatroid99
e89af55a86
Added node hello world example
10 years ago