- 12 Nov, 2017 2 commits
-
-
Jon Skeet authored
unittest_proto3 had been changed in a very backward-incompatible way which was never going to work with C# as it imports proto2 messages. This is now a copy of the old file, but with a package name change for compatibility with the remaining files in src/google/protobuf. The other moves are for files that are only used by C#.
-
Jon Skeet authored
This will cause failures if shared protos change in an incompatible way.
-
- 10 Nov, 2017 1 commit
-
-
Jan Tattermusch authored
C#: Allow message parsing from an array slice
-
- 09 Nov, 2017 3 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 06 Nov, 2017 1 commit
-
-
Jisi Liu authored
Update google/benchmark submodule to v1.2
-
- 03 Nov, 2017 3 commits
-
-
Paul Yang authored
* Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
-
Thomas Van Lenten authored
When comparing message, require them to have the same descriptor.
-
Thomas Van Lenten authored
This will cover someone subclassing the message, and also handles something crazy like someone comparing to a raw NSObject.
-
- 01 Nov, 2017 1 commit
-
-
Jon Skeet authored
If messages A and B have the same oneof case, which is a message type, and we merge B into A, those sub-messages should be merged. Fixes #3200. Note that I haven't regenerated all the code, as some of the protos have been changed, breaking generation.
-
- 30 Oct, 2017 3 commits
-
-
Mehrdad Afshari authored
Fixed some build issues on ppc64le architecture
-
Feng Xiao authored
update joda-time javadoc url
-
xuwei-k authored
-
- 28 Oct, 2017 2 commits
- 27 Oct, 2017 1 commit
-
-
Jisi Liu authored
Suppress VS2017 compiler/linker warnings
-
- 26 Oct, 2017 4 commits
-
-
Paul Yang authored
* Reserve unknown in ruby * Revert ruby tests. Wait for cpp impl for conformance test * Add conformance test for preserving unknown * Add unknown field conformance test to csharp failure list. * Fix comments * Fix comment * Fix comments * Fix typo * Use stringsink_string directly * Mark hd unused * Remove unused encodeunknown_handlerfunc
-
Jisi Liu authored
-
Jisi Liu authored
Merge 3.4.x into master before cutting 3.5.x
-
Adam Cozzette authored
To be clear that we set a new variable
-
- 25 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 24 Oct, 2017 3 commits
-
-
Thomas Van Lenten authored
Improves coverage of GPBCodedInputStream
-
Sergio Campama authored
-
Stefan Huber authored
-
- 21 Oct, 2017 1 commit
-
-
Tim Ebringer authored
Add brief documentation describing each warning suppression.
-
- 20 Oct, 2017 2 commits
- 19 Oct, 2017 3 commits
- 18 Oct, 2017 9 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
fixes issue #3750
-
Jisi Liu authored
Add @Deprecated annotation support for proto file.
-
Jisi Liu authored
Add the proto-lens Haskell library to the 3rd party doc.
-
Jisi Liu authored
protobuf_generate: create include path only for proto files
-
Jisi Liu authored
Clang warning cleanup for unused parameter.
-
Jisi Liu authored
Add GopherJS protobuf and gRPC links
-
Jisi Liu authored
-
Jisi Liu authored
-