aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/map.c
Commit message (Collapse)AuthorAgeFilesLines
* Addressed code-review comments.Chris Fallin2015-01-121-22/+8
|
* Addressed code-review comments.Chris Fallin2015-01-091-93/+18
|
* Addressed code-review comments.Chris Fallin2015-01-061-0/+11
|
* Support for maps in the MRI C Ruby extension.Chris Fallin2015-01-061-0/+883
This adds the Map container and support for parsing and serializing maps in the protobuf wire format (as defined by the C++ implementation, with MapEntry submessages in a repeated field). JSON map serialization/parsing are not yet supported as these will require some changes to upb as well.