aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Expand)AuthorAge
* grpc: cpp_generator: fix pedantic warning on extra ';'Gravatar Todd Poynor2015-02-26
* Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++Gravatar Craig Tiller2015-02-26
|\
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| * Fix bugs in Python code generatorGravatar Masood Malekghassemi2015-02-26
|/
* Removing emplace from python plugin.Gravatar Nicolas "Pixel" Noble2015-02-25
* Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
* Move to unique_ptr for all GRPC returned objectsGravatar Craig Tiller2015-02-23
* added include <iostream>. Closes #674Gravatar Jan Tattermusch2015-02-20
* Merge pull request #669 from yang-g/commentsGravatar Michael Lumish2015-02-20
|\
| * clean up some internal path and namesGravatar Yang Gao2015-02-20
* | signed-unsigned comparison issueGravatar vjpai2015-02-20
|/
* Removed unused/wrong generated Python code imports from Python codegen.Gravatar Masood Malekghassemi2015-02-19
* Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19
* 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
* run clang-formatGravatar Yang Gao2015-01-26
* 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
* Merge pull request #13 from ctiller/nogoGravatar Qi Zhao2015-01-14
|\
* | 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
| * Merge github.com:google/grpc into nogoGravatar Craig Tiller2015-01-13
| |\ | |/ |/|
* | Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
|\ \
* | | clang-format codebaseGravatar Craig Tiller2015-01-13
| | * Remove go compilerGravatar Craig Tiller2015-01-13
| |/ |/|
| * Make the go code generator compileGravatar Craig Tiller2015-01-12
|/
* Preparing the go plugin for non-[] compilation.Gravatar nnoble2015-01-12
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Undo the addition of Java codegen files to the open-sourced list byGravatar zhangkun2015-01-12
* Remove dependencies on internal headers from Java gRPC compiler plugin.Gravatar zhangkun2015-01-12