aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove pre-installed softwaresGravatar Matt Kwong2017-08-23
|
* Merge pull request #3543 from tony612/patch-1Gravatar Jisi Liu2017-08-22
|\ | | | | Add Elixir protobuf and gRPC to 3rd party doc
| * Add Elixir protobuf and gRPC to 3rd party docGravatar Bing Han2017-08-23
|/
* Merge pull request #3535 from drivehappy/clang_warn_cleanupGravatar Jisi Liu2017-08-21
|\ | | | | Fixing unused parameter warnings under Clang.
* \ Merge pull request #3529 from pherl/merge3.4.xGravatar Jisi Liu2017-08-21
|\ \ | | | | | | Merge 3.4.x into master
* | | remove the parens from the cmp() lambda definition (#3526)Gravatar cclauss2017-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * Fixing unused parameter warnings under Clang.Gravatar drivehappy2017-08-21
| |/ |/|
| * Merge remote-tracking branch 'origin/3.4.x' into mergemasterGravatar Jisi Liu2017-08-18
|/|
| * Merge pull request #3528 from pherl/rubyfixGravatar Jisi Liu2017-08-18
| |\ | | | | | | Bump gemspec again
| * \ Merge pull request #3504 from pherl/3.4.xGravatar Jisi Liu2017-08-18
| |\ \ | | | | | | | | Prefer system distributed binaries/libraries.
| | | * Bump gemspec againGravatar Jisi Liu2017-08-18
| | |/ | |/|
* | | Merge pull request #3317 from ejona86/protoc-artifacts-jdk8Gravatar Jisi Liu2017-08-18
|\ \ \ | | | | | | | | protoc-artifacts: Bump JDK to 8u131
* | | | Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Gravatar Jie Luo2017-08-18
| | | | | | | | | | | | This reverts commit 703f414ca6102e669ece2dcd5f7d9c2b05ca222e.
* | | | Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)Gravatar cclauss2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Define cmp() for Python 3 (#3517)Gravatar cclauss2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Merge pull request #3516 from cclauss/patch-3Gravatar Jie Luo2017-08-18
|\ \ \ \ | | | | | | | | | | Python 3 compatibility fixes: print(), long(), etc.
| * | | | define long() for Python 3Gravatar cclauss2017-08-18
| | | | |
| * | | | print() function for Python 3Gravatar cclauss2017-08-18
| | | | |
| * | | | print() function and lose the semicolons (;)Gravatar cclauss2017-08-18
| | | | |
| * | | | from __future__ import print_functionGravatar cclauss2017-08-18
| | | | | | | | | | | | | | | The future import is required to support the print(x, end=" ") parameter in Python 2.
| * | | | print() function & define raw_input() for Python 3Gravatar cclauss2017-08-18
| | | | |
| * | | | file() was removed in Python 3, use open() insteadGravatar cclauss2017-08-18
|/ / / / | | | | | | | | http://python-future.org/compatible_idioms.html#file
* | | | Merge pull request #3511 from cclauss/patch-3Gravatar Jie Luo2017-08-17
|\ \ \ \ | | | | | | | | | | Old style exception --> new style exception
| | | * \ Merge pull request #3514 from pherl/rubyfixGravatar Jisi Liu2017-08-17
| | | |\ \ | | | | | | | | | | | | Bump gem version for the next upload
| | | * \ \ Merge pull request #3502 from pherl/pypiGravatar Jisi Liu2017-08-17
| | | |\ \ \ | | | | | | | | | | | | | | Update testpypi URLs
| | | | | * | Bump gem version for the next uploadGravatar Jisi Liu2017-08-17
| | | | | | |
| * | | | | | Old style exception --> new style exceptionGravatar cclauss2017-08-17
|/ / / / / /
| | * | | | Update CHANGES.txtGravatar Jie Luo2017-08-16
| | | | | |
| | * | | | Update CHANGES.txtGravatar Jie Luo2017-08-16
| | | | | |
| | | | | * Prefer system distributed binaries/libraries.Gravatar Jisi Liu2017-08-16
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | 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
| | * | | Update php version number to 3.4.0Gravatar Bo Yang2017-08-16
| | | | |
| | * | | Update php c extension version number.Gravatar Bo Yang2017-08-16
| | | |/ | | |/|
| | | * clean upGravatar Jisi Liu2017-08-16
| | | |
| | | * Update testpypi addresses.Gravatar Jisi Liu2017-08-16
| | |/ | | | | | | | | | The old one is deprecated and no longer working.
| | * Merge pull request #3495 from pherl/c++11Gravatar Jisi Liu2017-08-15
| | |\ | | | | | | | | Add std::forward and std::move autoconf check
* | | \ Merge pull request #3494 from drivehappy/clang_warning_macroGravatar Jisi Liu2017-08-15
|\ \ \ \ | | | | | | | | | | Fixing -Wexpansion-to-defined Clang warning
| | | * \ Merge pull request #3496 from pherl/mingw64Gravatar Jisi Liu2017-08-15
| | | |\ \ | | | | | | | | | | | | Static link pthread for mingw64 protoc and enable cross compile
| | | | * | Update readmeGravatar Jisi Liu2017-08-15
| | | | | |
| | | * | | Merge pull request #3493 from pherl/cmathGravatar Jisi Liu2017-08-15
| | | |\ \ \ | | | | | | | | | | | | | | Fix cmath/math.h include with non C++11 libstdc++
| | | | | * | static link for 32 bit build as well.Gravatar Jisi Liu2017-08-15
| | | | | | |
| | | | | * | Update comments that cross compile is feasible nowGravatar Jisi Liu2017-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to install mingw-w64 on linux to cross compile
| | | | | * | First try static linking pthreadGravatar Jisi Liu2017-08-15
| | | | | | |
| | | | | | * Add std::forward and std::move autoconf checkGravatar Jisi Liu2017-08-15
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Protobuf now uses these two features, which are not available on some platforms.
| * | | | / Fixing warning under Clang 6.x (-Wexpansion-to-defined) where the macro ↵Gravatar drivehappy2017-08-15
|/ / / / / | | | | | | | | | | | | | | | expansion producing 'defined' was warning on undefined behavior.
| | | * / Fix cmath/math.h include with non C++11 libstdc++Gravatar Jisi Liu2017-08-15
| | | |/
| | * | Merge pull request #3488 from pherl/changelogGravatar Jisi Liu2017-08-14
| | |\ \ | | | |/ | | |/| Update changelog for 3.4.x
| | | * Update changelog for 3.4.xGravatar Jisi Liu2017-08-14
| | |/
| | * Merge pull request #3485 from pherl/mingwGravatar Jisi Liu2017-08-11
| | |\ | | | | | | | | Fix build on MinGW32
| | * \ Merge pull request #3484 from pherl/qualifierGravatar Jisi Liu2017-08-11
| | |\ \ | | | | | | | | | | Make compilers without ref-qualifier support happy.
| | | | * Fix commentsGravatar Jisi Liu2017-08-11
| | | | |