aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
...
* 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
|\ | | | | Remove go codegen from this repository
* | 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
| | | | | | | Change on 2015/01/09 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83651056
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
| | | | | | | | to it. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83640373
* Undo the addition of Java codegen files to the open-sourced list byGravatar zhangkun2015-01-12
| | | | | | | | [] because it breaks MOE scrubber for GPRC. Change on 2015/01/09 by zhangkun <zhangkun@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83633678
* Remove dependencies on internal headers from Java gRPC compiler plugin.Gravatar zhangkun2015-01-12
| | | | | | | | | | | Instead, use functions from names.h which is going to be exported in the opensource protobuf. Also tailor includes to work with the current MOE configuration. Change on 2015/01/09 by zhangkun <zhangkun@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83619218
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-09
| | | | | | | Change on 2015/01/08 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83527066
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
| | | | | | | Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-08
| | | | | | | Change on 2015/01/08 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83527066
* Updates the ruby generator so that it does not create files for empty protos.Gravatar temiola2015-01-08
| | | | | | | | | | | Previously, this alway generated a service file with a header. However, this does not work well, it means whenver the ruby service plugin is used, every proto file ends up with a service file. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83448951
* bugfix: correct service include in ruby compilerGravatar temiola2015-01-07
| | | | | | | Change on 2015/01/06 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83393999
* bugfix: ruby code-gen capitalizationGravatar temiola2015-01-06
| | | | | | | Change on 2015/01/06 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83391912
* Add package name to the method string.Gravatar yangg2015-01-06
| | | | | | | | | | | | | | | | | | Changes: C++ code generator Go code generator and generated file java code generator and test golden file java server side Handler registry code java shm channel (strips the package name from the method name) ESF registering code Tested: [] test net/grpc/testing/interop:all global presubmit: [] Change on 2015/01/06 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83353207
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
| | | | | | | | it in subsequent cl's. Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82372934
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
| | | | | | | Change on 2014/12/16 by rsilvera <rsilvera@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82275653
* Fix bug with generating grpc c++ code for proto filesGravatar samuelw2014-12-15
| | | | | | | | | | containing multiple services. Hit this experimenting with using grpc to talk to pubsub. Change on 2014/12/15 by samuelw <samuelw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82175646
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
| | | | | | | | | | -) Compiling the proto plugin using the HOSTCC compiler. -) Set up proper rules to invoke the plugin from protoc. -) Few various renaming hacks to fully get out of []. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82000361
* Fixing C++ and ruby code generators for the opensource build.Gravatar nnoble2014-12-12
| | | | | | | Change on 2014/12/11 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81921764
* Fixes package prefixesGravatar temiola2014-12-12
| | | | | | | | | | | | | | | | | Fixes how module names for messages with package prefixes are rendered. - detected while prototyping with beefcake - fixed on the internal beefcake fork here [] This change replicates that fix for the official code generator. TODO: add a test; what's normal done to test features like this the proto codebase? Add another test.proto/golden file? Change on 2014/12/11 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81916292
* Change cpp and go codegen to use new method properties instead of method optionsGravatar rocking2014-12-11
| | | | | | | Change on 2014/12/11 by rocking <rocking@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81906922
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11
Change on 2014/12/10 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81829127