Commit Graph

5360 Commits

Author SHA1 Message Date
Anton Fedorov
091eeb1261
Update time_test.cc
Better test coverage for datetime validation.
2018-01-05 22:12:00 +01:00
Jisi Liu
a3868af12b
Merge pull request #4131 from pherl/merge
Merge 3.5.x branch into master
2018-01-04 14:26:24 -08:00
Adam Cozzette
eca1d2a711
Merge pull request #4116 from amandeepgautam/master
whitelisting aix platform as it has sched_yield
2018-01-03 13:26:22 -08:00
Amandeep Gautam
0c0d481c69 whitelisting aix platform as it has sched_yield 2018-01-03 11:28:42 -08:00
Thomas Van Lenten
4588e6e2b9 Force a copy when saving the NSData that came from another. 2018-01-03 13:12:29 -05:00
Yilun Chong
43caa38d6e
Merge pull request #4014 from BSBandme/JavaCaliper
Add caliper supported to java benchmark
2018-01-03 09:42:26 -08:00
Jisi Liu
ec826c5a59 Merge remote-tracking branch 'origin/3.5.x' into master 2018-01-03 09:28:58 -08:00
Jisi Liu
383a4941d5 Merge remote-tracking branch 'origin/3.5.x' into master 2018-01-03 09:28:40 -08:00
Jisi Liu
39f577c38e
Merge pull request #4124 from pherl/nullptr
remove nullptr
2018-01-03 09:20:23 -08:00
Jisi Liu
5b1caea024
Merge pull request #4090 from pherl/nopassword
Fix uploading binary wheel.
2018-01-03 09:14:54 -08:00
Thomas Van Lenten
156161dfcd Properly copy maps with string keys but pod values.
Add tests to cover all the common special casing in the runtime code to
ensure things come out correctly.
2018-01-03 11:46:03 -05:00
Yilun Chong
aca6c15598 Fix some bug 2018-01-02 15:23:17 -08:00
Jisi Liu
4f3d8657c3 remove nullptr 2018-01-02 14:13:54 -08:00
Yilun Chong
a147a21376 Changed README 2018-01-02 09:57:04 -08:00
kvukic
8529f2aee3 Resolved issue #3510. Malformed errorr messages replaced with meaningful description 2017-12-29 11:33:47 -05:00
Jisi Liu
8fc40b5502 Fix uploading binary wheel.
The script now takes two prompt for user name and password. One single
input redirection no longer works.
2017-12-22 12:05:37 -08:00
Jisi Liu
88e5573b9a
Merge pull request #4089 from pherl/nocache
Disable pip cache when testing uploaded packages
2017-12-22 11:55:35 -08:00
Jisi Liu
7ad8e7ad59 Disable pip cache when testing uploaded packages
Otherwise, pip complains "cannot find a version satisfies the
requirement." I suspect it was due to caching issues. I usued to
manually add a `sleep 30` between the upload and the installation test
which is quite unstable.
2017-12-22 11:47:13 -08:00
Feng Xiao
099d997591
Merge pull request #4083 from matt-kwong/kokoro_jobs
Shard 64-bit Linux languages into different Kokoro jobs
2017-12-21 11:01:07 -08:00
Matt Kwong
0b2be3caaf Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
Feng Xiao
4b2977b396
Merge pull request #4082 from matt-kwong/kokoro_jobs
Migrate Jenkins jobs to Kokoro
2017-12-20 17:45:57 -08:00
Matt Kwong
ae49cfd1a4 Collect xml results for Kokoro 2017-12-20 16:28:41 -08:00
Jisi Liu
106ffc04be
Merge pull request #4073 from pherl/changelog
Update changelog for 3.5.1
2017-12-20 15:07:13 -08:00
Jisi Liu
d69f33304f
Merge pull request #4080 from pherl/arm64
Add support for Windows ARM64 build
2017-12-20 15:06:14 -08:00
Matt Kwong
6003a61255 Make Kokoro job pull Dockerimage from Dockerhub 2017-12-20 14:56:13 -08:00
Miradham Kamilov
ad8a82ee75 Add support for Windows ARM64 build 2017-12-20 14:52:14 -08:00
Jisi Liu
b5f09c1ee0
Merge pull request #4077 from mkamilov/master
Add support for Windows ARM64 build
2017-12-20 14:48:30 -08:00
Feng Xiao
a5b743f8ae
Merge pull request #4030 from cyyber/master
Calling Keychecker before checking key in MessageMap
2017-12-20 12:07:46 -08:00
Jisi Liu
7bf1e1919a Update changelog 2017-12-20 10:59:22 -08:00
Adam Cozzette
1e418e4e54
Merge pull request #4068 from wsw2016/fix_4032
resolved issue 4032 and added a unit test
2017-12-20 09:42:12 -08:00
Ubuntu
ac1fdd1637 line breaks adjsted 2017-12-20 09:23:16 +00:00
Ubuntu
e68caa3e6a formatting issues 2017-12-20 09:14:44 +00:00
Jisi Liu
d106399d39
Merge pull request #4072 from google/jieluo
Cherrypick for csharp, including:
2017-12-19 17:45:56 -08:00
Jisi Liu
6c3c7f6d5d
Merge pull request #4076 from pherl/stringback
Fix string::back() usage in googletest.cc
2017-12-19 15:54:18 -08:00
Jie Luo
b308580bb1 Cherrypick for csharp, including:
Add preserve UnknownFields
Compare floating point values bitwise
Add auto-generated header to C# generated files
2017-12-19 15:38:02 -08:00
Jisi Liu
19d0e9934c Fix string::back() usage in googletest.cc 2017-12-19 15:23:37 -08:00
Jisi Liu
62616e1522 Update changelog 2017-12-19 15:22:18 -08:00
Jisi Liu
96810dea74 Merge branch '3.5.x' of github.com:google/protobuf into changelog 2017-12-19 14:50:32 -08:00
Jisi Liu
eff55ece08
Merge pull request #4074 from pherl/mapat
Replace C++11 only method std::map::at
2017-12-19 14:41:13 -08:00
Matt Kwong
8ac050fadd Migrate Jenkins jobs to Kokoro 2017-12-19 13:06:09 -08:00
Jisi Liu
9ce29bd566
Merge pull request #4070 from pherl/3.5.x
Update version number to 3.5.1
2017-12-19 12:21:21 -08:00
Jisi Liu
501093d778 Replace C++11 only method std::map::at 2017-12-19 12:20:13 -08:00
Jisi Liu
7bd1606484 Update changelog for 3.5.1 2017-12-19 11:28:30 -08:00
Jisi Liu
050fc9a437 Update version number to 3.5.1 2017-12-19 11:00:33 -08:00
Ubuntu
ffa18ad28f resolve issue 4032 and added a unit test 2017-12-19 11:57:44 +00:00
Miradham Kamilov
03fb09932b Add support for Windows ARM64 build 2017-12-19 14:01:58 +09:00
Thomas Van Lenten
860d693cf7 Add Xcode 9.2 to the testing support
Fixes #4060
2017-12-18 10:36:40 -05:00
Feng Xiao
3a06fe1fc9 Fix file permission for python package.
`umask 0022` makes sure the created package will be accessible by all users.
2017-12-15 12:57:26 -08:00
Feng Xiao
77d32bc56c
Merge pull request #4053 from xfxyjwf/fixumask
Fix file permission for python package.
2017-12-15 12:09:19 -08:00
Paul Yang
c79ba5c1b6
Merge pull request #4034 from TeBoring/php-timestamp-bug
Avoid calling method from php extension directly
2017-12-15 10:36:07 -08:00