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
*
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
|
*
pre sync_stream.cc creation. Does not compile
David Garcia Quintas
2016-01-25
|
*
Merge branch 'proto_interfaces' into yang-g-sync_async_mix
David Garcia Quintas
2016-01-19
|
|
\
|
|
*
Introduced ServerInterface
David Garcia Quintas
2016-01-15
|
*
|
fix copyright
yang-g
2016-01-15
|
*
|
Add generic support
yang-g
2016-01-15
|
|
*
WIP. Added ChannelInterface
David Garcia Quintas
2016-01-13
|
*
|
Support sync/async methods in the same service
yang-g
2016-01-13
*
|
|
Letting the user override the code generation a bit.
Nicolas "Pixel" Noble
2016-01-12
|
|
/
|
/
|
|
*
Exploratory refactoring for mixed sync/async methods on the same C++ service
Craig Tiller
2016-01-07
|
/
*
Some changes required to make C++ code generator plugin work fine for
Vijay Pai
2015-10-12
*
split stream.h into sync_stream.h and async_stream.h
yang-g
2015-08-21
*
headers reorg
yang-g
2015-08-21
*
remove internal_stub
yang-g
2015-08-20
*
make registermethod private
yang-g
2015-08-20
*
Remove ChannelInterface and replace it with Channel
yang-g
2015-08-19
*
Add StubOptions
yang-g
2015-08-03
*
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
Craig Tiller
2015-06-16
|
\
|
*
Update the Status API
Yang Gao
2015-06-16
|
*
Flagging unused parameters as unused.
Nicolas "Pixel" Noble
2015-06-10
*
|
clang-format
Craig Tiller
2015-06-05
*
|
Progress commit on fixing up C++
Craig Tiller
2015-06-04
|
/
*
make sure printers are properly flushed
Jan Tattermusch
2015-05-27
*
Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-t...
Yang Gao
2015-05-12
|
\
*
\
Merge pull request #1494 from ctiller/the-churnening
Yang Gao
2015-05-11
|
\
\
[next]