- 28 Feb, 2017 1 commit
-
-
Feng Xiao authored
-
- 23 Feb, 2017 5 commits
-
-
Thomas Van Lenten authored
Add GPBMessageDropUnknownFieldsRecursively() and tests.
-
Thomas Van Lenten authored
GPBMessageDropUnknownFieldsRecursively() is a new helper to drop the unknownFields from a message and all sub messages (in fields or extensions).
-
John Brock authored
- Adding more detail on running tests - Adding info about the status of .NET 3.5 support and how to enable .NET 3.5
-
John Brock authored
NUnit 3.4.0 —> 3.6.0 dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
-
John Brock authored
* Changing DOTNET35 framework symbols in preprocessor directives to the default built-in value of NET35. * Adding extension method StreamExtension.CopyTo for .NET 3.5 because it didn’t exist until .NET 4, and adding associated unit tests.
-
- 21 Feb, 2017 1 commit
-
-
Feng Xiao authored
Add an option to always print enums as ints in Json API
-
- 19 Feb, 2017 1 commit
-
-
- 16 Feb, 2017 1 commit
-
-
Adam Cozzette authored
Merge #2653, #2622, #2579, #2652
-
- 15 Feb, 2017 5 commits
-
-
Chris Kennelly authored
-
Chris Kennelly authored
-
Chris Kennelly authored
This allows more compact comparisons (1 byte instead of 4 byte immediates on x86) for each possible wire/tag inside each field.
-
Chris Kennelly authored
rvalue setters for scalar string fields were added in #2506.
-
Adam Cozzette authored
Inline branch-less VarintSize32/VarintSize64 implementations.
-
- 14 Feb, 2017 3 commits
-
-
Adam Cozzette authored
Avoid aliasing CodedInputStream::buffer_ when parsing little endian integers
-
Thomas Van Lenten authored
--[name]_opt support depended on the plugin being register, and didn't support working with just --[name]_out directive (where the plugin is found via the users PATH. This extends the command line handing to allow --[name]_out to be all it takes for the _opt directive to also be supported. Fixes https://github.com/google/protobuf/issues/2712
-
Feng Xiao authored
Undef TYPE_BOOL to avoid conflict with iOS.
-
- 13 Feb, 2017 3 commits
- 12 Feb, 2017 1 commit
-
-
Paul Yang authored
-
- 11 Feb, 2017 2 commits
-
-
Konstantin Podsvirov authored
-
Aurimas Liutikas authored
-
- 10 Feb, 2017 5 commits
-
-
Jonathan Hseu authored
the deprecated atomics.
-
Jie Luo authored
-
Feng Xiao authored
Add bazel protobuf resources
-
Jie Luo authored
All the files are copied from 3.0.0 (JosnFormaterTest was deleted)
-
Jie Luo authored
Fix python compatibility test
-
- 09 Feb, 2017 1 commit
-
-
Jie Luo authored
Fix python compatibility test when a new generated code imports an old version(2.6.1 or older) generated code.
-
- 08 Feb, 2017 6 commits
-
-
Feng Xiao authored
Update load() statement to latest style
-
cgrushko authored
The first argument is currently implicitly a .bzl file. Change this to be explicit.
-
Feng Xiao authored
Bazel can build protobuf when it's not in the root
-
Paul Yang authored
-
cgrushko authored
That is, Bazel can now build protobuf when the latter resides in a subdirectory of a project.
-
Chris Kennelly authored
This eliminates an unnecessary reload of buffer_ that occurs (before this change) after the store to *value.
-
- 07 Feb, 2017 3 commits
-
-
Paul Yang authored
-
Thomas Van Lenten authored
Removes trailing whitespaces
-
Sergio Campama authored
-
- 06 Feb, 2017 2 commits