Skip to content

Commit 7a9f1aa

Browse files
Native source sync at revision @ (#230)
Co-authored-by: dennycd <[email protected]>
1 parent 92fb784 commit 7a9f1aa

File tree

4,840 files changed

+296709
-155394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,840 files changed

+296709
-155394
lines changed

native/.bazelignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ third_party/envoy-api
1414
third_party/googleapis
1515
third_party/googletest
1616
third_party/opencensus-proto
17+
third_party/opentelemetry-cpp
1718
third_party/protobuf
1819
third_party/protoc-gen-validate
1920
third_party/re2
2021
third_party/upb
22+
third_party/utf8_range
2123
third_party/xds
2224

2325
test/distrib/bazel/cpp

native/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
7.1.0

native/.clang-format

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ DerivePointerAlignment: false
55
PointerAlignment: Left
66
IncludeBlocks: Regroup
77
IncludeCategories:
8-
# port_platform.h is before almost everything
9-
- Regex: '^<grpc/(support|impl/codegen)/port_platform.h>'
10-
Priority: -100
118
# ruby.h is even more first if it's included
129
- Regex: '^<ruby/ruby.h>'
1310
Priority: -200

native/.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ gRPC-ProtoRPC.podspec linguist-generated=true
1212
gRPC-RxLibrary.podspec linguist-generated=true
1313
gRPC.podspec linguist-generated=true
1414
grpc.gemspec linguist-generated=true
15-
grpc.gyp linguist-generated=true
1615
grpc.def linguist-generated=true
1716
package.xml linguist-generated=true
18-
binding.gyp linguist-generated=true
1917
Package.swift linguist-generated=true
2018
src/python/grpcio/grpc_core_dependencies.py linguist-generated=true
2119
src/ruby/ext/grpc/rb_grpc_imports.generated.h linguist-generated=true

native/.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@
4747
# generated file that makes Git consider the submodule dirty. This
4848
# state can be ignored for day-to-day development on gRPC.
4949
ignore = dirty
50+
[submodule "third_party/opentelemetry-cpp"]
51+
path = third_party/opentelemetry-cpp
52+
url = https://github.com/open-telemetry/opentelemetry-cpp

0 commit comments

Comments
 (0)