aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/ruby
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-1/+5
* When running unit tests, read reference files in text modeStephen Oberholtzer2018-07-191-2/+2
* Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-171-3/+16
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-3/+1
* Add and fix C++ runtime docsJisi Liu2016-08-021-0/+6
* 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-253-7/+7
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-17/+3
* 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-162-16/+24
* Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUFAustin Schuh2015-06-101-0/+4
* When doing make distcheck, a src/google/protobuf/compiler/ruby is created toBo Yang2015-05-261-3/+3
* Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in src...Bo Yang2015-05-253-7/+148
* Merge branch 'master' of github.com:google/protobufJosh Haberman2015-02-173-10/+209
|\
| * Properly support maps in Ruby protoc and another bugfix.Chris Fallin2015-02-121-16/+59
| * Add missing LIBPROTOC_EXPORT to ruby generatorNobuaki Sukegawa2015-02-081-1/+2
| * 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
| * | Fix golden-file Ruby test to work with out-of-tree builds.Chris Fallin2015-01-141-33/+36
| * | Two tests for Ruby code generator:Chris Fallin2015-01-141-0/+116
| * | 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-092-0/+370