1. 13 Apr, 2015 1 commit
  2. 10 Mar, 2015 1 commit
  3. 14 Feb, 2015 1 commit
  4. 03 Feb, 2015 1 commit
  5. 02 Feb, 2015 1 commit
  6. 15 Jan, 2015 2 commits
  7. 14 Jan, 2015 1 commit
  8. 13 Jan, 2015 1 commit
  9. 06 Jan, 2015 1 commit
    • Chris Fallin's avatar
      Support for maps in the MRI C Ruby extension. · fd1a3ff1
      Chris Fallin authored
      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.
      fd1a3ff1
  10. 12 Dec, 2014 1 commit
  11. 10 Dec, 2014 1 commit
    • Chris Fallin's avatar
      Provide a Ruby extension. · 973f4257
      Chris Fallin authored
      This adds a Ruby extension in ruby/ that is based on the 'upb' library
      (now included as a submodule), and adds support for Ruby code generation
      to the protoc compiler.
      973f4257