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 |
Craig Tiller
|
9c98d67d7a
|
[c++14] absl::make_unique --> std::make_unique (#31159)
* [c++14] absl::make_unique --> std::make_unique
* fix
* fix
|
2 years ago |
Esun Kim
|
6ae8463500
|
Fix by modernize-make-unique
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
5 years ago |
ncteisen
|
bacd625d37
|
Add end2end test for codegen_generic
|
7 years ago |
Vijay Pai
|
0f95fa4909
|
Add idiomatic C++ API for grpc::Slice construction that doesn't
require using grpc_slice
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
8 years ago |
yang-g
|
4335e11951
|
Prevent some compilers compaining unused return value
|
8 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
Vijay Pai
|
82dd80abc6
|
Elminate range-based fors and work around some other limitations in older compilers
|
10 years ago |
Craig Tiller
|
a182bf12b0
|
clang-format
|
10 years ago |
Craig Tiller
|
f282514389
|
Print resource utilization
|
10 years ago |
Craig Tiller
|
10923c2fb5
|
Formatting
|
10 years ago |
Craig Tiller
|
6af9ed0bf7
|
Rework QPS client/server
Now setup as a driver and N anonymous workers that may become clients or servers.
Will convert async soon.
|
10 years ago |
Craig Tiller
|
2d0f36c84b
|
Driver to client/server kind of works
|
10 years ago |
Craig Tiller
|
4ef7a29f31
|
Create server/client lists
|
10 years ago |
Craig Tiller
|
e48601934d
|
Getting the driver pieces in place
Driver logic not implemented yet
|
10 years ago |
Craig Tiller
|
190d360def
|
Add missing new-lines at end of file
|
10 years ago |
Craig Tiller
|
0605995e55
|
Update copyright to 2015
|
10 years ago |
Craig Tiller
|
b5dcec5a2e
|
clang-format codebase
|
10 years ago |
Nicolas Noble
|
b7ebd3b8c6
|
Initial import.
|
10 years ago |