@ -97,6 +97,7 @@ set(gRPC_ABSL_PROVIDER "module" CACHE STRING "Provider of absl library")
set_property ( CACHE gRPC_ABSL_PROVIDER PROPERTY STRINGS "module" "package" )
set ( gRPC_ABSL_USED_TARGETS
a b s l _ a b s l _ v l o g _ i s _ o n
a b s l _ a l g o r i t h m
a b s l _ a l g o r i t h m _ c o n t a i n e r
a b s l _ a n y _ i n v o c a b l e
@ -135,6 +136,7 @@ set(gRPC_ABSL_USED_TARGETS
a b s l _ d y n a m i c _ a n n o t a t i o n s
a b s l _ e n d i a n
a b s l _ e r r n o _ s a v e r
a b s l _ e x a m i n e _ s t a c k
a b s l _ e x p o n e n t i a l _ b i a s e d
a b s l _ f a s t _ t y p e _ i d
a b s l _ f i x e d _ a r r a y
@ -163,7 +165,26 @@ set(gRPC_ABSL_USED_TARGETS
a b s l _ i n t 1 2 8
a b s l _ k e r n e l _ t i m e o u t _ i n t e r n a l
a b s l _ l a y o u t
a b s l _ l o g
a b s l _ l o g _ e n t r y
a b s l _ l o g _ g l o b a l s
a b s l _ l o g _ i n t e r n a l _ a p p e n d _ t r u n c a t e d
a b s l _ l o g _ i n t e r n a l _ c o n d i t i o n s
a b s l _ l o g _ i n t e r n a l _ c o n f i g
a b s l _ l o g _ i n t e r n a l _ f n m a t c h
a b s l _ l o g _ i n t e r n a l _ f o r m a t
a b s l _ l o g _ i n t e r n a l _ g l o b a l s
a b s l _ l o g _ i n t e r n a l _ l o g _ i m p l
a b s l _ l o g _ i n t e r n a l _ l o g _ s i n k _ s e t
a b s l _ l o g _ i n t e r n a l _ m e s s a g e
a b s l _ l o g _ i n t e r n a l _ n u l l g u a r d
a b s l _ l o g _ i n t e r n a l _ n u l l s t r e a m
a b s l _ l o g _ i n t e r n a l _ p r o t o
a b s l _ l o g _ i n t e r n a l _ s t r i p
a b s l _ l o g _ i n t e r n a l _ v o i d i f y
a b s l _ l o g _ s e v e r i t y
a b s l _ l o g _ s i n k
a b s l _ l o g _ s i n k _ r e g i s t r y
a b s l _ l o w _ l e v e l _ h a s h
a b s l _ m a l l o c _ i n t e r n a l
a b s l _ m e m o r y
@ -221,14 +242,25 @@ set(gRPC_ABSL_USED_TARGETS
a b s l _ t y p e _ t r a i t s
a b s l _ u t i l i t y
a b s l _ v a r i a n t
a b s l _ v l o g _ c o n f i g _ i n t e r n a l
a b s l _ v l o g _ i s _ o n
a b s l _ m e t a
)
# T h e O p e n T e l e m e t r y p l u g i n s u p p o r t s " p a c k a g e " b u i l d o n l y a t p r e s e n t .
set ( gRPC_OPENTELEMETRY_PROVIDER "package" )
# set ( gRPC_OPENTELEMETRY_PROVIDER "module" CACHE STRING "Provider of opentelemetry library" )
# set_property ( CACHE gRPC_OPENTELEMETRY_PROVIDER PROPERTY STRINGS "module" "package" )
set ( gRPC_USE_PROTO_LITE OFF CACHE BOOL "Use the protobuf-lite library" )
if ( UNIX )
if ( ${ CMAKE_SYSTEM_NAME } MATCHES "Linux" )
set ( _gRPC_PLATFORM_LINUX ON )
if ( NOT CMAKE_CROSSCOMPILING AND CMAKE_SIZEOF_VOID_P EQUAL 4 )
message ( "+++ Enabling SSE2 for ${CMAKE_SYSTEM_PROCESSOR}" )
set ( _gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} -msse2" )
endif ( )
elseif ( ${ CMAKE_SYSTEM_NAME } MATCHES "Darwin" )
set ( _gRPC_PLATFORM_MAC ON )
elseif ( ${ CMAKE_SYSTEM_NAME } MATCHES "iOS" )
@ -348,6 +380,11 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX)
set ( _gRPC_ALLTARGETS_LIBRARIES ${ _gRPC_ALLTARGETS_LIBRARIES } ${ _gRPC_SYSTEMD_LIBRARIES } )
endif ( )
option ( gRPC_BUILD_GRPCPP_OTEL_PLUGIN "Build grpcpp_otel_plugin" OFF )
if ( gRPC_BUILD_GRPCPP_OTEL_PLUGIN )
include ( cmake/opentelemetry-cpp.cmake )
endif ( )
# S e t u p e x t e r n a l p r o t o l i b r a r y a t t h i r d _ p a r t y / e n v o y - a p i w i t h 2 d o w n l o a d U R L s
if ( NOT EXISTS ${ CMAKE_CURRENT_SOURCE_DIR } /third_party/envoy-api AND gRPC_DOWNLOAD_ARCHIVES )
# D o w n l o a d t h e a r c h i v e v i a H T T P , v a l i d a t e t h e c h e c k s u m , a n d e x t r a c t t o t h i r d _ p a r t y / e n v o y - a p i .
@ -1610,7 +1647,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( gpr
s r c / c o r e / l i b / c o n f i g / c o n f i g _ v a r s . c c
s r c / c o r e / l i b / c o n f i g / c o n f i g _ v a r s _ n o n _ g e n e r a t e d . c c
@ -1700,9 +1736,11 @@ target_link_libraries(gpr
$ { _ g R P C _ A L L T A R G E T S _ L I B R A R I E S }
a b s l : : b a s e
a b s l : : c o r e _ h e a d e r s
a b s l : : l o g _ s e v e r i t y
a b s l : : f l a g s
a b s l : : f l a g s _ m a r s h a l l i n g
a b s l : : a n y _ i n v o c a b l e
a b s l : : l o g
a b s l : : m e m o r y
a b s l : : r a n d o m _ r a n d o m
a b s l : : s t a t u s
@ -1775,10 +1813,8 @@ if(gRPC_INSTALL)
endif ( )
add_library ( grpc
s r c / c o r e / c l i e n t _ c h a n n e l / b a c k u p _ p o l l e r . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c h a n n e l _ c o n n e c t i v i t y . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ c h a n n e l z . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ f a c t o r y . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ f i l t e r . c c
@ -2279,6 +2315,7 @@ add_library(grpc
s r c / c o r e / l i b / g p r p p / s t a t u s _ h e l p e r . c c
s r c / c o r e / l i b / g p r p p / t i m e . c c
s r c / c o r e / l i b / g p r p p / t i m e _ a v e r a g e d _ s t a t s . c c
s r c / c o r e / l i b / g p r p p / u u i d _ v 4 . c c
s r c / c o r e / l i b / g p r p p / v a l i d a t i o n _ e r r o r s . c c
s r c / c o r e / l i b / g p r p p / w i n d o w s / d i r e c t o r y _ r e a d e r . c c
s r c / c o r e / l i b / g p r p p / w o r k _ s e r i a l i z e r . c c
@ -2375,6 +2412,7 @@ add_library(grpc
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a p i . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -2453,15 +2491,14 @@ add_library(grpc
s r c / c o r e / l i b / s l i c e / s l i c e _ r e f c o u n t . c c
s r c / c o r e / l i b / s l i c e / s l i c e _ s t r i n g _ h e l p e r s . c c
s r c / c o r e / l i b / s u r f a c e / a p i _ t r a c e . c c
s r c / c o r e / l i b / s u r f a c e / b u i l t i n s . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r _ r e a d e r . c c
s r c / c o r e / l i b / s u r f a c e / c a l l . c c
s r c / c o r e / l i b / s u r f a c e / c a l l _ d e t a i l s . c c
s r c / c o r e / l i b / s u r f a c e / c a l l _ l o g _ b a t c h . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ c r e a t e . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ i n i t . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ p i n g . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ s t a c k _ t y p e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e _ f a c t o r y . c c
@ -2469,6 +2506,7 @@ add_library(grpc
s r c / c o r e / l i b / s u r f a c e / i n i t . c c
s r c / c o r e / l i b / s u r f a c e / i n i t _ i n t e r n a l l y . c c
s r c / c o r e / l i b / s u r f a c e / l a m e _ c l i e n t . c c
s r c / c o r e / l i b / s u r f a c e / l e g a c y _ c h a n n e l . c c
s r c / c o r e / l i b / s u r f a c e / m e t a d a t a _ a r r a y . c c
s r c / c o r e / l i b / s u r f a c e / s e r v e r . c c
s r c / c o r e / l i b / s u r f a c e / v a l i d a t e _ m e t a d a t a . c c
@ -2744,7 +2782,6 @@ endif()
if ( gRPC_BUILD_TESTS )
add_library ( grpc_test_util
t e s t / c o r e / e v e n t _ e n g i n e / t e s t _ i n i t . c c
t e s t / c o r e / u t i l / b u i l d . c c
@ -2811,7 +2848,6 @@ endif()
endif ( )
if ( gRPC_BUILD_TESTS )
add_library ( grpc_test_util_unsecure
t e s t / c o r e / e v e n t _ e n g i n e / t e s t _ i n i t . c c
t e s t / c o r e / u t i l / b u i l d . c c
@ -2876,10 +2912,8 @@ endif()
endif ( )
add_library ( grpc_unsecure
s r c / c o r e / c l i e n t _ c h a n n e l / b a c k u p _ p o l l e r . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c h a n n e l _ c o n n e c t i v i t y . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ c h a n n e l z . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ f a c t o r y . c c
s r c / c o r e / c l i e n t _ c h a n n e l / c l i e n t _ c h a n n e l _ f i l t e r . c c
@ -3048,6 +3082,7 @@ add_library(grpc_unsecure
s r c / c o r e / l i b / g p r p p / s t a t u s _ h e l p e r . c c
s r c / c o r e / l i b / g p r p p / t i m e . c c
s r c / c o r e / l i b / g p r p p / t i m e _ a v e r a g e d _ s t a t s . c c
s r c / c o r e / l i b / g p r p p / u u i d _ v 4 . c c
s r c / c o r e / l i b / g p r p p / v a l i d a t i o n _ e r r o r s . c c
s r c / c o r e / l i b / g p r p p / w o r k _ s e r i a l i z e r . c c
s r c / c o r e / l i b / h a n d s h a k e r / p r o x y _ m a p p e r _ r e g i s t r y . c c
@ -3140,6 +3175,7 @@ add_library(grpc_unsecure
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a p i . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -3184,15 +3220,14 @@ add_library(grpc_unsecure
s r c / c o r e / l i b / s l i c e / s l i c e _ r e f c o u n t . c c
s r c / c o r e / l i b / s l i c e / s l i c e _ s t r i n g _ h e l p e r s . c c
s r c / c o r e / l i b / s u r f a c e / a p i _ t r a c e . c c
s r c / c o r e / l i b / s u r f a c e / b u i l t i n s . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r _ r e a d e r . c c
s r c / c o r e / l i b / s u r f a c e / c a l l . c c
s r c / c o r e / l i b / s u r f a c e / c a l l _ d e t a i l s . c c
s r c / c o r e / l i b / s u r f a c e / c a l l _ l o g _ b a t c h . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ c r e a t e . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ i n i t . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ p i n g . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ s t a c k _ t y p e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e _ f a c t o r y . c c
@ -3200,6 +3235,7 @@ add_library(grpc_unsecure
s r c / c o r e / l i b / s u r f a c e / i n i t . c c
s r c / c o r e / l i b / s u r f a c e / i n i t _ i n t e r n a l l y . c c
s r c / c o r e / l i b / s u r f a c e / l a m e _ c l i e n t . c c
s r c / c o r e / l i b / s u r f a c e / l e g a c y _ c h a n n e l . c c
s r c / c o r e / l i b / s u r f a c e / m e t a d a t a _ a r r a y . c c
s r c / c o r e / l i b / s u r f a c e / s e r v e r . c c
s r c / c o r e / l i b / s u r f a c e / v a l i d a t e _ m e t a d a t a . c c
@ -3451,7 +3487,6 @@ endif()
if ( gRPC_BUILD_TESTS )
add_library ( gtest
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e m o c k / s r c / g m o c k - c a r d i n a l i t i e s . c c
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e m o c k / s r c / g m o c k - i n t e r n a l - u t i l s . c c
@ -3524,7 +3559,6 @@ target_link_libraries(gtest
endif ( )
add_library ( upb_base_lib
t h i r d _ p a r t y / u p b / u p b / b a s e / s t a t u s . c
)
@ -3576,7 +3610,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( upb_json_lib ${ _gRPC_STATIC_WIN32 }
s r c / c o r e / e x t / u p b - g e n / g o o g l e / p r o t o b u f / d e s c r i p t o r . u p b _ m i n i t a b l e . c
t h i r d _ p a r t y / u p b / u p b / j s o n / d e c o d e . c
@ -3664,7 +3697,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( upb_mem_lib
t h i r d _ p a r t y / u p b / u p b / m e m / a l l o c . c
t h i r d _ p a r t y / u p b / u p b / m e m / a r e n a . c
@ -3717,7 +3749,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( upb_message_lib
t h i r d _ p a r t y / u p b / u p b / h a s h / c o m m o n . c
t h i r d _ p a r t y / u p b / u p b / m e s s a g e / a r r a y . c
@ -3778,7 +3809,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( upb_textformat_lib ${ _gRPC_STATIC_WIN32 }
s r c / c o r e / e x t / u p b - g e n / g o o g l e / p r o t o b u f / d e s c r i p t o r . u p b _ m i n i t a b l e . c
t h i r d _ p a r t y / u p b / u p b / l e x / a t o i . c
@ -3865,7 +3895,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( utf8_range_lib
t h i r d _ p a r t y / u t f 8 _ r a n g e / n a i v e . c
t h i r d _ p a r t y / u t f 8 _ r a n g e / r a n g e 2 - n e o n . c
@ -3921,7 +3950,6 @@ endif()
if ( gRPC_BUILD_TESTS )
if ( gRPC_BUILD_CODEGEN )
add_library ( benchmark_helpers ${ _gRPC_STATIC_WIN32 }
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . g r p c . p b . c c
@ -4004,7 +4032,6 @@ endif()
endif ( )
add_library ( grpc++
s r c / c o r e / e x t / t r a n s p o r t / b i n d e r / c l i e n t / b i n d e r _ c o n n e c t o r . c c
s r c / c o r e / e x t / t r a n s p o r t / b i n d e r / c l i e n t / c h a n n e l _ c r e a t e . c c
@ -4345,7 +4372,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( grpc++_alts
s r c / c p p / c o m m o n / a l t s _ c o n t e x t . c c
s r c / c p p / c o m m o n / a l t s _ u t i l . c c
@ -4419,7 +4445,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( grpc++_error_details
s r c / c p p / u t i l / e r r o r _ d e t a i l s . c c
)
@ -4492,7 +4517,6 @@ endif()
if ( gRPC_BUILD_CODEGEN )
add_library ( grpc++_reflection ${ _gRPC_STATIC_WIN32 }
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / r e f l e c t i o n / v 1 / r e f l e c t i o n . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / r e f l e c t i o n / v 1 / r e f l e c t i o n . g r p c . p b . c c
@ -4577,7 +4601,6 @@ endif()
endif ( )
if ( gRPC_BUILD_TESTS )
add_library ( grpc++_test
s r c / c p p / c l i e n t / c h a n n e l _ t e s t _ p e e r . c c
)
@ -4651,7 +4674,6 @@ endforeach()
endif ( )
if ( gRPC_BUILD_TESTS )
add_library ( grpc++_test_config
t e s t / c p p / u t i l / t e s t _ c o n f i g _ c c . c c
)
@ -4704,7 +4726,6 @@ target_link_libraries(grpc++_test_config
endif ( )
if ( gRPC_BUILD_TESTS )
add_library ( grpc++_test_util
s r c / c o r e / l i b / g p r / s u b p r o c e s s _ p o s i x . c c
s r c / c o r e / l i b / g p r / s u b p r o c e s s _ w i n d o w s . c c
@ -4777,7 +4798,6 @@ target_link_libraries(grpc++_test_util
endif ( )
add_library ( grpc++_unsecure
s r c / c p p / c l i e n t / c h a n n e l _ c c . c c
s r c / c p p / c l i e n t / c l i e n t _ c a l l b a c k . c c
@ -5086,7 +5106,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( grpc_authorization_provider
s r c / c o r e / e x t / u p b - g e n / g o o g l e / p r o t o b u f / a n y . u p b _ m i n i t a b l e . c
s r c / c o r e / e x t / u p b - g e n / g o o g l e / p r o t o b u f / d e s c r i p t o r . u p b _ m i n i t a b l e . c
@ -5111,7 +5130,6 @@ add_library(grpc_authorization_provider
s r c / c o r e / l i b / c h a n n e l / c o n n e c t e d _ c h a n n e l . c c
s r c / c o r e / l i b / c h a n n e l / m e t r i c s . c c
s r c / c o r e / l i b / c h a n n e l / p r o m i s e _ b a s e d _ f i l t e r . c c
s r c / c o r e / l i b / c h a n n e l / s e r v e r _ c a l l _ t r a c e r _ f i l t e r . c c
s r c / c o r e / l i b / c h a n n e l / s t a t u s _ u t i l . c c
s r c / c o r e / l i b / c o m p r e s s i o n / c o m p r e s s i o n . c c
s r c / c o r e / l i b / c o m p r e s s i o n / c o m p r e s s i o n _ i n t e r n a l . c c
@ -5265,6 +5283,7 @@ add_library(grpc_authorization_provider
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a p i . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -5312,7 +5331,6 @@ add_library(grpc_authorization_provider
s r c / c o r e / l i b / s l i c e / s l i c e _ r e f c o u n t . c c
s r c / c o r e / l i b / s l i c e / s l i c e _ s t r i n g _ h e l p e r s . c c
s r c / c o r e / l i b / s u r f a c e / a p i _ t r a c e . c c
s r c / c o r e / l i b / s u r f a c e / b u i l t i n s . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r . c c
s r c / c o r e / l i b / s u r f a c e / b y t e _ b u f f e r _ r e a d e r . c c
s r c / c o r e / l i b / s u r f a c e / c a l l . c c
@ -5320,7 +5338,6 @@ add_library(grpc_authorization_provider
s r c / c o r e / l i b / s u r f a c e / c a l l _ l o g _ b a t c h . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ i n i t . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ p i n g . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ s t a c k _ t y p e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e . c c
s r c / c o r e / l i b / s u r f a c e / c o m p l e t i o n _ q u e u e _ f a c t o r y . c c
@ -5328,7 +5345,6 @@ add_library(grpc_authorization_provider
s r c / c o r e / l i b / s u r f a c e / i n i t _ i n t e r n a l l y . c c
s r c / c o r e / l i b / s u r f a c e / l a m e _ c l i e n t . c c
s r c / c o r e / l i b / s u r f a c e / m e t a d a t a _ a r r a y . c c
s r c / c o r e / l i b / s u r f a c e / s e r v e r . c c
s r c / c o r e / l i b / s u r f a c e / v a l i d a t e _ m e t a d a t a . c c
s r c / c o r e / l i b / s u r f a c e / v e r s i o n . c c
s r c / c o r e / l i b / s u r f a c e / w a i t _ f o r _ c q _ e n d _ o p . c c
@ -5528,7 +5544,6 @@ if(gRPC_INSTALL)
endif ( )
add_library ( grpc_plugin_support
s r c / c o m p i l e r / c p p _ g e n e r a t o r . c c
s r c / c o m p i l e r / c s h a r p _ g e n e r a t o r . c c
@ -5603,7 +5618,6 @@ endif()
# g r p c p p _ c h a n n e l z d o e s n ' t b u i l d w i t h p r o t o b u f - l i t e
# S e e h t t p s : / / g i t h u b . c o m / g r p c / g r p c / i s s u e s / 1 9 4 7 3
if ( gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE )
add_library ( grpcpp_channelz ${ _gRPC_STATIC_WIN32 }
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / c h a n n e l z / c h a n n e l z . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / c h a n n e l z / c h a n n e l z . g r p c . p b . c c
@ -5682,6 +5696,81 @@ if(gRPC_INSTALL AND NOT gRPC_USE_PROTO_LITE)
)
endif ( )
endif ( )
if ( gRPC_BUILD_GRPCPP_OTEL_PLUGIN )
add_library ( grpcpp_otel_plugin
s r c / c p p / e x t / o t e l / o t e l _ c l i e n t _ f i l t e r . c c
s r c / c p p / e x t / o t e l / o t e l _ p l u g i n . c c
s r c / c p p / e x t / o t e l / o t e l _ s e r v e r _ c a l l _ t r a c e r . c c
)
target_compile_features ( grpcpp_otel_plugin PUBLIC cxx_std_14 )
set_target_properties ( grpcpp_otel_plugin PROPERTIES
V E R S I O N $ { g R P C _ C P P _ V E R S I O N }
S O V E R S I O N $ { g R P C _ C P P _ S O V E R S I O N }
)
if ( WIN32 AND MSVC )
set_target_properties ( grpcpp_otel_plugin PROPERTIES COMPILE_PDB_NAME "grpcpp_otel_plugin"
C O M P I L E _ P D B _ O U T P U T _ D I R E C T O R Y " $ { C M A K E _ B I N A R Y _ D I R } "
)
if ( BUILD_SHARED_LIBS )
target_compile_definitions ( grpcpp_otel_plugin
P R I V A T E
" G P R _ D L L _ I M P O R T S "
" G R P C _ D L L _ I M P O R T S "
" G R P C X X _ D L L _ I M P O R T S "
)
endif ( )
if ( gRPC_INSTALL )
install ( FILES ${ CMAKE_CURRENT_BINARY_DIR } /grpcpp_otel_plugin.pdb
D E S T I N A T I O N $ { g R P C _ I N S T A L L _ L I B D I R } O P T I O N A L
)
endif ( )
endif ( )
target_include_directories ( grpcpp_otel_plugin
P U B L I C $ < I N S T A L L _ I N T E R F A C E : $ { g R P C _ I N S T A L L _ I N C L U D E D I R } > $ < B U I L D _ I N T E R F A C E : $ { C M A K E _ C U R R E N T _ S O U R C E _ D I R } / i n c l u d e >
P R I V A T E
$ { C M A K E _ C U R R E N T _ S O U R C E _ D I R }
$ { _ g R P C _ A D D R E S S _ S O R T I N G _ I N C L U D E _ D I R }
$ { _ g R P C _ R E 2 _ I N C L U D E _ D I R }
$ { _ g R P C _ S S L _ I N C L U D E _ D I R }
$ { _ g R P C _ U P B _ G E N E R A T E D _ D I R }
$ { _ g R P C _ U P B _ G R P C _ G E N E R A T E D _ D I R }
$ { _ g R P C _ U P B _ I N C L U D E _ D I R }
$ { _ g R P C _ X X H A S H _ I N C L U D E _ D I R }
$ { _ g R P C _ Z L I B _ I N C L U D E _ D I R }
$ { _ g R P C _ P R O T O _ G E N S _ D I R }
)
target_link_libraries ( grpcpp_otel_plugin
$ { _ g R P C _ A L L T A R G E T S _ L I B R A R I E S }
g r p c + +
o p e n t e l e m e t r y - c p p : : a p i
)
foreach ( _hdr
i n c l u d e / g r p c p p / e x t / o t e l _ p l u g i n . h
)
string ( REPLACE "include/" "" _path ${ _hdr } )
get_filename_component ( _path ${ _path } PATH )
install ( FILES ${ _hdr }
D E S T I N A T I O N " $ { g R P C _ I N S T A L L _ I N C L U D E D I R } / $ { _ p a t h } "
)
endforeach ( )
if ( gRPC_INSTALL )
install ( TARGETS grpcpp_otel_plugin EXPORT gRPCTargets
R U N T I M E D E S T I N A T I O N $ { g R P C _ I N S T A L L _ B I N D I R }
B U N D L E D E S T I N A T I O N $ { g R P C _ I N S T A L L _ B I N D I R }
L I B R A R Y D E S T I N A T I O N $ { g R P C _ I N S T A L L _ L I B D I R }
A R C H I V E D E S T I N A T I O N $ { g R P C _ I N S T A L L _ L I B D I R }
)
endif ( )
endif ( )
if ( gRPC_BUILD_TESTS )
@ -8438,6 +8527,7 @@ add_executable(call_filters_test
s r c / c o r e / e x t / u p b - g e n / g o o g l e / p r o t o b u f / d e s c r i p t o r . u p b _ m i n i t a b l e . c
s r c / c o r e / e x t / u p b - g e n / g o o g l e / r p c / s t a t u s . u p b _ m i n i t a b l e . c
s r c / c o r e / l i b / c h a n n e l / c h a n n e l _ a r g s . c c
s r c / c o r e / l i b / c o m p r e s s i o n / c o m p r e s s i o n . c c
s r c / c o r e / l i b / c o m p r e s s i o n / c o m p r e s s i o n _ i n t e r n a l . c c
s r c / c o r e / l i b / d e b u g / t r a c e . c c
s r c / c o r e / l i b / e x p e r i m e n t s / c o n f i g . c c
@ -8462,6 +8552,7 @@ add_executable(call_filters_test
s r c / c o r e / l i b / s l i c e / s l i c e _ b u f f e r . c c
s r c / c o r e / l i b / s l i c e / s l i c e _ r e f c o u n t . c c
s r c / c o r e / l i b / s l i c e / s l i c e _ s t r i n g _ h e l p e r s . c c
s r c / c o r e / l i b / s u r f a c e / a p i _ t r a c e . c c
s r c / c o r e / l i b / s u r f a c e / c h a n n e l _ s t a c k _ t y p e . c c
s r c / c o r e / l i b / t r a n s p o r t / c a l l _ f i l t e r s . c c
s r c / c o r e / l i b / t r a n s p o r t / c a l l _ f i n a l _ i n f o . c c
@ -10118,6 +10209,7 @@ add_executable(chunked_vector_test
s r c / c o r e / l i b / p r o m i s e / a c t i v i t y . c c
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -14116,6 +14208,7 @@ add_executable(flow_control_test
s r c / c o r e / l i b / i o m g r / i o m g r _ i n t e r n a l . c c
s r c / c o r e / l i b / p r o m i s e / a c t i v i t y . c c
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -14204,6 +14297,7 @@ add_executable(for_each_test
s r c / c o r e / l i b / p r o m i s e / a c t i v i t y . c c
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -17650,6 +17744,7 @@ add_executable(interceptor_list_test
s r c / c o r e / l i b / p r o m i s e / a c t i v i t y . c c
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -18841,6 +18936,7 @@ add_executable(map_pipe_test
s r c / c o r e / l i b / p r o m i s e / a c t i v i t y . c c
s r c / c o r e / l i b / p r o m i s e / t r a c e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / a r e n a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / c o n n e c t i o n _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / m e m o r y _ q u o t a . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / p e r i o d i c _ u p d a t e . c c
s r c / c o r e / l i b / r e s o u r c e _ q u o t a / r e s o u r c e _ q u o t a . c c
@ -20522,6 +20618,72 @@ target_link_libraries(osa_distance_test
)
endif ( )
if ( gRPC_BUILD_TESTS AND gRPC_BUILD_GRPCPP_OTEL_PLUGIN )
add_executable ( otel_plugin_test
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . g r p c . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o . g r p c . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o _ m e s s a g e s . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o _ m e s s a g e s . g r p c . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o _ m e s s a g e s . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / e c h o _ m e s s a g e s . g r p c . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / s i m p l e _ m e s s a g e s . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / s i m p l e _ m e s s a g e s . g r p c . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / s i m p l e _ m e s s a g e s . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / s i m p l e _ m e s s a g e s . g r p c . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . g r p c . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . g r p c . p b . h
s r c / c p p / e x t / o t e l / o t e l _ c l i e n t _ f i l t e r . c c
s r c / c p p / e x t / o t e l / o t e l _ p l u g i n . c c
s r c / c p p / e x t / o t e l / o t e l _ s e r v e r _ c a l l _ t r a c e r . c c
t e s t / c p p / e n d 2 e n d / t e s t _ s e r v i c e _ i m p l . c c
t e s t / c p p / e x t / o t e l / o t e l _ p l u g i n _ t e s t . c c
t e s t / c p p / e x t / o t e l / o t e l _ t e s t _ l i b r a r y . c c
)
if ( WIN32 AND MSVC )
if ( BUILD_SHARED_LIBS )
target_compile_definitions ( otel_plugin_test
P R I V A T E
" G P R _ D L L _ I M P O R T S "
" G R P C _ D L L _ I M P O R T S "
" G R P C X X _ D L L _ I M P O R T S "
)
endif ( )
endif ( )
target_compile_features ( otel_plugin_test PUBLIC cxx_std_14 )
target_include_directories ( otel_plugin_test
P R I V A T E
$ { C M A K E _ C U R R E N T _ S O U R C E _ D I R }
$ { C M A K E _ C U R R E N T _ S O U R C E _ D I R } / i n c l u d e
$ { _ g R P C _ A D D R E S S _ S O R T I N G _ I N C L U D E _ D I R }
$ { _ g R P C _ R E 2 _ I N C L U D E _ D I R }
$ { _ g R P C _ S S L _ I N C L U D E _ D I R }
$ { _ g R P C _ U P B _ G E N E R A T E D _ D I R }
$ { _ g R P C _ U P B _ G R P C _ G E N E R A T E D _ D I R }
$ { _ g R P C _ U P B _ I N C L U D E _ D I R }
$ { _ g R P C _ X X H A S H _ I N C L U D E _ D I R }
$ { _ g R P C _ Z L I B _ I N C L U D E _ D I R }
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e t e s t / i n c l u d e
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e t e s t
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e m o c k / i n c l u d e
t h i r d _ p a r t y / g o o g l e t e s t / g o o g l e m o c k
$ { _ g R P C _ P R O T O _ G E N S _ D I R }
)
target_link_libraries ( otel_plugin_test
$ { _ g R P C _ A L L T A R G E T S _ L I B R A R I E S }
g t e s t
o p e n t e l e m e t r y - c p p : : a p i
o p e n t e l e m e t r y - c p p : : m e t r i c s
g r p c + + _ t e s t _ u t i l
)
endif ( )
if ( gRPC_BUILD_TESTS )
@ -25843,6 +26005,7 @@ add_executable(rls_end2end_test
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . g r p c . p b . c c
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . p b . h
$ { _ g R P C _ P R O T O _ G E N S _ D I R } / s r c / p r o t o / g r p c / t e s t i n g / x d s / v 3 / o r c a _ l o a d _ r e p o r t . g r p c . p b . h
t e s t / c o r e / u t i l / f a k e _ s t a t s _ p l u g i n . c c
t e s t / c o r e / u t i l / t e s t _ l b _ p o l i c i e s . c c
t e s t / c p p / e n d 2 e n d / r l s _ e n d 2 e n d _ t e s t . c c
t e s t / c p p / e n d 2 e n d / r l s _ s e r v e r . c c
@ -31541,7 +31704,6 @@ endif()
if ( gRPC_BUILD_TESTS )
add_executable ( uuid_v4_test
s r c / c o r e / l i b / g p r p p / u u i d _ v 4 . c c
t e s t / c o r e / g p r p p / u u i d _ v 4 _ t e s t . c c
)
if ( WIN32 AND MSVC )
@ -36231,7 +36393,7 @@ generate_pkgconfig(
" g p r "
" g R P C p l a t f o r m s u p p o r t l i b r a r y "
" $ { g R P C _ C O R E _ V E R S I O N } "
" a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ m e m o r y a b s l _ o p t i o n a l a b s l _ r a n d o m _ r a n d o m a b s l _ s t a t u s a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ v a r i a n t "
" a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ l o g a b s l _ l o g _ s e v e r i t y a b s l _ m e m o r y a b s l _ o p t i o n a l a b s l _ r a n d o m _ r a n d o m a b s l _ s t a t u s a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ v a r i a n t "
" "
" - l g p r "
" "
@ -36242,7 +36404,7 @@ generate_pkgconfig(
" g R P C "
" h i g h p e r f o r m a n c e g e n e r a l R P C f r a m e w o r k "
" $ { g R P C _ C O R E _ V E R S I O N } "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ l o g a b s l _ l o g _ s e v e r i t y a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r "
" l i b c a r e s o p e n s s l r e 2 z l i b "
" - l g r p c "
" - l a d d r e s s _ s o r t i n g - l u p b _ t e x t f o r m a t _ l i b - l u p b _ j s o n _ l i b - l u t f 8 _ r a n g e _ l i b - l u p b _ m e s s a g e _ l i b - l u p b _ m e m _ l i b - l u p b _ b a s e _ l i b "
@ -36253,7 +36415,7 @@ generate_pkgconfig(
" g R P C u n s e c u r e "
" h i g h p e r f o r m a n c e g e n e r a l R P C f r a m e w o r k w i t h o u t S S L "
" $ { g R P C _ C O R E _ V E R S I O N } "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ l o g a b s l _ l o g _ s e v e r i t y a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r "
" l i b c a r e s z l i b "
" - l g r p c _ u n s e c u r e "
" - l a d d r e s s _ s o r t i n g - l u t f 8 _ r a n g e _ l i b - l u p b _ m e s s a g e _ l i b - l u p b _ m e m _ l i b - l u p b _ b a s e _ l i b "
@ -36264,7 +36426,7 @@ generate_pkgconfig(
" g R P C + + "
" C + + w r a p p e r f o r g R P C "
" $ { g R P C _ C P P _ V E R S I O N } "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r g r p c "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ l o g a b s l _ l o g _ s e v e r i t y a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r g r p c "
" l i b c a r e s o p e n s s l r e 2 z l i b "
" - l g r p c + + "
" - l a d d r e s s _ s o r t i n g - l u p b _ t e x t f o r m a t _ l i b - l u p b _ j s o n _ l i b - l u t f 8 _ r a n g e _ l i b - l u p b _ m e s s a g e _ l i b - l u p b _ m e m _ l i b - l u p b _ b a s e _ l i b "
@ -36275,7 +36437,7 @@ generate_pkgconfig(
" g R P C + + u n s e c u r e "
" C + + w r a p p e r f o r g R P C w i t h o u t S S L "
" $ { g R P C _ C P P _ V E R S I O N } "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r g r p c _ u n s e c u r e "
" a b s l _ a l g o r i t h m _ c o n t a i n e r a b s l _ a n y _ i n v o c a b l e a b s l _ b a s e a b s l _ b i n d _ f r o n t a b s l _ c l e a n u p a b s l _ c o n f i g a b s l _ c o r d a b s l _ c o r e _ h e a d e r s a b s l _ f l a g s a b s l _ f l a g s _ m a r s h a l l i n g a b s l _ f l a t _ h a s h _ m a p a b s l _ f l a t _ h a s h _ s e t a b s l _ f u n c t i o n _ r e f a b s l _ h a s h a b s l _ i n l i n e d _ v e c t o r a b s l _ l o g a b s l _ l o g _ s e v e r i t y a b s l _ m e m o r y a b s l _ n o _ d e s t r u c t o r a b s l _ o p t i o n a l a b s l _ r a n d o m _ b i t _ g e n _ r e f a b s l _ r a n d o m _ d i s t r i b u t i o n s a b s l _ r a n d o m _ r a n d o m a b s l _ s p a n a b s l _ s t a t u s a b s l _ s t a t u s o r a b s l _ s t r _ f o r m a t a b s l _ s t r i n g s a b s l _ s y n c h r o n i z a t i o n a b s l _ t i m e a b s l _ t y p e _ t r a i t s a b s l _ u t i l i t y a b s l _ v a r i a n t g p r g r p c _ u n s e c u r e "
" l i b c a r e s z l i b "
" - l g r p c + + _ u n s e c u r e "
" - l a d d r e s s _ s o r t i n g - l u t f 8 _ r a n g e _ l i b - l u p b _ m e s s a g e _ l i b - l u p b _ m e m _ l i b - l u p b _ b a s e _ l i b "