- 05 May, 2017 1 commit
-
-
Paul Yang authored
* Add compatibility test for php. * Revert API incompatible change.
-
- 04 May, 2017 1 commit
-
-
Adam Cozzette authored
Removed mention of Buffer in byteSourceToUint8Array
-
- 03 May, 2017 1 commit
-
-
Adam Cozzette authored
The Closure compiler complains about Buffer since that class exists only in Node. That logic does not seem to be needed (unit tests and conformance tests pass without it), so let's just remove it to solve the problem.
-
- 02 May, 2017 2 commits
-
-
Adam Cozzette authored
Javascript: use goog.crypt.byteArrayToString instead of String.fromCharCode.apply
-
Paul Jolly authored
-
- 01 May, 2017 2 commits
-
-
Adam Cozzette authored
Merged 3.3.x branch to master
-
makdharma authored
This target will be used by gRPC iOS bazel build system.
-
- 27 Apr, 2017 3 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
Fully qualify min as std::min in wire_format_lite.cc
-
Adam Cozzette authored
-
- 26 Apr, 2017 4 commits
-
-
Paul Yang authored
-
Adam Cozzette authored
Remove "using namespace std" from stubs/common.h
-
Feng Xiao authored
Remove unused constants.
-
Adam Cozzette authored
This prevents the contents of the std namespace from being effectively pulled into the top-level namespace in all translation units that include common.h. I left in individual using statements for a few common things like std::set and std::map, because it did not seem worth going through the churn of updating the whole codebase to fix those right now.
-
- 25 Apr, 2017 2 commits
-
-
Paul Yang authored
-
Jakob Buchgraber authored
When compiling with -Werror, -Wunused-const-variable the build fails due to those two constants not being used.
-
- 24 Apr, 2017 4 commits
-
-
Feng Xiao authored
Add a link to dart-lang/protobuf
-
Paul Yang authored
-
Paul Yang authored
-
postmasters authored
-
- 21 Apr, 2017 2 commits
- 20 Apr, 2017 7 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.
-
Feng Xiao authored
-
Feng Xiao authored
Add gogoprotobuf to third-party add-ons list
-
Changjian Gao authored
-
Paul Yang authored
-
Paul Yang authored
-
Paul Yang authored
Fix the bug by sharing the code for generating class name for both message and enum.
-
- 19 Apr, 2017 5 commits
-
-
Paul Yang authored
-
Feng Xiao authored
add a key to ctx.action dict to prevent protoc losing the default env
-
Feng Xiao authored
Add node-protoc-plugin to "Other Utilities"
-
Adam Cozzette authored
Simplify the Element dtor invocation when freeing elements in InternalDeallocate
-
David Konsumer authored
-
- 18 Apr, 2017 2 commits
-
-
Thomas Van Lenten authored
Tighten up class usage/checks.
-
Thomas Van Lenten authored
- Ensure extensions resolution/wiring is happening directly on the messageClass (incase someone is doing odd things our out classes). - Make the extension message check match the other class checks in for mergeFrom/isEqual/etc.
-
- 17 Apr, 2017 1 commit
-
-
Michael Allen authored
InternalDeallocate to avoid confusing the compiler when there's a class named Element already defined in the global namespace.
-
- 12 Apr, 2017 1 commit
-
-
Feng Xiao authored
Allow unknown values for Map put*Value methods just like every other …
-
- 11 Apr, 2017 2 commits