- 06 Sep, 2017 1 commit
-
-
Adam Cozzette authored
Update autogen.sh
-
- 05 Sep, 2017 3 commits
-
-
Paul Yang authored
-
Feng Xiao authored
bazel: Add proto_library rules for well known types. Fixes #2763
-
Jakob Buchgraber authored
Adds a proto_library rule for each well known type proto: $ bazel query "filter(\".*_proto$\", \"...\")" //:wrappers_proto //:timestamp_proto //:struct_proto //:field_mask_proto //:empty_proto //:duration_proto //:compiler_plugin_proto //:descriptor_proto //:api_proto //:type_proto //:source_context_proto //:any_proto Bazel users can reference these proto_library rules for their own language specific rules i.e. java_proto_library( name = "any_java_proto", deps = ["@com_google_protobuf//:any_proto"], ) Also set the workspace name to "com_google_protobuf", as proto_library rules reference protobuf that way.
-
- 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 5 commits