aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/ruby_generator.cc
Commit message (Collapse)AuthorAge
* Use grpc:: counterparts in ruby code generatorGravatar Yang Gao2015-03-23
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* 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
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* 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
* 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
* 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