1. 12 Jan, 2016 1 commit
  2. 28 Dec, 2015 1 commit
  3. 21 Dec, 2015 6 commits
  4. 16 Dec, 2015 1 commit
  5. 25 Nov, 2015 1 commit
    • Tim Swast's avatar
      Add a Go language example. · 7e31c4d9
      Tim Swast authored
      This follows the other examples so that it can be used as a tutorial,
      such as the ones at:
        https://developers.google.com/protocol-buffers/docs/tutorials
      
      Even though Go generally does not use Makefiles, I added targets for the
      Go examples to be consistent with the other languages.
      
      Edit:
      
      Fix Travis run. Change to use $HOME instead of ~. Add protoc to path.
      GOPATH entry cannot start with shell metacharacter '~': "~/gocode"
      
      Edit(2):
      
      Fix Go code style to address comments.
      7e31c4d9
  6. 18 Nov, 2015 1 commit
  7. 09 Nov, 2015 2 commits
    • Thomas Van Lenten's avatar
      Switch ObjC Travis testing to using xctool · 76b61384
      Thomas Van Lenten authored
      xctool is preinstalled on the Travis OS X images and it seems to do better with
      iOS simulator flake, so use it instead of xcodebuild.
      
      xctool also is less chatty compared to xcodebuild, so it makes the logs a little
      easier to read.
      76b61384
    • Thomas Van Lenten's avatar
      Add ObjC build to travis setup · 9642b821
      Thomas Van Lenten authored
      - Add objc for iOS and OS X builds to travis configs.
      - Update handing of python install to deal with newer OS X versions.
      9642b821
  8. 19 Oct, 2015 1 commit
    • Jie Luo's avatar
      fix json_format for python2.6: · 2850a982
      Jie Luo authored
      1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6
      2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
      2850a982
  9. 06 Oct, 2015 1 commit
  10. 05 Oct, 2015 1 commit
  11. 31 Aug, 2015 1 commit
    • Dan O'Reilly's avatar
      Fix Python 3.4 cpp implementation · d9598ca5
      Dan O'Reilly authored
      Fixes the ScalarMapContainer/MessageMapContainer implementations on
      Python 3.4, by dynamically allocating their PyTypeObjects using
      PyType_FromSpecWithBases, instead of statically allocating them. This is
      necessary because Python 3.4+ disallows statically allocating a class
      with a dynamically allocated parent.
      Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
      d9598ca5
  12. 21 Aug, 2015 1 commit
  13. 20 Aug, 2015 3 commits
  14. 05 Aug, 2015 1 commit
    • Jon Skeet's avatar
      Added C# conformance tests. · b6defa7c
      Jon Skeet authored
      The tests are run from Travis in the same way as on other
      platforms. Currently some expected failures - but only expected
      in that they're what we got to start with. Will try to fix them in
      other pull requests.
      b6defa7c
  15. 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
  16. 10 Jun, 2015 1 commit
  17. 19 May, 2015 1 commit
  18. 15 May, 2015 3 commits
  19. 14 May, 2015 1 commit