- 07 Jun, 2016 1 commit
-
-
Josh Haberman authored
-
- 06 Jun, 2016 1 commit
-
-
Josh Haberman authored
OS X's version of Python has a slightly different error message for this error case.
-
- 03 Jun, 2016 3 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
-
- 17 May, 2016 1 commit
-
-
Jie Luo authored
-
- 10 May, 2016 1 commit
-
-
Jisi Liu authored
-
- 05 May, 2016 2 commits
- 28 Apr, 2016 1 commit
-
-
Jisi Liu authored
-
- 31 Mar, 2016 4 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Manjunath Kudlur authored
-
Jisi Liu authored
-
- 30 Mar, 2016 1 commit
-
-
Jisi Liu authored
-
- 07 Mar, 2016 1 commit
-
-
Silviu Calinoiu authored
-
- 19 Feb, 2016 1 commit
-
-
Silviu Calinoiu authored
-
- 16 Feb, 2016 1 commit
-
-
Manjunath Kudlur authored
--allow_oversize_protos=true is passed to bazel build. When this macro is set, SetTotalBytesLimit is called to remove the 64MB limit on binary protos when during ParseFromString.
-
- 30 Jan, 2016 1 commit
-
-
CH Albach authored
-
- 16 Jan, 2016 1 commit
-
-
Josh Haberman authored
-
- 31 Dec, 2015 1 commit
-
-
Josh Haberman authored
-
- 28 Dec, 2015 1 commit
-
-
Feng Xiao authored
Also delete some unused files.
-
- 21 Dec, 2015 2 commits
- 12 Dec, 2015 1 commit
-
-
Feng Xiao authored
-
- 09 Dec, 2015 1 commit
-
-
Manjunath Kudlur authored
Fixes #1029
-
- 07 Dec, 2015 2 commits
-
-
Manjunath Kudlur authored
-
Manjunath Kudlur authored
-
- 29 Oct, 2015 2 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
Also made the Travis build ensure that no warnings are present. These builds were previously spewing many warnings, which was hiding warnings for important things like accidentally using C++11-only features. Change-Id: I56caeee9db48bc78756a3e8d7c14874630627037
-
- 19 Oct, 2015 1 commit
-
-
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
-
- 06 Oct, 2015 1 commit
-
-
Jisi Liu authored
-
- 05 Oct, 2015 3 commits
- 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>
-
- 29 Aug, 2015 1 commit
-
-
Josh Haberman authored
Change-Id: Ifef8a300258214aae8f6b8516fbc61b7335b5724
-
- 28 Aug, 2015 1 commit
-
-
https://github.com/google/protobuf/issues/758Josh Haberman authored
Change-Id: I590b34b96c84a3ba6e094a0bd86f153147ade3d3
-
- 27 Aug, 2015 1 commit
-
-
Feng Xiao authored
-
- 26 Aug, 2015 1 commit
-
-
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.
-