1. 08 Dec, 2017 1 commit
  2. 13 Sep, 2017 2 commits
  3. 30 Aug, 2017 2 commits
  4. 14 Mar, 2017 1 commit
  5. 21 Jul, 2016 1 commit
  6. 20 Aug, 2015 1 commit
  7. 10 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Conform to C89/C90 variable declaration rules. · a1daeaba
      Josh Haberman authored
      While we are C99 in general, the Ruby build system
      for building C extensions enables several flags that
      throw warnings for C89/C90 variable ordering rules.
      To avoid spewing a million warnings (or trying to
      specifically override these warnings with command-line
      flags, which would be tricky and possibly fragile)
      we conform to Ruby's world of C89/C90.
      
      Change-Id: I0e03e62d95068dfdfde112df0fb16a248a2f32a0
      a1daeaba
  8. 09 Jun, 2015 1 commit
  9. 14 Feb, 2015 1 commit
  10. 13 Jan, 2015 1 commit
  11. 09 Jan, 2015 1 commit
  12. 07 Jan, 2015 1 commit
  13. 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