index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
compiler
/
ruby_generator.cc
Commit message (
Expand
)
Author
Age
*
fix remaining license notices
Jan Tattermusch
2017-06-08
*
Fix incorrect ruby_generator.cc merge
murgatroid99
2016-10-28
*
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
murgatroid99
2016-10-28
|
\
|
*
fix type comparison in ruby plugin
Alexander Polcyn
2016-10-27
|
*
convert uint to int in generator
Alexander Polcyn
2016-10-26
|
*
remove unused function and switch std::string to grpc::string
Alexander Polcyn
2016-10-03
|
*
change ruby proto plugin to copy package name conversion from protoc
Alexander Polcyn
2016-10-03
|
*
convert snake case protos package names to camel case in ruby modules
Alexander Polcyn
2016-10-03
*
|
Clang-format all the things
Masood Malekghassemi
2016-07-12
|
/
*
Added comments to ruby code generation
murgatroid99
2016-05-20
*
Finished ruby generator change
murgatroid99
2016-05-02
*
Made ruby plugin support empty package names
murgatroid99
2016-05-02
*
ruby: Use fully-qualified type name when necessary
Jun Mukai
2016-04-06
*
make sure printers are properly flushed
Jan Tattermusch
2015-05-27
*
Use grpc:: counterparts in ruby code generator
Yang Gao
2015-03-23
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
run clang-format
Yang Gao
2015-01-26
*
Use clang-format-3.5
Craig Tiller
2015-01-18
*
Fixing includes inconsistency.
Nicolas "Pixel" Noble
2015-01-16
*
Removing "using namespace std" everywhere.
Nicolas Noble
2015-01-15
*
clang-format codebase
Craig Tiller
2015-01-13
*
Updates the generated ruby code to specify the service name.
temiola
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Updates the generated ruby code to specify the service name.
temiola
2015-01-08
*
Updates the ruby generator so that it does not create files for empty protos.
temiola
2015-01-08
*
bugfix: correct service include in ruby compiler
temiola
2015-01-07
*
bugfix: ruby code-gen capitalization
temiola
2015-01-06
*
Fixing C++ and ruby code generators for the opensource build.
nnoble
2014-12-12
*
First pass at making the compilers open-sourcable.
nnoble
2014-12-11