Matt Kwong
e46caba181
Remove pre-installed softwares
2017-08-23 10:49:50 -07:00
Jisi Liu
c44c3af2bc
Merge pull request #3548 from google/3.4.x
...
Merge fixes from 3.4.x into master
2017-08-22 18:39:34 -07:00
Jisi Liu
30681c7578
Merge pull request #3546 from pherl/deathtest
...
Disable death tests on windows
2017-08-22 17:45:26 -07:00
Jie Luo
610e433888
Drop python2.6
...
Jenkins complains for python 2.6
DEPRECATION: Python 2.6 is no longer supported by the Python core team
ERROR: InvocationError: '/tmp/protobuf/protobuf/python/.tox/py26-cpp/bin/python setup.py -q build_py'
https://grpc-testing.appspot.com/job/protobuf_pull_request/1502/testReport/junit/(root)/python_cpp/python_cpp/
2017-08-22 16:39:26 -07:00
Jie Luo
028d6f13ee
Add Python 3.5 3.6
2017-08-22 15:59:27 -07:00
Jisi Liu
6609e52124
Disable death tests on windows
...
Also remove cord related code
2017-08-22 12:59:32 -07:00
Jisi Liu
e416f5d2d3
Merge pull request #3537 from TeBoring/php-bug
...
Use message name as defined in php runtime.
2017-08-22 11:07:47 -07:00
Jisi Liu
7273b3c691
Merge pull request #3539 from drivehappy/3.4.x_clang_cleanup_1
...
Merge pull request #3535 from drivehappy/clang_warn_cleanup
2017-08-22 10:59:50 -07:00
Jisi Liu
09fd1259c8
Merge pull request #3540 from drivehappy/3.4.x_clang_cleanup_2
...
Merge pull request #3494 from drivehappy/clang_warning_macro
2017-08-22 10:59:39 -07:00
Jisi Liu
7a43137831
Merge pull request #3543 from tony612/patch-1
...
Add Elixir protobuf and gRPC to 3rd party doc
2017-08-22 10:42:19 -07:00
George Burgess IV
6cecd20e25
Work around a bug in clang's static analyzer
...
Due to https://bugs.llvm.org/show_bug.cgi?id=34198 , clang's static
analyzer emits diagnostics about leaking `container`. Doing this
assignment in two steps works around this, and shouldn't cause these
issues.
2017-08-22 10:38:23 -07:00
Bing Han
2fb74794d2
Add Elixir protobuf and gRPC to 3rd party doc
2017-08-23 00:03:01 +08:00
Jisi Liu
c27b56c692
Merge pull request #3494 from drivehappy/clang_warning_macro
...
Fixing -Wexpansion-to-defined Clang warning
2017-08-21 16:29:27 -07:00
Jisi Liu
36ac06fdc7
Merge pull request #3535 from drivehappy/clang_warn_cleanup
...
Fixing unused parameter warnings under Clang.
2017-08-21 16:28:17 -07:00
Jisi Liu
0b7e97880c
Merge pull request #3535 from drivehappy/clang_warn_cleanup
...
Fixing unused parameter warnings under Clang.
2017-08-21 15:45:59 -07:00
Jisi Liu
92d768c113
Merge pull request #3536 from pherl/io32_11
...
Remove C++11 features in io_win32.cc
2017-08-21 15:17:42 -07:00
Jisi Liu
77a453a57f
Fix compile errors
2017-08-21 14:21:00 -07:00
Bo Yang
dd5190980b
Use message name as defined in php runtime.
2017-08-21 13:39:15 -07:00
Jisi Liu
4aadcd3c7b
Remove C++11 features in io_win32.cc
...
- Use scoped_array instead of unique_ptr.
- Do not use string::front() and string::back()
2017-08-21 13:17:24 -07:00
Jisi Liu
ba4e54724d
Merge pull request #3529 from pherl/merge3.4.x
...
Merge 3.4.x into master
2017-08-21 10:39:27 -07:00
cclauss
472f700884
remove the parens from the cmp() lambda definition ( #3526 )
...
* remove the parens from the cmp() lambda definition
https://github.com/PythonCharmers/python-future/pull/298
* remove the parens from the cmp() lambda definition
https://github.com/PythonCharmers/python-future/pull/298
2017-08-21 10:21:11 -07:00
drivehappy
1183f4864b
Fixing unused parameter warnings under Clang.
2017-08-21 10:10:34 -07:00
Jisi Liu
139775ccc0
Merge remote-tracking branch 'origin/3.4.x' into mergemaster
2017-08-18 16:25:35 -07:00
Jisi Liu
26ac3e8e24
Merge pull request #3528 from pherl/rubyfix
...
Bump gemspec again
2017-08-18 16:20:38 -07:00
Jisi Liu
fdb5cd5e4b
Merge pull request #3504 from pherl/3.4.x
...
Prefer system distributed binaries/libraries.
2017-08-18 16:19:45 -07:00
Jisi Liu
d76e4c7068
Bump gemspec again
2017-08-18 16:18:45 -07:00
Jisi Liu
1825d6d8f0
Merge pull request #3317 from ejona86/protoc-artifacts-jdk8
...
protoc-artifacts: Bump JDK to 8u131
2017-08-18 14:12:05 -07:00
Jie Luo
c2aa26e507
Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 ( #3512 )" ( #3524 )
...
This reverts commit 703f414ca6
.
2017-08-18 13:15:06 -07:00
cclauss
703f414ca6
Drop Python 3.3 from testing & add Python 3.5, 3.6 ( #3512 )
...
* Drop Python 3.3 from testing & add Python 3.5, 3.6
Python 3.3 goes [EOL](https://docs.python.org/devguide/index.html#branchstatus ) next month.
* Sync test.sh with the Python versions in tox.ini
2017-08-18 10:14:00 -07:00
cclauss
a04eb8c191
Define cmp() for Python 3 ( #3517 )
...
* Define cmp() for Python 3
http://python-future.org/compatible_idioms.html?highlight=cmp#cmp
* Define cmp() for Python 3
http://python-future.org/compatible_idioms.html?highlight=cmp#cmp
2017-08-18 10:13:10 -07:00
Jie Luo
1aa2c34387
Merge pull request #3516 from cclauss/patch-3
...
Python 3 compatibility fixes: print(), long(), etc.
2017-08-18 10:11:30 -07:00
cclauss
dded80f924
define long() for Python 3
2017-08-18 01:41:27 +02:00
cclauss
6f4c9b07e4
print() function for Python 3
2017-08-18 01:25:00 +02:00
cclauss
a1acf25327
print() function and lose the semicolons (;)
2017-08-18 01:18:50 +02:00
cclauss
067543cd6d
from __future__ import print_function
...
The future import is required to support the print(x, end=" ") parameter in Python 2.
2017-08-18 01:14:48 +02:00
cclauss
7daedbd8ca
print() function & define raw_input() for Python 3
2017-08-18 01:09:14 +02:00
cclauss
45483fd1c0
file() was removed in Python 3, use open() instead
...
http://python-future.org/compatible_idioms.html#file
2017-08-18 01:04:17 +02:00
Jie Luo
5ab8ae7566
Merge pull request #3511 from cclauss/patch-3
...
Old style exception --> new style exception
2017-08-17 13:51:22 -07:00
Jisi Liu
fa46d11e2e
Merge pull request #3514 from pherl/rubyfix
...
Bump gem version for the next upload
2017-08-17 13:51:05 -07:00
Jisi Liu
29c24abbf1
Merge pull request #3502 from pherl/pypi
...
Update testpypi URLs
2017-08-17 13:50:50 -07:00
Jisi Liu
19266369f0
Bump gem version for the next upload
2017-08-17 13:10:47 -07:00
cclauss
958412e2e6
Old style exception --> new style exception
2017-08-17 19:25:39 +02:00
Jie Luo
d1484cdec6
Update CHANGES.txt
2017-08-16 14:40:59 -07:00
Jie Luo
55d938c910
Update CHANGES.txt
2017-08-16 14:39:16 -07:00
Jisi Liu
98c6d04df4
Prefer system distributed binaries/libraries.
...
It seems like the image has a /usr/local/bin/autoconf installed, which
doesn't recognize/work with the yum installed libtools. Putting
distributed binaries/libraries first solves the problem
2017-08-16 13:34:14 -07:00
Bo Yang
e243082fe9
Update php version number to 3.4.0
2017-08-16 13:03:44 -07:00
Bo Yang
82dd4b3793
Update php c extension version number.
2017-08-16 13:00:50 -07:00
Jisi Liu
5d5df84913
clean up
2017-08-16 10:35:00 -07:00
Jisi Liu
19a7e2099b
Update testpypi addresses.
...
The old one is deprecated and no longer working.
2017-08-16 10:30:38 -07:00
Jisi Liu
80a37e0782
Merge pull request #3495 from pherl/c++11
...
Add std::forward and std::move autoconf check
2017-08-15 16:39:12 -07:00