1. 03 Feb, 2015 3 commits
  2. 02 Feb, 2015 4 commits
  3. 01 Feb, 2015 2 commits
  4. 31 Jan, 2015 1 commit
  5. 29 Jan, 2015 1 commit
  6. 27 Jan, 2015 3 commits
  7. 26 Jan, 2015 2 commits
  8. 15 Jan, 2015 3 commits
  9. 14 Jan, 2015 3 commits
  10. 13 Jan, 2015 4 commits
  11. 12 Jan, 2015 2 commits
  12. 10 Jan, 2015 1 commit
  13. 09 Jan, 2015 1 commit
  14. 07 Jan, 2015 1 commit
  15. 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
  16. 22 Dec, 2014 1 commit
  17. 21 Dec, 2014 2 commits
  18. 17 Dec, 2014 1 commit
    • Matt Iversen's avatar
      Update python version / setuptools instructions · 4186d4c9
      Matt Iversen authored
      Reflect the change that protobuf should now only be supporting 2.6+ (I'd guess note python 3.x+ when its supported in implementation)
      
      Refer to the Python Packaging User Guide for installing setuptools (and pip) instead of out of date telecommunity guide.
      4186d4c9
  19. 16 Dec, 2014 1 commit
    • Kal Conley's avatar
      Improved little endian byte order detection · c3e92802
      Kal Conley authored
      Including <sys/param.h> on Mac/iOS doesn't define __BYTE_ORDER so
      PROTOBUF_LITTLE_ENDIAN was never being defined. This commit adds a check
      for the __LITTLE_ENDIAN__ macro which is defined by clang and Apple gcc on
      little endian architectures.
      c3e92802
  20. 14 Dec, 2014 1 commit
  21. 13 Dec, 2014 2 commits