- 11 May, 2017 2 commits
-
-
Steven Peters authored
-
Steven Peters authored
Fixes #3059 by re-applying 08b1c718 from #3087.
-
- 08 May, 2017 3 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
-
Mario J. Rugiero authored
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=189Signed-off-by:
Mario J. Rugiero <mrugiero@gmail.com>
-
- 06 May, 2017 1 commit
-
-
randomguy3 authored
<: is a digraph, so a space is necessary for compilation on certain compilers.
-
- 05 May, 2017 1 commit
-
-
Alex Merry authored
-
- 04 May, 2017 4 commits
- 26 Apr, 2017 1 commit
-
-
Paul Yang authored
-
- 20 Apr, 2017 3 commits
-
-
Paul Yang authored
descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
-
Paul Yang authored
-
Paul Yang authored
Fix the bug by sharing the code for generating class name for both message and enum.
-
- 11 Apr, 2017 2 commits
- 10 Apr, 2017 1 commit
-
-
Jie Luo authored
* Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
-
- 08 Apr, 2017 1 commit
-
-
Feng Xiao authored
-
- 06 Apr, 2017 3 commits
- 30 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 29 Mar, 2017 2 commits
-
-
Feng Xiao authored
-
-
- 28 Mar, 2017 2 commits
-
-
drivehappy authored
* Issue #2211: Addressing GCC warning on enumeral/non-enumeral in conditional expression. * Updated per 80 character wrap.
-
Adam Cozzette authored
arm-nacl-clang seems to produce a mysterious compiler error when it encounters __builtin_clzll, so when we are building for NaCl, let's avoid that in favor of the portable implementation of Log2FloorNonZero64.
-
- 17 Mar, 2017 5 commits
-
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
Bairen Yi authored
-
Brendan McCarthy authored
-
Brendan McCarthy authored
-
Byron Yi authored
-
- 16 Mar, 2017 5 commits
-
-
Josh Haberman authored
-
Byron Yi authored
-
Byron Yi authored
-
prehistoric-penguin authored
-
Josh Haberman authored
For more info see: https://github.com/google/protobuf/issues/1289
-
- 15 Mar, 2017 1 commit
-
-
Markus Heß authored
-
- 14 Mar, 2017 2 commits
-
-
Feng Xiao authored
It turns out system headers included by generated plugin.pb.h file already contains major/minor macro definitions when built on FreeBSD and we need to add #undefs to the generated header file. This change also fixes another compile error regarding EXPECT_DEATH on FreeBSD.
-
Adam Cozzette authored
-