Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gRPC: add gRPC wrapper classes to CMake build #2015
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: add gRPC wrapper classes to CMake build #2015
Changes from 75 commits
ce6949c
f6f3f84
282009c
635c473
59f070c
3139cb4
7170b70
a0f061f
5bfc05b
1d38fb1
dd3d10c
23070bb
9dca0f9
928953a
29e726c
40b6260
7a86c73
4c57926
c4e01a6
289df14
63f5146
805b673
839f408
a93b783
4fe32a1
0ea6fcc
21d30b6
7f60ad0
feb0285
8332a5f
ab6df2e
9f9d94d
555e1d8
6f0d4e6
84e454b
c96f670
e2e53b0
1bcfc0f
2d68f12
80a938e
85b6570
1cd2950
9ede2b0
0cbae74
761b26d
25a4130
2786250
8934b7a
3dd4c4a
21d95ee
4fbfcd3
b8edd81
aeb4e57
116b95e
97a5ef6
87ae3ae
5ee93e8
22efcfd
de56f42
2c0b555
3d4356f
a1883c6
9c9988b
3d5af99
48a2eb7
3b789d5
00af67c
8120e41
f76027a
5c07da4
640284e
090bd08
9408698
45a8826
3e4e9a2
80fd42c
9c33561
5a1324d
69db1e0
8a54cc7
45ff81c
64e9b59
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively to the // NOLINT at the end of an already long line, you could instead use // NOLINTNEXTLINE on the previous line instead. (https://engdoc.corp.google.com/eng/doc/devguide/cpp/styleguide.md#cpplint)
Optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The combination fo the comment with line continuation confuses
clang-format
(tried both//
and/**/
comment styles).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect you can drop the fstream/sstream includes now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the assumption made by the previous interface that
roots.pem
must exist as a file was too restrictive.