Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some changes required to make C++ code generator plugin work fine for | Vijay Pai | 2015-10-12 |
| | | | | external code compiled under gcc-4.4 : eliminate use of nullptr, primarily. | ||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
| * | 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 ↵ | Yang Gao | 2015-05-12 |
|\ | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | ||
* \ | Merge pull request #1494 from ctiller/the-churnening | Yang Gao | 2015-05-11 |
|\ \ | | | | | | | Lose redundant tag on unary calls | ||
* | | | Fix clang compilation | Craig Tiller | 2015-05-08 |
| | | | |||
| | * | Fix clang compilation | Craig Tiller | 2015-05-08 |
| | | | |||
| * | | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 |
| |\ \ | |/ / |/| | | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ | |_|/ |/| | | |||
| * | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 |
| | | | |||
| | * | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 |
| |/ | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
* | | Merge remote-tracking branch 'upstream/master' into mock | Yang Gao | 2015-05-05 |
|\| | |||
* | | Add full codegen for clientside stub interface | Yang Gao | 2015-05-05 |
| | | |||
| * | Fixing generated code under Windows. | Nicolas "Pixel" Noble | 2015-05-02 |
| | | | | | | | | | | | | By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use. | ||
* | | generate a StubInterface | Yang Gao | 2015-05-01 |
|/ | |||
* | clang-format | Craig Tiller | 2015-04-16 |
| | |||
* | Populate channel tags for methods | Craig Tiller | 2015-04-16 |
| | |||
* | Precreate RpcMethod instances | Craig Tiller | 2015-04-16 |
| | |||
* | When the proto file does not contain a package, do not generate namespace | Yang Gao | 2015-04-10 |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-03-24 |
| | | | | | | Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally. | ||
* | Adding initial support for alternative protobuf libraries. | Nicolas Noble | 2015-03-13 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-02-26 |
|\ | |||
| * | grpc: cpp_generator: fix pedantic warning on extra ';' | Todd Poynor | 2015-02-26 |
| | | | | | | | | | | | | | | | | Fix pedantic warnings of form: myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic] }; ^ | ||
* | | Rename Async methods from generator to avoid naming conflicts to | vjpai | 2015-02-26 |
| | | | | | | | | bind and other functions | ||
| * | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
|/ | |||
* | Move to unique_ptr for all GRPC returned objects | Craig Tiller | 2015-02-23 |
| | |||
* | Merge with async unary changes | Craig Tiller | 2015-02-18 |
| | |||
* | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
| * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | similar to streaming and symmetric to server side. | ||
* | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | |||
* | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
|/ | |||
* | change stub API for server streaming, pass in const Request& instead of ↵ | Yang Gao | 2015-02-13 |
| | | | | const Request* for the first request | ||
* | change ServerAsyncReader API and add a simple clientstreaming test, it passes | Yang Gao | 2015-02-13 |
| | |||
* | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | |||
* | make codegen generate async client calls | Yang Gao | 2015-02-12 |
| | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Craig Tiller | 2015-02-12 |
|\ | |||
* | | Async API progress | Craig Tiller | 2015-02-12 |
| | | |||
| * | Async client calls should return async interfaces | Yang Gao | 2015-02-12 |
|/ | |||
* | Async API progress | Craig Tiller | 2015-02-12 |
| |