- 21 Dec, 2017 1 commit
-
-
Matt Kwong authored
-
- 20 Dec, 2017 1 commit
-
-
Matt Kwong authored
-
- 19 Dec, 2017 1 commit
-
-
Matt Kwong authored
-
- 18 Dec, 2017 1 commit
-
-
Thomas Van Lenten authored
Fixes #4060
-
- 15 Dec, 2017 2 commits
- 14 Dec, 2017 4 commits
-
-
Adam Cozzette authored
Java: generate an annotation to suppress deprecation warnings
-
Jisi Liu authored
Add deprecation annotation for oneof case.
-
Jisi Liu authored
-
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 12 commits
-
-
Jan Tattermusch authored
* Add auto-generated header to C# generated files * regenerate C# protos
-
Feng Xiao authored
Avoid double underscores in macro name
-
Adam Cozzette authored
Added our standard license header to structurally_valid.cc and its test
-
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
-
Feng Xiao authored
Clarify default value behavior in JSON conversion.
-
Adam Cozzette authored
This fixes issue #1775.
-
Feng Xiao authored
Update comments for Timestamp JSON format.
-
Jisi Liu authored
fix undefined behavior in C++03
-
Jisi Liu authored
Make //:protobuf_python have correct __init__.py.
-
- 12 Dec, 2017 3 commits
- 09 Dec, 2017 3 commits
- 08 Dec, 2017 5 commits
-
-
Adam Cozzette authored
--pre is not necessary
-
Adam Cozzette authored
Using binary one's complement to negate an unsigned int
-
Adam Cozzette authored
Ran update_file_lists.sh to update Bazel and CMake file lists
-
Adam Cozzette authored
Use the portable version of Log2Floor for Clang with older Android NDK versions
-
Jeffrey Quesnelle authored
-
- 07 Dec, 2017 4 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.
-
Adam Cozzette authored
This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
-
Jeffrey Quesnelle authored
-
Rodrigo Hernandez authored
This removes a Visual Studio warning: warning C4146: unary minus operator applied to unsigned type, result still unsigned.
-
- 06 Dec, 2017 1 commit
-
-
W authored
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
-
- 05 Dec, 2017 2 commits
-
-
Adam Cozzette authored
Integrated internal changes from Google
-
Yilun Chong authored
Sync benchmark changes from internal
-