aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/ruby/ruby_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds support for proto2 syntax for Ruby gem.Harshit Chopra2018-09-271-25/+114
* Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-171-3/+16
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-3/+1
* Ruby: translate package names from snake_case -> PascalCase.Josh Haberman2016-07-251-6/+44
* Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.Josh Haberman2016-07-251-5/+5
* Generate well-known types in Ruby extension and prune unneeded proto2 depende...Josh Haberman2016-03-031-11/+73
* Added Ruby to conformance tests.Josh Haberman2015-07-161-13/+21
* Merge branch 'master' of github.com:google/protobufJosh Haberman2015-02-171-9/+88
|\
| * Properly support maps in Ruby protoc and another bugfix.Chris Fallin2015-02-121-16/+59
| * Merge pull request #186 from ennerf/win32-msvc-fixFeng Xiao2015-02-021-2/+2
| |\
| | * removed accidental whitespaceFlorian Enner2015-02-021-1/+1
| | * replaced type fix with the recommended wayFlorian Enner2015-01-311-8/+2
| | * fixed MSVC compile errorFlorian Enner2015-01-311-0/+6
| * | Support oneofs in the Ruby code generator.Chris Fallin2015-01-141-18/+46
| |/
| * Support Ruby code generation only for proto3.Chris Fallin2014-12-121-0/+8
| * Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-1/+1
* | Integrate changes from Google open-source branch.Josh Haberman2015-02-171-3/+4
|/
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+313