aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_generator.cc
Commit message (Expand)AuthorAge
* 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
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
* Fix bug with generating grpc c++ code for proto filesGravatar samuelw2014-12-15
* Fixes package prefixesGravatar temiola2014-12-12
* Change cpp and go codegen to use new method properties instead of method optionsGravatar rocking2014-12-11
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11