- 31 Aug, 2015 1 commit
-
-
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:
Dan O'Reilly <oreilldf@gmail.com>
-
- 21 Aug, 2015 1 commit
-
-
Dan O'Reilly authored
Signed-off-by:
Dan O'Reilly <oreilldf@gmail.com>
-
- 20 Aug, 2015 3 commits
-
-
Dan O'Reilly authored
Signed-off-by:
Dan O'Reilly <oreilldf@gmail.com>
-
Dan O'Reilly authored
Signed-off-by:
Dan O'Reilly <oreilldf@gmail.com>
-
Dan O'Reilly authored
Signed-off-by:
Dan O'Reilly <oreilldf@gmail.com>
-
- 05 Aug, 2015 1 commit
-
-
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.
-
- 16 Jul, 2015 1 commit
-
-
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
-
- 10 Jun, 2015 1 commit
-
-
Thomas Van Lenten authored
Remove the OS X checks from travis.sh, instead use excludes to not fire up a vm for something we can't test.
-
- 19 May, 2015 1 commit
-
-
Jan Tattermusch authored
-
- 15 May, 2015 3 commits
-
-
Tamir Duberstein authored
Fixes #333.
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
- 14 May, 2015 1 commit
-
-
Chris Fallin authored
-