Ubuntu
e68caa3e6a
formatting issues
7 years ago
Jisi Liu
d106399d39
Merge pull request #4072 from google/jieluo
...
Cherrypick for csharp, including:
7 years ago
Jisi Liu
6c3c7f6d5d
Merge pull request #4076 from pherl/stringback
...
Fix string::back() usage in googletest.cc
7 years ago
Jie Luo
b308580bb1
Cherrypick for csharp, including:
...
Add preserve UnknownFields
Compare floating point values bitwise
Add auto-generated header to C# generated files
7 years ago
Jisi Liu
19d0e9934c
Fix string::back() usage in googletest.cc
7 years ago
Jisi Liu
62616e1522
Update changelog
7 years ago
Jisi Liu
96810dea74
Merge branch '3.5.x' of github.com:google/protobuf into changelog
7 years ago
Jisi Liu
eff55ece08
Merge pull request #4074 from pherl/mapat
...
Replace C++11 only method std::map::at
7 years ago
Matt Kwong
8ac050fadd
Migrate Jenkins jobs to Kokoro
7 years ago
Jisi Liu
9ce29bd566
Merge pull request #4070 from pherl/3.5.x
...
Update version number to 3.5.1
7 years ago
Jisi Liu
501093d778
Replace C++11 only method std::map::at
7 years ago
Jisi Liu
7bd1606484
Update changelog for 3.5.1
7 years ago
Jisi Liu
050fc9a437
Update version number to 3.5.1
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
3a06fe1fc9
Fix file permission for python package.
...
`umask 0022` makes sure the created package will be accessible by all users.
7 years ago
Feng Xiao
77d32bc56c
Merge pull request #4053 from xfxyjwf/fixumask
...
Fix file permission for python package.
7 years ago
Paul Yang
c79ba5c1b6
Merge pull request #4034 from TeBoring/php-timestamp-bug
...
Avoid calling method from php extension directly
7 years ago
Adam Cozzette
269884a1eb
Merge pull request #4040 from bazurbat/3.5.x
...
Create containing directory before generating well_known_types_embed.cc
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
Yilun Chong
4b0209140e
add cpp
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
Bo Yang
8d6f13e86d
Fix for php5.5
7 years ago
Jisi Liu
1237c3f1f7
Merge pull request #4045 from pherl/deprecate
...
Add deprecation annotation for oneof case.
7 years ago
Jisi Liu
d971cbfc27
Merge pull request #4049 from pherl/py26
...
Remove py2.6 support.
7 years ago
Bo Yang
39159c89f1
Accept DatetimeInterface in fromDatetime
7 years ago
cyyber
0e2089c775
Calling Keychecker before checking key in MessageMap
7 years ago
Jisi Liu
acadade56e
Remove py2.6 support.
7 years ago
Jisi Liu
594ec2262c
Fix python descriptor test.
7 years ago
Yilun Chong
cd32aae377
Merge branch 'master' of https://github.com/google/protobuf into JavaCaliper
7 years ago
Yilun Chong
75523ec086
fix bugs
7 years ago
Bo Yang
1a549d9a90
Avoid using php_date_get_date_ce() in case date extension is not
...
available.
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
Yilun Chong
34843eddfe
Fix bugs
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
Jisi Liu
82724e2109
Merge pull request #4042 from pherl/cpp_enum
...
Use matching enum type for IsPOD.
7 years ago
Jisi Liu
8521624e93
Merge pull request #4043 from pherl/flush
...
Explicitly propagate the status of Flush().
7 years ago
Feng Xiao
0a7120ac32
Merge pull request #4037 from xfxyjwf/issue2880
...
Clarify default value behavior in JSON conversion.
7 years ago
Jisi Liu
6b01e6440c
Explicitly propagate the status of Flush().
...
Before the change, an implicit Flush() will be triggered in the
destructor of the input stream. However, the return code of Flush() is
not discarded. This change makes sure when Flush() fails, we will
return false.
7 years ago
Jisi Liu
7ef21dd81b
Use matching enum type for IsPOD.
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
Oleg Kolosov
edcf15e7f4
Create containing directory before generating well_known_types_embed.cc
...
This fixes the following build error:
oldpwd=`pwd` && cd .../protobuf/src && \
$oldpwd/js_embed google/protobuf/compiler/js/well_known_types/any.js google/protobuf/compiler/js/well_known_types/struct.js google/protobuf/compiler/js/well_known_types/timestamp.js > $oldpwd/google/protobuf/compiler/js/well_known_types_embed.cc
/bin/bash: line 1: .../protobuf/target/src/google/protobuf/compiler/js/well_known_types_embed.cc: No such file or directory
Makefile:8201: recipe for target 'google/protobuf/compiler/js/well_known_types_embed.cc' failed
which is observed during the cross-compilation since the version 3.2.
7 years ago
Feng Xiao
5ce724bceb
Merge pull request #4036 from xfxyjwf/issue3093
...
Update comments for Timestamp JSON format.
7 years ago