1. 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
  2. 21 Aug, 2015 1 commit
  3. 20 Aug, 2015 3 commits
  4. 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
  5. 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
  6. 10 Jun, 2015 1 commit
  7. 19 May, 2015 1 commit
  8. 15 May, 2015 3 commits
  9. 14 May, 2015 1 commit