- 05 Dec, 2016 1 commit
-
-
ramrunner authored
-
- 26 Oct, 2016 4 commits
- 20 Oct, 2016 3 commits
- 19 Oct, 2016 1 commit
-
-
Richard Shin authored
-
- 18 Oct, 2016 1 commit
-
-
Richard Shin authored
-
- 16 Oct, 2016 1 commit
-
-
Feng Xiao authored
Use git clean before installing via bundler
-
- 14 Oct, 2016 1 commit
-
-
Jason Lunn authored
-
- 13 Oct, 2016 3 commits
- 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.
-
- 11 Oct, 2016 2 commits
- 10 Oct, 2016 20 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
-