Yijie Ma
f99b8b5bc4
Convert c-style comments to C++-style comments ( #31923 )
...
* baseline
* fix clang-tidy
* manually revert these files
* manually fixup at eof
* revert 2 more files
* change check_deprecated_grpc++.py
* change end2end_defs.include template
* fix check_include_guards.py
* untrack tools/distrib/python/convert_cstyle_comments_to_cpp.py
not yet ready to be submitted
* fix
yapf check_include_guards.py
remove a space...
* fix version.cc.template
* fix version_info.h.template
2 years ago
Esun Kim
8696d49e23
Added version macros ( #31033 )
2 years ago
Craig Tiller
ea389c00c2
Adjust include order per style guide ( #27175 )
...
Introduce clang-format configuration to sort includes closer to our rules.
3 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Patrice Chalin
a5c9b22cc9
Fix the grpcpp.h formatting.
5 years ago
Patrice Chalin
5be0b22dc0
Update links to grpc.io guides in header files
5 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Eric Gribkoff
df8b5eacf0
Update comment formatting
8 years ago
Mehrdad Afshari
ab1277c433
Add documentation comment for Version()
8 years ago
Alexander Polcyn
0f02908e67
address comments
8 years ago
Craig Tiller
e519a03a1f
Small improvements to generated documentation
8 years ago
Craig Tiller
1cb088441a
s/std::string/grpc::string/g
8 years ago
Craig Tiller
ed9132427a
Get user agent right
8 years ago
Egor Suvorov
93901a7a86
Add clarifying comment about IWYU in grpc++.h
8 years ago
Egor Suvorov
650ae16bf7
Add IWYU export pragmas to grpc++/grpc++.h.
...
IWYU is a C++ tool which ensures that end users explicitly #include
every header they need. Without pragmas IWYU have no way of distinguishing
between 'implementation-specific' headers and headers which are shortcuts
for groups of other headers, like grpc++.h.
8 years ago
Adam Michalik
b97e2d145e
Add C++ support for using external FD
9 years ago
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
9 years ago
Craig Tiller
00ad71c135
Revert "C++ docs"
9 years ago
David Garcia Quintas
a570d6334d
Fixes to comments and to examples
9 years ago
yang-g
e69909a7e7
fix build
9 years ago
David Garcia Quintas
fb72e1e487
Documentation for all the rest of the greeter examples.
9 years ago
yang-g
92806a51ba
remove ChannelArguments ref and update doc
9 years ago
yang-g
75d04da2e4
sync up with CreateChannel API change
9 years ago
Stanley Cheung
20fa6693f3
move examples to correct locations
9 years ago
Stanley Cheung
6905915db1
prepare for move
9 years ago
yang-g
d36da04a55
fix helloworld
9 years ago
Yang Gao
fd7627691f
Move to new Status API
10 years ago
Yang Gao
27bd696d70
update helloworld
10 years ago
Nicolas "Pixel" Noble
9efc083006
Updating examples to reflect the new state of things.
10 years ago
Yang Gao
d6319001f3
Update helloworld
10 years ago
Yang Gao
7c968086a9
CreateChannel API change syncup and regenerate files
10 years ago
Yang Gao
600d70cd8d
change proto README cpp node ruby
10 years ago
Yang Gao
d95693724c
Add helloworld example in c++
10 years ago
murgatroid99
e89af55a86
Added node hello world example
10 years ago