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
|
2022-12-22 23:01:53 -08:00 |
Esun Kim
|
250f9fc026
|
Revived google-readability-casting (#31607)
* Added google-readability-casting
* Fix
* Use brace init for constants
* more
* Fix
* Fix 2
* More fix
* Fixf
|
2022-11-11 16:44:37 -08:00 |
Craig Tiller
|
0f9d024fec
|
[iwyu] c++ (#29721)
* Revert "Revert "[iwyu] grpc++ (#29610)" (#29720)"
This reverts commit 0642bc213d.
* fixup status_code_enum import issue
* fix
* Automated change: Fix sanity tests
* import fixes
* fix import
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
2022-05-19 07:34:48 -07:00 |
Craig Tiller
|
0642bc213d
|
Revert "[iwyu] grpc++ (#29610)" (#29720)
This reverts commit c8159eabdf.
|
2022-05-18 09:58:08 -07:00 |
Craig Tiller
|
c8159eabdf
|
[iwyu] grpc++ (#29610)
* [iwyu] grpc++
* fix
* fix
* Automated change: Fix sanity tests
* fix
* fix
* fix
* [iwyu] Better script
* eliminate race
* fixes
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
2022-05-18 07:16:53 -07:00 |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
David Garcia Quintas
|
1b634717ff
|
copyright
|
2016-03-08 16:27:31 -08:00 |
David Garcia Quintas
|
8c3d9943f6
|
compiles!
|
2016-03-08 00:07:14 -08:00 |
David Garcia Quintas
|
6848c4e145
|
wip. prior to cq refactoring
|
2016-03-07 17:10:57 -08:00 |
Craig Tiller
|
187c4b36d9
|
Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition
Move static value grpc::string_ref::npos definition to cc file
|
2015-11-04 08:04:56 -08:00 |
Craig Tiller
|
71a0f9d3b0
|
Fix clang-format script
|
2015-09-28 17:22:01 -07:00 |
yang-g
|
deb3d2255d
|
Add missed header
|
2015-09-01 12:51:28 -07:00 |
Konstantin Podsvirov
|
dc90c13bec
|
Move static value grpc::string_ref::npos definition to cc file
|
2015-09-01 16:18:57 +03:00 |
yang-g
|
0d9f81f741
|
minor fixes
|
2015-08-26 22:04:30 -07:00 |
Craig Tiller
|
47ec9a40ad
|
Add ostream support for string_ref
|
2015-08-26 09:47:51 -07:00 |
yang-g
|
e21908fcee
|
impl
|
2015-08-25 13:47:51 -07:00 |
yang-g
|
d5539ec6e2
|
remove constexpr since gcc 4.4 or vs2010 does not support it
|
2015-08-25 11:05:29 -07:00 |
Julien Boeuf
|
0382bfae38
|
Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref
|
2015-08-24 23:55:43 -07:00 |
Julien Boeuf
|
8fd915ab8d
|
Adding grpc::string_ref class.
- Strict subset of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
|
2015-08-24 23:41:54 -07:00 |