1. 04 May, 2016 1 commit
  2. 30 Apr, 2016 1 commit
  3. 29 Apr, 2016 1 commit
  4. 27 Apr, 2016 1 commit
  5. 22 Apr, 2016 1 commit
  6. 15 Apr, 2016 3 commits
  7. 14 Apr, 2016 2 commits
  8. 03 Mar, 2016 1 commit
  9. 18 Feb, 2016 2 commits
  10. 10 Feb, 2016 1 commit
  11. 05 Feb, 2016 2 commits
  12. 04 Feb, 2016 2 commits
  13. 03 Feb, 2016 1 commit
  14. 12 Jan, 2016 3 commits
  15. 21 Dec, 2015 2 commits
  16. 23 Nov, 2015 1 commit
  17. 20 Nov, 2015 3 commits
  18. 28 Sep, 2015 1 commit
  19. 27 Aug, 2015 1 commit
  20. 26 Aug, 2015 1 commit
    • Feng Xiao's avatar
      Update version number. · ffe92151
      Feng Xiao authored
      Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
      languages are updated to v3.0.0-alpha-4.
      ffe92151
  21. 20 Aug, 2015 1 commit
  22. 13 Aug, 2015 1 commit
  23. 17 Jul, 2015 2 commits
  24. 16 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added Ruby to conformance tests. · 181c7f26
      Josh Haberman authored
      This involved fixing a few important bugs in the
      Ruby implementation -- mostly cases of mixing
      upb field types and descriptor types (upb field
      types do not distinguish between int/sint/fixed/sfixed
      like descriptor types do).
      
      Also added protobuf-specific exceptions so parse
      errors can be caught specifically.
      
      Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
      181c7f26
  25. 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
  26. 08 Jul, 2015 1 commit
  27. 23 Jun, 2015 1 commit
  28. 09 Jun, 2015 1 commit