index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
compiler
/
cpp_generator.cc
Commit message (
Expand
)
Author
Age
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Emit additional headers in generated .h file instead of .cc
Per Grön
2017-05-11
*
Don't hard code protobuf specific file extensions in cpp_generator.cc
Per Grön
2017-05-11
*
Proper clang formatting.
James Eady
2017-05-04
*
Add static method to generated code to return fully qualified protobuf servic...
James Eady
2017-05-02
*
Merge pull request #10644 from MakMukhi/master
MakMukhi
2017-04-24
|
\
|
*
Post-review update
Mahak Mukhi
2017-04-18
|
*
formatting
Mahak Mukhi
2017-04-13
|
*
update according to new changes in cpp code
Mahak Mukhi
2017-04-13
|
*
Initial commit: Auto-generate GMOCK code for client stub.
Mahak Mukhi
2017-04-12
*
|
Convert all async client stream types to not allocate
Craig Tiller
2017-04-05
*
|
Merge github.com:grpc/grpc into cpparena
Craig Tiller
2017-04-04
|
\
|
|
*
remove lang specific streaming methods
Harsh Vardhan
2017-03-28
|
*
Update sources & headers
Harsh Vardhan
2017-03-28
|
*
Refactor python code generator to support other serializers
Harsh Vardhan
2017-03-28
*
|
[EXPERIMENTAL] allocate unary response writer against call arena
Craig Tiller
2017-03-16
|
/
*
Merge pull request #8407 from jronak/fixtag
Yang Gao
2017-03-04
|
\
*
|
Stop generating method name array when there is no method.
yang-g
2017-01-19
*
|
clang-format
Vijay Pai
2016-11-01
*
|
Use C++11 final and override
Vijay Pai
2016-11-01
|
*
replaced protobuf tag
Ronak Jain
2016-10-18
*
|
clang-format
Vijay Pai
2016-10-13
*
|
Making split streaming testable
Vijay Pai
2016-10-13
*
|
Add all plumbing and typedef's for controlled server-side streaming
Vijay Pai
2016-10-03
|
/
*
Put a space after '<' to avoid chance of digraph
Vijay Pai
2016-08-30
*
Merge branch 'master' into fc_unary
Vijay Pai
2016-08-30
|
\
*
|
clang-format
Vijay Pai
2016-08-29
*
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated meth...
Vijay Pai
2016-08-29
*
|
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
Vijay Pai
2016-08-25
*
|
clang-format
Vijay Pai
2016-08-04
*
|
Be able to specify FCUnaryService just like AsyncService so that all
Vijay Pai
2016-08-04
*
|
Make FCUnary and ServerReaderWriter derived classes of a new
Vijay Pai
2016-08-04
*
|
Merge branch 'master' into fc_unary
Vijay Pai
2016-07-21
|
\
|
|
*
Clang-format all the things
Masood Malekghassemi
2016-07-12
*
|
Make the FCUnary class actually work and test it
vjpai
2016-06-23
*
|
Switch name to fc_unary
vjpai
2016-06-23
*
|
Fix up service types and method handlers so that FC unary can work properly.
vjpai
2016-06-23
*
|
Actually generate code for FC Unary and make it work
vjpai
2016-06-22
*
|
Initial definition of flow-controlled unary type along with code generation f...
vjpai
2016-06-22
|
/
*
override->GRPC_OVERRIDE
Vijay Pai
2016-06-09
*
merge and resolve conflict
yang-g
2016-04-26
|
\
|
*
Some additional fixes to make the C++ codegen not depend on protobuf.
Wouter van Oortmerssen
2016-04-25
*
|
Use the comments before syntax line as file comments.
yang-g
2016-04-15
*
|
Add comments to the generated header file
yang-g
2016-04-14
|
/
*
Refactored C++ code generator to not directly depend on protobuf.
Wouter van Oortmerssen
2016-04-13
*
Update copyrights
Craig Tiller
2016-03-31
*
Factorizing code out.
Nicolas "Pixel" Noble
2016-03-17
*
Merge branch 'master' of https://github.com/grpc/grpc into codegen-paths
Nicolas "Pixel" Noble
2016-03-17
|
\
|
*
Add a dummy reference to prevent unused variable warning if there is no rpc m...
yang-g
2016-02-10
|
*
DONE!!1one
David Garcia Quintas
2016-01-27
[next]