- 08 Jan, 2019 3 commits
-
-
Thomas Van Lenten authored
The CocoaPod (and source) have always support tvOS, but adding the project makes it easier to run the tests and debug if there ever were an issue. (not adding a watchOS project at the moment because Apple doesn't provide XCTest, so all it could do is build the library. We still support that, just can't "test" it.)
-
Thomas Van Lenten authored
-
Paul Yang authored
* Add ruby 2.6 gem build for linux * Add docker hub organization * Add ruby2.6 in cross compile targets * Fix tests * Check mac version * No need to install php in preparation for mac
-
- 07 Jan, 2019 1 commit
-
-
Thomas Van Lenten authored
-
- 03 Jan, 2019 1 commit
-
-
Paul Yang authored
* Add ruby 2.6 test * Fix broken tests * Fix compatibility test * Fix bundler version * Use new docker image * Fix broken test * Use new docker image in ruby26 test * Install ruby for mac
-
- 02 Jan, 2019 2 commits
-
-
Hao Nguyen authored
-
Adam Cozzette authored
Clean up unnecessary compile warning with GCC
-
- 27 Dec, 2018 1 commit
-
-
Keith Moyer authored
The -Wno-writable-strings warning flag is Clang-specific. GCC's equivalent is -Wno-write-strings, which Clang also supports as a synonym. So, -Wno-write strings is more compatible and there is no need to specify both. https://clang.llvm.org/docs/DiagnosticsReference.html#wwrite-strings https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
-
- 26 Dec, 2018 2 commits
- 22 Dec, 2018 2 commits
-
-
Joshua Haberman authored
Enable the ignore_unknown_field option in the Ruby unmarshal options
-
Adam Cozzette authored
Use NoLocalStrtod for international compliance
-
- 21 Dec, 2018 3 commits
-
-
Erik Benoist authored
This adds the ability for the MRI Ruby library to optionally pass in a ignore_unknown_fields option when decoding JSON. The functionality was added upstream in upb, this change exposes that option.
-
Yilun Chong authored
-
Paul Yang authored
Down-integrate internal changes to github.
-
- 20 Dec, 2018 5 commits
-
-
Bo Yang authored
-
Bo Yang authored
-
Aaron Bray authored
-
Hao Nguyen authored
Add conformance test for allow_alias with lower_case enums
-
Paul Yang authored
-
- 19 Dec, 2018 7 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Lower the severity of lower-case ruby enum to warning. Add conformance test for allow_alias with lower_case enums
-
Hao Nguyen authored
-
Aaron Bray authored
Recieved errors pasing json files with decimal floats from European colleagues
-
Paul Yang authored
* Rebuild python docker image * Update docker image * Change call to build_and_run_docker.sh * Set up python tests for different versions * Fix comments
-
Adam Cozzette authored
Exclude command_line_interface_unittest.cc in MSVC build
-
Yilun Chong authored
* Fix benchmark to use docker image on kokoro * Deleted pure php benchmark and fix long time benchmark
-
- 18 Dec, 2018 5 commits
-
-
Adam Cozzette authored
Removed Kokoro config for 64-bit Linux
-
Adam Cozzette authored
This Kokoro configuration is no longer being used and the build.sh script does not work anymore, so let's delete this configuration.
-
Paul Yang authored
* Inherit from message instead of implement When regestering class (implmenets other class) during MINIT, zend_class_implements would call zend_class_entry->interface_gets_implemented(). In PHP-7.3 interface_gets_implemented shares the same location with create_object. However, during MINIT, the global object storeage hasn't been initialized. And thus, caused segment fault in php 7.3. * Use zend_string_init where interned string may be the value. zend_string_dup will keep using the existing interned string. In php 7.3, interned string cannot be destroyed from user's code. * Uncommment debug code * Use latest phpunit for each php versions * Revert change in Dockerfile * Update php test to use the new docker image * Update composer * Change docker organization * Update phpunit * Debug phpunit * Store phpunit into bin dir in docker image * Install valgrind to docker * Fix compatibility test * Remove generated_service_test from compatibility c extension test * Update 32bit php test to the new docker image * Install bison * Fix build.sh * Fix DOCKERIMAGE_PREFIX * Fix basename * Add comment to build_and_run_docker2.sh * Remove commented code * Fix comments
-
Thomas Van Lenten authored
Some protos have enum values of "FOO" and "Foo", which the ObjC generation then makes into the same thing. Just skip generating the enum element for the duplicate as it would be a compile error because of the name collision. The descriptors are still generated to support reflection and TextFormat more completely.
-
Thomas Van Lenten authored
Don't look up the TextFormat for the value as aliases can trip that up, instead check the TextFormat names directly and then fetch the value.
-
- 15 Dec, 2018 6 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
Paul Yang authored
* Down-integrate internal changes * Update generated code for php, objc and csharp. * Add missing dependency in conformance_php
-
- 14 Dec, 2018 2 commits
-
-
Hao Nguyen authored
Replace update_version shell script with a python script
-
Hao Nguyen authored
-