Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT #36471

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c0678ae
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 26, 2024
66d8756
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
c615440
Merge branch 'master' into tjagtap_src_core_lib_misc
tanvi-jagtap Apr 29, 2024
442f812
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
2040888
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
39cdd7f
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
c4b7a85
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
361c9cb
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
0ded55a
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
3d25344
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 29, 2024
58c050c
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 30, 2024
4149966
Merge branch 'master' into tjagtap_src_core_lib_misc
tanvi-jagtap Apr 30, 2024
d3bed4d
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 30, 2024
e4f343a
Merge branch 'master' into tjagtap_src_core_lib_misc
tanvi-jagtap Apr 30, 2024
e1d4649
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
tanvi-jagtap Apr 30, 2024
420b545
Merge branch 'master' into tjagtap_src_core_lib_misc
tanvi-jagtap Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,7 @@ grpc_cc_library(
"//src/core:lib/channel/call_tracer.h",
],
external_deps = [
"absl/log:check",
"absl/status",
"absl/strings",
"absl/types:optional",
Expand Down Expand Up @@ -1990,6 +1991,7 @@ grpc_cc_library(
"absl/container:inlined_vector",
"absl/functional:any_invocable",
"absl/functional:function_ref",
"absl/log:check",
"absl/meta:type_traits",
"absl/status",
"absl/status:statusor",
Expand Down Expand Up @@ -2974,6 +2976,7 @@ grpc_cc_library(
external_deps = [
"absl/flags:flag",
"absl/flags:marshalling",
"absl/log:check",
"absl/strings",
"absl/types:optional",
],
Expand Down Expand Up @@ -3009,7 +3012,10 @@ grpc_cc_library(
srcs = [
"//src/core:lib/config/core_configuration.cc",
],
external_deps = ["absl/functional:any_invocable"],
external_deps = [
"absl/functional:any_invocable",
"absl/log:check",
],
language = "c++",
public_hdrs = [
"//src/core:lib/config/core_configuration.h",
Expand Down Expand Up @@ -3206,6 +3212,7 @@ grpc_cc_library(
"//src/core:lib/address_utils/sockaddr_utils.h",
],
external_deps = [
"absl/log:check",
"absl/status",
"absl/status:statusor",
"absl/strings",
Expand Down Expand Up @@ -3331,6 +3338,7 @@ grpc_cc_library(
"//src/core:lib/iomgr/grpc_if_nametoindex.h",
],
external_deps = [
"absl/log:check",
"absl/status",
"absl/status:statusor",
"absl/strings",
Expand Down Expand Up @@ -3821,6 +3829,7 @@ grpc_cc_library(
external_deps = [
"absl/base:core_headers",
"absl/functional:bind_front",
"absl/log:check",
"absl/status",
"absl/status:statusor",
"absl/strings",
Expand Down
19 changes: 2 additions & 17 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 1 addition & 16 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.