aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Expand)AuthorAge
* 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
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-08
* Updates the ruby generator so that it does not create files for empty protos.Gravatar temiola2015-01-08
* bugfix: correct service include in ruby compilerGravatar temiola2015-01-07
* bugfix: ruby code-gen capitalizationGravatar temiola2015-01-06
* 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
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
* Fix bug with generating grpc c++ code for proto filesGravatar samuelw2014-12-15
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
* Fixing C++ and ruby code generators for the opensource build.Gravatar nnoble2014-12-12
* 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