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 |
Cheng-Yu Chung
|
9a7e77318b
|
[cleanups] Remove `include/grpc/impl/codegen/grpc_types.h` (#31835)
* Remove `include/grpc/impl/codegen/grpc_types.h`
* Automated change: Fix sanity tests
* Fix typo
* Automated change: Fix sanity tests
|
2 years ago |
Cheng-Yu Chung
|
bc312c7a43
|
Remove `include/grpcpp/impl/codegen/call.h` (#31004)
* Remove `include/grpcpp/impl/codegen/call.h`
* Update comment
|
2 years ago |
Craig Tiller
|
28316341bf
|
Annotate impl/codegen with IWYU pragmas (#27252)
* Add a tool to annotate impl/codegen with IWYU pragmas
* xx
* oops
* fmt
* x
* fix wrong direction bug
* use defaultdict
* better annotations
* better annotations
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
b523c732d1
|
async_stream.h done. Compiles
|
9 years ago |
David Garcia Quintas
|
2425bbbc55
|
Further work. Compiles. WIP
|
9 years ago |
David Garcia Quintas
|
a43aadd7e1
|
fixed copyrights
|
9 years ago |
David Garcia Quintas
|
08a0a3306e
|
Made "codedgen" directories closed over #includes
|
9 years ago |
Craig Tiller
|
7536af02cf
|
Eliminate gpr_ int types - and insist on C99 variants instead
|
9 years ago |
Craig Tiller
|
ddf3a511aa
|
Add clang-format to sanity
|
9 years ago |
Craig Tiller
|
04456843cd
|
Windows fixes
|
9 years ago |
yang-g
|
e21908fcee
|
impl
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
9 years ago |
Nicolas "Pixel" Noble
|
4960516c63
|
Properly initializing reserved pointer in tests.
|
9 years ago |
Vijay Pai
|
94fd462df8
|
override and final
|
10 years ago |
Vijay Pai
|
181ef45f5e
|
Addressing outstanding typos and comments
Clang-format of changed files
|
10 years ago |
vjpai
|
7d980e44b2
|
Remove lambda function with lambda capture to allow building with pre-lambda
compilers
|
10 years ago |
David Garcia Quintas
|
664cda0ef5
|
Removed spurious check
|
10 years ago |
David Garcia Quintas
|
6a3cf974f7
|
Added WriteOptions for per-message flags and modified CallOps to use it.
|
10 years ago |
Nicolas "Pixel" Noble
|
d8c04b3603
|
std::function is no longer implicitly included. Fixing this.
|
10 years ago |
Craig Tiller
|
026e600b5b
|
Update to set flags=0 on all ops
|
10 years ago |
Craig Tiller
|
90ed038999
|
.clang-format
|
10 years ago |
Craig Tiller
|
fcff618e6f
|
Clarify some of the call stuff
|
10 years ago |
Craig Tiller
|
bd277cb3cb
|
Clarify serialization traits interface
|
10 years ago |
Craig Tiller
|
2f4a49c8d3
|
Fix memory leak
|
10 years ago |
Craig Tiller
|
8f789fd4b9
|
Reset on finalization so op objects can be reused
|
10 years ago |
Craig Tiller
|
e8200ba046
|
Fix GCC compilation
|
10 years ago |
Craig Tiller
|
e6ee9b403c
|
Hide some unnecessary information
|
10 years ago |
Craig Tiller
|
4beef42264
|
Clarify ownership
|
10 years ago |
Craig Tiller
|
b73856916a
|
Remove old code, simplify a little
|
10 years ago |
Craig Tiller
|
44290f1b6f
|
Add necessary include
|
10 years ago |
Craig Tiller
|
ce40de58da
|
clang-format
|
10 years ago |
Craig Tiller
|
789471cfc6
|
Client side compiles/links
|
10 years ago |
Craig Tiller
|
50a7a68ca2
|
Progress commit on fixing up C++
|
10 years ago |
Craig Tiller
|
81fafa8971
|
Beginning the cleanup
|
10 years ago |
Craig Tiller
|
3676b38183
|
Lose redundant tag on unary calls
|
10 years ago |
Yang Gao
|
3921c56bee
|
Expose max message size at the server side
|
10 years ago |
Yang Gao
|
e9866e977e
|
resolve comment
|
10 years ago |
Yang Gao
|
b53af532af
|
Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer
|
10 years ago |
Yang Gao
|
6baa9b67ad
|
clang-format c++ code
|
10 years ago |
Yang Gao
|
5f4539f4e8
|
Service side should be done, it builds and existing tests pass
|
10 years ago |
Yang Gao
|
7694c35d5f
|
Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed
|
10 years ago |
Nicolas "Pixel" Noble
|
1ff52d5278
|
Guard headers tool.
|
10 years ago |
Craig Tiller
|
c5ba0e56a0
|
Make it possible to compile with gcc4.6
|
10 years ago |
Craig Tiller
|
cf133f41f8
|
Make it possible to compile with gcc4.6
|
10 years ago |