- 04 Sep, 2017 1 commit
-
-
Nan Xiao authored
Fix the bug in following scenario: gmock is downloaded successfully while gtest not. Resuming "autogen.sh", the gtest won't be downloaded. And following error will occur: $ ./autogen.sh + autoreconf -f -i -Wall,no-obsolete aclocal: error: configure.ac:1: file 'gtest/m4/acx_pthread.m4' does not exist autoreconf: aclocal failed with exit status: 1
-
- 31 Aug, 2017 2 commits
-
-
Joshua Haberman authored
Move parse frame array to the Map object
-
Paul Yang authored
* Add php support for Timestamp. * Fix comments
-
- 30 Aug, 2017 2 commits
-
-
Aaron Patterson authored
-
Aaron Patterson authored
This makes the frame stack per-parser, and per-thread. Fixes #3250
-
- 25 Aug, 2017 1 commit
-
-
Paul Yang authored
* Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am
-
- 24 Aug, 2017 2 commits
- 23 Aug, 2017 4 commits
-
-
Jisi Liu authored
Remove pre-installed softwares from prebuild steps
-
Matt Kwong authored
-
Jisi Liu authored
Merge fixes from 3.4.x into master
-
Jisi Liu authored
Disable death tests on windows
-
- 22 Aug, 2017 9 commits
-
-
Jie Luo authored
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/
-
Jie Luo authored
-
Jisi Liu authored
Also remove cord related code
-
Jisi Liu authored
Use message name as defined in php runtime.
-
Jisi Liu authored
Merge pull request #3535 from drivehappy/clang_warn_cleanup
-
Jisi Liu authored
Merge pull request #3494 from drivehappy/clang_warning_macro
-
Jisi Liu authored
Add Elixir protobuf and gRPC to 3rd party doc
-
George Burgess IV authored
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.
-
Bing Han authored
-
- 21 Aug, 2017 10 commits
-
-
Jisi Liu authored
Fixing -Wexpansion-to-defined Clang warning
-
Jisi Liu authored
Fixing unused parameter warnings under Clang.
-
Jisi Liu authored
Fixing unused parameter warnings under Clang.
-
Jisi Liu authored
Remove C++11 features in io_win32.cc
-
Jisi Liu authored
-
Bo Yang authored
-
Jisi Liu authored
- Use scoped_array instead of unique_ptr. - Do not use string::front() and string::back()
-
Jisi Liu authored
Merge 3.4.x into master
-
cclauss authored
* 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
-
drivehappy authored
-
- 18 Aug, 2017 9 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
Bump gemspec again
-
Jisi Liu authored
Prefer system distributed binaries/libraries.
-
Jisi Liu authored
-
Jisi Liu authored
protoc-artifacts: Bump JDK to 8u131
-
cclauss authored
* 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
-
cclauss authored
* 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
-
Jie Luo authored
Python 3 compatibility fixes: print(), long(), etc.
-