- 20 Dec, 2017 2 commits
- 19 Dec, 2017 2 commits
-
-
Ubuntu authored
-
Miradham Kamilov authored
-
- 14 Dec, 2017 1 commit
-
-
Adam Cozzette authored
The valueOf method on enums is deprecated, but for compatibility reasons the generated code has to keep using it. We can use an annotation to suppress the deprecation warnings.
-
- 13 Dec, 2017 6 commits
-
-
Jan Tattermusch authored
* Add auto-generated header to C# generated files * regenerate C# protos
-
Jisi Liu authored
-
Feng Xiao authored
-
Jie Luo authored
Add unknown field support for csharp
-
Feng Xiao authored
Fixes https://github.com/google/protobuf/issues/3268
-
Adam Cozzette authored
This fixes issue #1775.
-
- 12 Dec, 2017 2 commits
- 09 Dec, 2017 1 commit
-
-
Jon Skeet authored
-
- 08 Dec, 2017 1 commit
-
-
Jeffrey Quesnelle authored
-
- 07 Dec, 2017 3 commits
-
-
Adam Cozzette authored
This is necessary for avoiding a strange compiler error that we have already run into with older versions of Clang on NaCl.
-
Jeffrey Quesnelle authored
-
Rodrigo Hernandez authored
This removes a Visual Studio warning: warning C4146: unary minus operator applied to unsigned type, result still unsigned.
-
- 01 Dec, 2017 1 commit
-
-
Adam Cozzette authored
-
- 28 Nov, 2017 1 commit
-
-
Adam Cozzette authored
-
- 27 Nov, 2017 1 commit
-
-
Nayana-ibm authored
-
- 12 Nov, 2017 1 commit
-
-
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#.
-
- 10 Nov, 2017 1 commit
-
-
Jisi Liu authored
-
- 08 Nov, 2017 2 commits
-
-
Paul Yang authored
-
Jisi Liu authored
- Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
-
- 02 Nov, 2017 2 commits
- 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 1 commit
-
-
xuwei-k authored
-
- 26 Oct, 2017 1 commit
-
-
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
-
- 18 Oct, 2017 5 commits
- 16 Oct, 2017 1 commit
-
-
John Millikin authored
See https://github.com/google/protobuf/issues/3752 for context.
-
- 14 Oct, 2017 1 commit
-
-
Tobias Jungel authored
fixes #3700
-
- 12 Oct, 2017 2 commits
-
-
Francois Marier authored
-
Pavel authored
-
- 02 Oct, 2017 1 commit
-
-
Bruce Dawson authored
* Use constexpr more with VC++ 2017 Chrome's official builds have over 170 dynamic initializers for variables of the form *::TableStruct::aux. Defining PROTOBUF_CONSTEXPR_VAR to be constexpr for VS 2017 gets rid of all of these and saves about 10 KB of binary size. * Update generated_message_table_driven.h Restore accidentally deleted line.
-