- 25 Mar, 2019 1 commit
-
-
Adam Cozzette authored
We need to mark messages as final soon, but before we do that we need to provide a temporary opt-out mechanism to accommodate existing code that inherits from generated messages. For 3.7.1 let's stop marking messages final but in 3.8 we can reintroduce "final" with an opt-out option.
-
- 21 Mar, 2019 3 commits
-
-
Daniel Kurka authored
-
Daniel Kurka authored
The removed variable here is actually used breaking downstream bazel builds.
-
Adam Cozzette authored
This should fix #5717 and ensure that this header gets installed properly on Windows.
-
- 20 Mar, 2019 1 commit
-
-
Paul Yang authored
* Replace strptime with custom implementation * Fix ruby strptime * Fix test * Fix ruby conformance test * Use mktime * Remove EmptyFieldMask from failed conformance test list
-
- 15 Mar, 2019 2 commits
- 14 Mar, 2019 4 commits
-
-
Joe Bolinger authored
-
Joe Bolinger authored
-
Joe Bolinger authored
-
Joe Bolinger authored
-
- 13 Mar, 2019 2 commits
-
-
David Supplee authored
* add terminating character * adjust name length input * add test cases * correct script name * Misc fixes * add new script to EXTRA_DIST list
-
Paul Yang authored
* Remove GPBWrapperUtil from generated code * Add newline
-
- 12 Mar, 2019 2 commits
-
-
Paul Yang authored
* Add conformance test for nested listvalue * Fix upb for parsing repeated Value/ListValue * Add failed repeated ListValue conformance test into php failure list
-
Adam Cozzette authored
It appears that some versions of Clang do not support this flag, and this came up as a problem for Homebrew builds in issue #5815.
-
- 11 Mar, 2019 1 commit
-
-
Paul Yang authored
* Encode empty ListValue * Update mac ruby conformance failure list
-
- 08 Mar, 2019 2 commits
-
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
bmoyles0117 authored
* add check for overflow * de-nestify * break long lines
-
- 28 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
- 27 Feb, 2019 1 commit
-
-
Yilun Chong authored
Cherry-pick fixing for mac tests after kokoro updates
-
- 26 Feb, 2019 3 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
* fix macos build by changing xcode version * add comments * fix benchmark build for mac * fix for gem option and install npm * add test for node and npm * fix node * fix for node * another attempts to fix node * another attempts * clean up
-
Paul Yang authored
* Add a script to mirror php changes to protobuf-php * Create tag
-
- 25 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 22 Feb, 2019 3 commits
-
-
Paul Yang authored
Update version number to 3.7.0rc3
-
Bo Yang authored
-
Hao Nguyen authored
* Support rc version in update_version.py
-
- 19 Feb, 2019 2 commits
- 16 Feb, 2019 1 commit
-
-
michaelbausor authored
* Exclude repeated and map fields from normalization * Remove erroneous comments * Remove unnecessary check for map type * Add support for repeated/map fields, add tests * Fix wrapper message in repeated/map fields in array constructor * Address PR comments * Removed unused code * Update docs
-
- 14 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 12 Feb, 2019 2 commits
-
-
Adam Cozzette authored
This should fix #5696.
-
Paul Yang authored
Cherry-pick (#5686) to 3.7.x
-
- 11 Feb, 2019 1 commit
-
-
Sydney Acksman authored
* Modify how end tags are encounted in merge code (compiler) * Modify how end tags are encounted in merge code (generated) * Modify how end tags are encounted in merge code (library) * Regenerate generated code through generate_descriptor_proto.sh
-
- 07 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 06 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 02 Feb, 2019 1 commit
-
-
Paul Yang authored
* Add several fixes for python toolchain * Fix versin regex * Make script exit on error * Fix version regex * Fix version regex * Fix version regex * Fix version regex * Make test run on the current commit * Fix test * Fix test * Use git to retrieve current commit * Fix tests * Fix tests * Also make linux and mac work on the current commit * Fix test
-
- 01 Feb, 2019 3 commits
-
-
Paul Yang authored
* Update php version number to 3.7.0RC2 * Update version number in source code
-
Adam Cozzette authored
GeneratedMessageV3#setUnknownFieldsProto3 was trying to delegate to setUnknownFields but was inadvertently resulting in infinite recursion. This commit makes setUnknownFields and setUnknownFieldsProto3 delegate to a common private method to fix the problem and avoid confusion.
-
Paul Yang authored
* Use gnu for ruby build because strptime is provided by posix * Move option to extconf.rb * Remove unused code in Rakefile * Add config files for kokoro test * Use gnu 11 * Define _XOPEN_SOURCE * Add gnu11 option * Remove XOPEN * Try base_cc_flags * Try config_options * Move time.h to top * Try -D_XOPEN_SOURCE=700 * Define XOPEN_SOURCE directly * Try extconf.rb * Try CFLAGS * Try ext.cross_config_options * Make mac ruby release job fail on error * Try again * Try define _XOPEN_SOURCE in extconf.rb * Try again * Define __USE_XOPEN * Remove 2.6.0 * No mingw * Throw error on mingw * Remove XOPEN_SOURCE in upb * Add back mingw * Remove comment
-