- 11 Oct, 2016 2 commits
- 07 Oct, 2016 1 commit
-
-
Paul Yang authored
Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. (#2232)
-
- 06 Oct, 2016 2 commits
- 05 Oct, 2016 1 commit
-
-
Bo Yang authored
-
- 04 Oct, 2016 6 commits
-
-
Stanley Cheung authored
* PHP: fix ZTS tsrm_ls errors * Fix a few more macros
-
Adam Cozzette authored
Fixed references to foreign nested messages with CommonJS-style imports
-
Bo Yang authored
-
Bo Yang authored
-
Adam Cozzette authored
Do strict enum name checking only for proto3
-
Adam Cozzette authored
There seem to already be .proto files out there that have conflicting enum names, which will not be able to build successfully for some languages (like C#). To prevent this problem from spreading, let's make it an error for proto3 but just issue a warning for proto2. This fixes issue #2179.
-
- 03 Oct, 2016 2 commits
- 30 Sep, 2016 3 commits
- 29 Sep, 2016 1 commit
-
-
Derek Murray authored
-
- 28 Sep, 2016 4 commits
-
-
Bo Yang authored
-
Joshua Haberman authored
Added alias getFieldProto3 as used by older generated code.
-
Josh Haberman authored
Un-breaks users who have old generated code and upgrade to the 3.1.0 release.
-
Adam Cozzette authored
A bug was causing generated JSPB code with CommonJS-style imports to refer incorrectly to nested messages from other .proto files. The generated code would have things like "test_pb.InnerMessage" instead of "test_pb.OuterMessage.InnerMessage". This commit fixes the problem by correctly taking into account any message nesting.
-
- 26 Sep, 2016 3 commits
-
-
Bo Yang authored
-
Feng Xiao authored
Update README.md
-
Jan Tattermusch authored
-
- 24 Sep, 2016 6 commits
- 23 Sep, 2016 9 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
Reduce test length to avoid stack overflow on VS.
-
Feng Xiao authored
"ps: StartFileDownload" is broken by a recent appveyor image update: http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf
-
Bo Yang authored
-
Feng Xiao authored
-
Bo Yang authored
-
Feng Xiao authored
Fix Visual Studio compile issues.
-
Feng Xiao authored
Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
-
Jisi Liu authored
Fix default instance destructor and memory leaks
-