- 23 May, 2017 1 commit
-
-
Sergio Campama authored
Adds serial and parallel parsing tests to check if parallel parsing is faster than serial parsing, which it should
-
- 17 May, 2017 2 commits
-
-
Thomas Van Lenten authored
Fix ExtensionRegistry copying and add tests.
-
Thomas Van Lenten authored
- Fix up -copyWithZone: to not leave the two registries sharing some of the storage by using -addExtensions:. - Improve -addExtensions: to clone the sub dict when there is nothing to merge into. - A ExtensionRegistry unittests. - Update project schemes to not have extra things in perf scheme.
-
- 15 May, 2017 1 commit
-
-
Joshua Haberman authored
Ruby version optionally emits default values in JSON encoding.
-
- 08 May, 2017 1 commit
-
-
Feng Xiao authored
Workaround gcc < 4.5.0 bug
-
- 05 May, 2017 2 commits
-
-
Paul Yang authored
* Add compatibility test for php. * Revert API incompatible change.
-
Mario J. Rugiero authored
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=189Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com>
-
- 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
-