- 18 Nov, 2016 1 commit
-
-
Adam Cozzette authored
-
- 12 Oct, 2016 3 commits
-
-
Paul Yang authored
-
Feng Xiao authored
Declare all inputs of protoc action
-
Florian Weikert authored
ctx.executable.plugin must be in the inputs of protoc's action when using a plugin, otherwise the action will fail. This bug has been hidden by a bug in Bazel: for every ctx.action, Bazel used to automatically add the runfiles of all executable inputs of the RULE instead of using the inputs of the specific ACTION. Consequently, we could get away with underspecifying the inputs of the action.
-
- 10 Oct, 2016 36 commits
-
-
Paul Yang authored
Merge 3.1.x branch into master.
-
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)
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Stanley Cheung authored
* PHP: fix ZTS tsrm_ls errors * Fix a few more macros
-
Bo Yang authored
-
Bo Yang authored
-
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.
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
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.
-
Bo Yang authored
-
Feng Xiao authored
-
Bo Yang authored
-
Paul Yang authored
-
Feng Xiao authored
Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci]
-
Stanley Cheung authored
-
Feng Xiao authored
-
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
Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
-
Jisi Liu authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Stanley Cheung authored
* PHP: support 7.0 * Also fix in test_util.php
-
Feng Xiao authored
[skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
-