Feng Xiao
099d997591
Merge pull request #4083 from matt-kwong/kokoro_jobs
...
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
Matt Kwong
0b2be3caaf
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
Feng Xiao
4b2977b396
Merge pull request #4082 from matt-kwong/kokoro_jobs
...
Migrate Jenkins jobs to Kokoro
7 years ago
Matt Kwong
ae49cfd1a4
Collect xml results for Kokoro
7 years ago
Matt Kwong
6003a61255
Make Kokoro job pull Dockerimage from Dockerhub
7 years ago
Jisi Liu
b5f09c1ee0
Merge pull request #4077 from mkamilov/master
...
Add support for Windows ARM64 build
7 years ago
Feng Xiao
a5b743f8ae
Merge pull request #4030 from cyyber/master
...
Calling Keychecker before checking key in MessageMap
7 years ago
Adam Cozzette
1e418e4e54
Merge pull request #4068 from wsw2016/fix_4032
...
resolved issue 4032 and added a unit test
7 years ago
Ubuntu
ac1fdd1637
line breaks adjsted
7 years ago
Ubuntu
e68caa3e6a
formatting issues
7 years ago
Matt Kwong
8ac050fadd
Migrate Jenkins jobs to Kokoro
7 years ago
Ubuntu
ffa18ad28f
resolve issue 4032 and added a unit test
7 years ago
Miradham Kamilov
03fb09932b
Add support for Windows ARM64 build
7 years ago
Thomas Van Lenten
860d693cf7
Add Xcode 9.2 to the testing support
...
Fixes #4060
7 years ago
Feng Xiao
77d32bc56c
Merge pull request #4053 from xfxyjwf/fixumask
...
Fix file permission for python package.
7 years ago
Feng Xiao
0fc85acdf2
Fix file permission for python package.
...
`umask 0022` makes sure the created package will be accessible by all users.
7 years ago
Adam Cozzette
396336eb96
Merge pull request #4046 from acozzette/deprecated-valueof-issue-2054
...
Java: generate an annotation to suppress deprecation warnings
7 years ago
Jisi Liu
1237c3f1f7
Merge pull request #4045 from pherl/deprecate
...
Add deprecation annotation for oneof case.
7 years ago
cyyber
0e2089c775
Calling Keychecker before checking key in MessageMap
7 years ago
Jisi Liu
594ec2262c
Fix python descriptor test.
7 years ago
Adam Cozzette
03501110cc
Generate an annotation to suppress deprecation warnings
...
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.
7 years ago
Jan Tattermusch
426cf6f31e
Add auto-generated header to C# generated files ( #4038 )
...
* Add auto-generated header to C# generated files
* regenerate C# protos
7 years ago
Feng Xiao
a4f68d479a
Merge pull request #4044 from xfxyjwf/issue3268
...
Avoid double underscores in macro name
7 years ago
Adam Cozzette
00ac5c1ab6
Merge pull request #4041 from acozzette/fix-license-issue-1775
...
Added our standard license header to structurally_valid.cc and its test
7 years ago
Jisi Liu
22e1cfd84a
Add deprecation annotation for oneof case.
7 years ago
Feng Xiao
b3ac4417b7
Update generated code.
7 years ago
Jie Luo
bfd254e14f
Add unknown field support for csharp ( #3936 )
...
Add unknown field support for csharp
7 years ago
Feng Xiao
50ef6a623e
Avoid two consecutive underscores in macro name.
...
Fixes https://github.com/google/protobuf/issues/3268
7 years ago
Feng Xiao
0a7120ac32
Merge pull request #4037 from xfxyjwf/issue2880
...
Clarify default value behavior in JSON conversion.
7 years ago
Adam Cozzette
ecab9c65fb
Added our standard license header to structurally_valid.cc and its test
...
This fixes issue #1775 .
7 years ago
Feng Xiao
5ce724bceb
Merge pull request #4036 from xfxyjwf/issue3093
...
Update comments for Timestamp JSON format.
7 years ago
Jisi Liu
0f9bfa8244
Merge pull request #4016 from jquesnelle/string-access-ub
...
fix undefined behavior in C++03
7 years ago
Jisi Liu
27e877fdaa
Merge pull request #2834 from aj-michael/master
...
Make //:protobuf_python have correct __init__.py.
7 years ago
Feng Xiao
6c27550df0
Clarify default value behavior in JSON conversion.
...
Make it clear default value is only omitted for proto3.
7 years ago
Feng Xiao
75eceb8424
Update generated code.
7 years ago
Feng Xiao
8489612dad
Update comments for Timestamp JSON format.
...
Clarify that JSON parser are required to accept both UTC and other
timezone offsets.
Fixes issue 3093
7 years ago
Jon Skeet
31c54d1289
Regenerated code from previous C# codegen commit
...
With this in place, all tests should pass.
Fixes #3725 .
7 years ago
Jon Skeet
3e5bd2fd24
C# code generation changes to use bitwise comparisons for doubles
7 years ago
Jon Skeet
f3e9a65d75
Compare floating point values bitwise in C#
...
This is the manual code part of the Google.Protobuf library, and tests.
Some tests will fail until codegen is changed and rerun.
7 years ago
Adam Cozzette
618f06fc9c
Merge pull request #4007 from graywolf/patch-1
...
--pre is not necessary
7 years ago
Adam Cozzette
a426833d1a
Merge pull request #4000 from Kwizatz/master
...
Using binary one's complement to negate an unsigned int
7 years ago
Adam Cozzette
9b09a2af14
Merge pull request #4017 from acozzette/update-file-lists
...
Ran update_file_lists.sh to update Bazel and CMake file lists
7 years ago
Adam Cozzette
0fcca8f910
Merge pull request #4018 from acozzette/android-portable-log2-floor
...
Use the portable version of Log2Floor for Clang with older Android NDK versions
7 years ago
Jeffrey Quesnelle
f5b086273a
use const char* instead of const std::string& in normalize()
7 years ago
Adam Cozzette
63a0afca70
Use the portable version of Log2Floor for Clang with older Android NDK versions
...
This is necessary for avoiding a strange compiler error that we have
already run into with older versions of Clang on NaCl.
7 years ago
Adam Cozzette
609d752650
Ran update_file_lists.sh to update Bazel and CMake file lists
...
This should fix Bazel builds, since those were missing a new file
(implicit_weak_message.cc).
7 years ago
Jeffrey Quesnelle
b32c2a80e0
fix undefined behavior in C++03
7 years ago
Rodrigo Hernandez
24493eef93
Using binary one's complement to negate an unsigned int
...
This removes a Visual Studio warning:
warning C4146: unary minus operator applied to unsigned type, result
still unsigned.
7 years ago
W
0316ae802d
--pre is not necessary
...
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
7 years ago
Adam Cozzette
9021f623e1
Merge pull request #3988 from acozzette/down-integrate
...
Integrated internal changes from Google
7 years ago