- 11 Oct, 2019 1 commit
-
-
Rafi Kamal authored
-
- 03 Oct, 2019 1 commit
-
-
Rafi Kamal authored
-
- 18 Sep, 2019 1 commit
-
-
Jie Luo authored
* Cherry pick changes on update_version.py #6643 * Update version to 3.10.0-rc-0 * Do not add rc0 to php packages.xml
-
- 12 Sep, 2019 2 commits
-
-
Rafi Kamal authored
-
Paul Yang authored
* Down integrate to GitHub * Remove unintentional double assign * Change ByteCountInt64 to int64_t * Revert changes in binary_conformance_test.cc * Revert unnecessary changes
-
- 05 Sep, 2019 1 commit
-
-
Rafi Kamal authored
-
- 03 Sep, 2019 1 commit
-
-
Tim Gates authored
-
- 23 Aug, 2019 1 commit
-
-
Rafi Kamal authored
-
- 09 Aug, 2019 2 commits
-
-
reed-lau authored
-
Jie Luo authored
* Add changelog for 3.9.x * Revert "Make php message class final to avoid mocking (#6277)" (#6324) This reverts commit 7f84a943. This is just temporary. Eventually, we still want to roll forward this change. Some users are complaining they need more time to clean up their code. * Update extract_includes.bat.in File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io * Set oneof case in array constructor (#6351) Forgot to set it previously. * Update protobuf version (#6366) * Drop building wheel for python 3.4 (#6406) https://github.com/matthew-brett/multibuild/pull/240 * Fix binary compatibility in FieldCodec factory methods (#6380) (#6424) * Fix binary compatibility in FieldCodec factory messages * Make default value parameter for current factories required * Route old methods through default value overloads * Remove ExtensionRegistry.Add(params) overload * Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange * Edit naming of parameters in Extension classes * * Fix add API warnings to docs for extension APIs * Rename internal ExtensionSet.GetValue to TryGetValue * Disable javadoc error (#6371) * Disable javadoc error Actual fixes of the javadoc will be followed up * Remove duplicated configuration * Update javadoc plugin version * Updated Bazel test script to use most recent Bazel version (#6413) (#6433) I'm not exactly sure why, but this fixes the failing Bazel presubmit test. Using the most recent version seems like a good idea anyway so that we can make sure we're compatible with any new Bazel changes. * [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl * No need to update version in generated code (#6471) generate_descriptor will handle that * Update protobuf version (#6472)
-
- 31 Jul, 2019 1 commit
-
-
Gaël Delalleau authored
-
- 19 Jul, 2019 2 commits
-
-
Leon Barrett authored
Currently, if you access a ListValue from a Struct and attempted to assign it to another Struct, you would get an exception: > s1 = spb.Struct() > s1['a'] = [1] > s2 = spb.Struct() > s2['a'] = s1['a'] ValueError: Unexpected type This fixes that case.
-
Paul Yang authored
* Down integrate to GitHub * Fix broken tests
-
- 17 Jun, 2019 1 commit
-
-
Hao Nguyen authored
-
- 11 Jun, 2019 1 commit
-
-
Hao Nguyen authored
-
- 30 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 21 May, 2019 3 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
-
- 17 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 13 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 03 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 23 Apr, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 17 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 10 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 09 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 06 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 05 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 26 Mar, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.1 * Update version number in port_def.inc
-
- 20 Mar, 2019 2 commits
-
-
Hao Nguyen authored
Undelete python/google/protobuf/pyext/proto2_api_test.proto that was accidentally removed from file_list
-
Hao Nguyen authored
-
- 06 Mar, 2019 1 commit
-
-
Hao Nguyen authored
* Down integrate to github
-
- 28 Feb, 2019 3 commits
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
Peter Ebden authored
* Fix construction of messages using the C++ Python implementation when a map field is passed from one message to another. * Add a test on message map field construction * python 3 support * review comments * add test * Collapse code into one
-
Oliver Bristow authored
-
- 26 Feb, 2019 1 commit
-
-
grindhold authored
We need to cast to a constant charpointer here.
-
- 22 Feb, 2019 2 commits
-
-
Bo Yang authored
-
Yilun Chong authored
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-