Commit Graph

109 Commits

Author SHA1 Message Date
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
Muxi Yan
0e00c43082 Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
Jan Tattermusch
97209aee1a fix warning & typo 2018-01-26 09:57:41 +01:00
Muxi Yan
032e9b32dc Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-13 14:04:45 -08:00
ncteisen
6193c63dab Reviewer feedback 2017-12-08 10:49:31 -08:00
Muxi Yan
6043006af1 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-06 22:29:12 -08:00
Muxi Yan
4a117f0be7 Merge e759d2a^ 2017-12-06 18:47:16 -08:00
ncteisen
64e0b10a97 Variable name consistency 2017-12-04 13:26:26 -08:00
ncteisen
b9cff78f9e Reviewer feedback 2017-12-04 13:17:01 -08:00
Noah Eisen
0d7f5e77c0 No null string ctor 2017-12-04 12:45:15 -08:00
ncteisen
74c106eff3 Add error string to C++ 2017-12-04 12:45:15 -08:00
Vijay Pai
3aeff224ed Remove some dead code from a previous iteration of internal::Call 2017-11-28 23:12:51 -08:00
ncteisen
14c60f1d12 Fix segfault 2017-11-15 20:26:50 -08:00
ncteisen
0354c22d40 Save C++ for follow up PR 2017-11-15 18:22:11 -08:00
ncteisen
40737d67ee Add error string to recv status API 2017-11-13 08:02:35 -08:00
Vijay Pai
06e174a088 Separate public and internal C++ interfaces 2017-10-26 14:28:26 -07:00
thinkerou
d582cdf0ae fix typo 2017-10-17 09:37:44 +08:00
Vijay Pai
953afecaaf Add an explicit void 2nd parameter to invocation of SerializationTraits 2017-10-13 14:11:45 -07:00
Muxi Yan
8fa4d15513 Fix C++ builds 2017-09-26 09:53:55 -07:00
Vijay Pai
a44cffa11f Base the new SerializationTraits API on implicit type conversion rather than SFINAE 2017-09-21 13:12:52 -07:00
Vijay Pai
efce6e1e50 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" 2017-09-21 13:12:52 -07:00
Jan Tattermusch
5432dd8874 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" 2017-09-14 17:55:42 +02:00
Vijay Pai
4a4bd1cd2d Merge pull request #12214 from vjpai/cereal_eye_sir
Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
2017-09-13 13:43:39 -07:00
Vijay Pai
4433973242 Address review comments 2017-09-11 14:26:34 -07:00
Vijay Pai
1c32292c7b Address reviewer comments 2017-09-11 09:49:58 -07:00
Vijay Pai
677395558d Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer 2017-09-07 15:18:07 -07:00
Craig Tiller
9bebf8b22a C++ API for write-through 2017-09-01 10:20:13 -07:00
Ken Payson
4754398f81 Clang_format 2017-08-30 08:31:38 -07:00
Ken Payson
567e0f1eb6 Have write ops take ownership over slices 2017-08-29 09:21:22 -07:00
Muxi Yan
7c62a35c6f Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-21 15:19:50 -07:00
Muxi Yan
229125abb1 Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-11 16:15:53 -07:00
Vijay Pai
b18ab3f7c8 Delete deprecated constructor and CallOpSetCollectionInterface 2017-08-11 11:56:34 -07:00
Jan Tattermusch
e68c0d1722 Revert "Reintroduce a lambda capture as part of C++11-izing code" 2017-08-03 12:42:24 +02:00
Muxi Yan
c80526d122 Modify C++ and Objective C to initialize maybe_stream_compression_level 2017-07-27 11:16:49 -07:00
Vijay Pai
6abd20020b Revert "Separate internal-only and public parts of C++ API" 2017-07-25 00:43:30 -07:00
Yang Gao
6eaaa923fa Merge pull request #11731 from yang-g/cpp_is_hard
Avoid use after free if the sneaky op is owned by the collection
2017-07-11 10:39:11 -07:00
Vijay Pai
c0baec60a1 Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
2017-07-10 14:33:53 -07:00
yang-g
d03594fb73 second try 2017-07-10 14:23:00 -07:00
yang-g
0d9caecde2 Unref the call first in case the collection is still used in call 2017-07-10 11:24:53 -07:00
Vijay Pai
10c040d455 Move collection reset before unref (since unref could destroy obj) 2017-06-22 13:41:41 -07:00
Vijay Pai
fc539eb193 Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. 2017-06-22 09:40:09 -07:00
Jan Tattermusch
7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Alexander Polcyn
d809a15ec4 cpp doc nits 2017-05-05 11:02:07 -07:00
Vijay Pai
611e7e78de Reintroduce a lambda capture as part of C++11-izing code 2017-05-01 15:09:30 -07:00
Craig Tiller
f5a1b75065 Merge pull request #10761 from ctiller/ubsan
Fix ubsan reported failure
2017-04-20 15:03:36 -07:00
Craig Tiller
56bbe02ca1 Fix ubsan reported failure 2017-04-20 08:37:36 -07:00
Craig Tiller
06a30eef36 Merge github.com:grpc/grpc into cpparena 2017-04-19 14:40:20 -07:00
yang-g
6bc701659c Remove status_helper as it is not needed any more 2017-04-18 10:36:36 -07:00
Craig Tiller
c20fa90c60 Merge github.com:grpc/grpc into cpparena 2017-04-12 06:44:00 -07:00
yang-g
f4c8addded support C++ error_details 2017-04-07 15:52:16 -07:00