aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_generator.cc
Commit message (Expand)AuthorAge
...
| | * Fix clang compilationGravatar Craig Tiller2015-05-08
| * | Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| |\ \ | |/ / |/| |
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | |_|/ |/| |
| * | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| |/
* | Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
|\|
* | Add full codegen for clientside stub interfaceGravatar Yang Gao2015-05-05
| * Fixing generated code under Windows.Gravatar Nicolas "Pixel" Noble2015-05-02
* | generate a StubInterfaceGravatar Yang Gao2015-05-01
|/
* clang-formatGravatar Craig Tiller2015-04-16
* Populate channel tags for methodsGravatar Craig Tiller2015-04-16
* Precreate RpcMethod instancesGravatar Craig Tiller2015-04-16
* When the proto file does not contain a package, do not generate namespaceGravatar Yang Gao2015-04-10
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
* Adding the ability to specify a service namespace on protoc's command line.Gravatar Nicolas "Pixel" Noble2015-03-24
* Adding initial support for alternative protobuf libraries.Gravatar Nicolas Noble2015-03-13
* Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-02-26
|\
| * grpc: cpp_generator: fix pedantic warning on extra ';'Gravatar Todd Poynor2015-02-26
* | Rename Async methods from generator to avoid naming conflicts toGravatar vjpai2015-02-26
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|/
* Move to unique_ptr for all GRPC returned objectsGravatar Craig Tiller2015-02-23
* Merge with async unary changesGravatar Craig Tiller2015-02-18
* Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\
| * Async client api change. Add a ClientAsyncResponseReader. Make the api simila...Gravatar Yang Gao2015-02-18
* | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* change stub API for server streaming, pass in const Request& instead of const...Gravatar Yang Gao2015-02-13
* change ServerAsyncReader API and add a simple clientstreaming test, it passesGravatar Yang Gao2015-02-13
* Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
* make codegen generate async client callsGravatar Yang Gao2015-02-12
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-12
|\
* | Async API progressGravatar Craig Tiller2015-02-12
| * Async client calls should return async interfacesGravatar Yang Gao2015-02-12
|/
* Async API progressGravatar Craig Tiller2015-02-12
* Prefix Request to async server method namesGravatar Yang Gao2015-02-12
* Fix up declarationsGravatar Craig Tiller2015-02-09
* Stub out unary call wrapperGravatar Craig Tiller2015-02-09
* Remove stream_contextGravatar Craig Tiller2015-02-09
* Further progressGravatar Craig Tiller2015-02-09
* Async API declarationsGravatar Craig Tiller2015-02-09
* Async API declarationsGravatar Craig Tiller2015-02-09
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* Fixing includes inconsistency.Gravatar Nicolas "Pixel" Noble2015-01-16
* Removing "using namespace std" everywhere.Gravatar Nicolas Noble2015-01-15
* Run clang-format-all.shGravatar Yang Gao2015-01-14
* Add a space in front of template argument list. Changing possible <:: to < ::Gravatar Yang Gao2015-01-14
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Add package name to the method string.Gravatar yangg2015-01-06