- 17 Jun, 2019 2 commits
-
-
Paul Yang authored
* Change int64 json encoding to be string for php and ruby * Fix ruby test * Sync upb change
-
Hao Nguyen authored
-
- 21 May, 2019 5 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
This reverts commit 783971e8. Revert an accidental revert!
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
This reverts commit c40018e5.
-
Hao Nguyen authored
-
- 17 May, 2019 1 commit
-
-
Paul Yang authored
-
- 10 May, 2019 1 commit
-
-
Paul Yang authored
* Custom mktime to fix issue on mac * Remove succeeded tests from failure list
-
- 23 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 27 Mar, 2019 1 commit
-
-
Bo Yang authored
-
- 26 Mar, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.1 * Update version number in port_def.inc
-
- 25 Mar, 2019 2 commits
-
-
Benjamin Peterson authored
-
Paul Yang authored
* Allow bytes field to be longer than 16000 bytes * Remove empty line
-
- 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
-
- 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
-
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
-
- 12 Mar, 2019 1 commit
-
-
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
-
- 06 Mar, 2019 1 commit
-
-
Joshua Haberman authored
-
- 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
-
- 25 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 22 Feb, 2019 1 commit
-
-
Bo Yang authored
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 19 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version to 3.7.0 * Update version number for java bom
-
- 16 Feb, 2019 2 commits
-
-
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
-
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
-
- 07 Feb, 2019 1 commit
-
-
Paul Yang authored
-
- 01 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update php version number to 3.7.0RC2 * Update version number in source code
-
- 31 Jan, 2019 1 commit
-
-
Adam Cozzette authored
-
- 28 Jan, 2019 2 commits
- 25 Jan, 2019 1 commit
-
-
Paul Yang authored
Previously, internalAddGeneratedFile has to depend on old non-nested name for sub-messages. This creates a hard dependency on old generated code for compatibility usage. If user's code has custome error handler, the deprecation warning in the old generated code will also be thrown (even though users haven't explicitly depended on the old message name). To fix this problem, this change added an additional flag in the generated code to tell run time that it's safe to use new message name. In this way, internalAddGeneratedFile can safely depend on new name and don't trigger unnecessary deprecation warning.
-
- 24 Jan, 2019 1 commit
-
-
Hao Nguyen authored
-
- 23 Jan, 2019 1 commit
-
-
Paul Yang authored
* Fix more issues for reference values * Revert change in gdb test * Add more tests
-
- 22 Jan, 2019 2 commits
- 18 Jan, 2019 1 commit
-
-
Joshua Haberman authored
* Fixed compile warnings for PHP extension. * Fixed some compile errors on PHP <7 and with TSR enabled. * One more fix for TSRM builds.
-
- 17 Jan, 2019 1 commit
-
-
Paul Yang authored
* Fix field mask for php in json * Update byte size
-
- 08 Jan, 2019 1 commit
-
-
Paul Yang authored
* Fix Empty ListValue/Struct json encoding * Add test for empty ListValue
-