grpc/examples/cpp/helloworld
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
2024-04-11 09:44:44 -07:00
..
cmake_externalproject [Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only (#32988) 2023-05-04 13:55:42 -07:00
cocoapods [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
.gitignore Add examples/cpp/helloworld/.gitignore 2019-09-11 10:50:10 +02:00
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36327) 2024-04-11 09:44:44 -07:00
CMakeLists.txt [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36327) 2024-04-11 09:44:44 -07:00
Makefile [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2023-04-12 18:43:58 +02:00
README.md Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00
greeter_async_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36327) 2024-04-11 09:44:44 -07:00
greeter_async_client2.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36327) 2024-04-11 09:44:44 -07:00
greeter_async_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36327) 2024-04-11 09:44:44 -07:00
greeter_callback_client.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_callback_server.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_client.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_server.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
xds_greeter_client.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2022-10-26 14:53:57 -07:00
xds_greeter_server.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2022-10-26 14:53:57 -07:00

README.md

gRPC C++ Hello World Example

You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.