1. 08 Jan, 2019 2 commits
  2. 07 Jan, 2019 1 commit
  3. 03 Jan, 2019 1 commit
    • Paul Yang's avatar
      Add ruby 2.6 test (#5528) · de9e1a04
      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
      de9e1a04
  4. 02 Jan, 2019 2 commits
  5. 27 Dec, 2018 1 commit
  6. 26 Dec, 2018 2 commits
  7. 22 Dec, 2018 2 commits
  8. 21 Dec, 2018 3 commits
  9. 20 Dec, 2018 5 commits
  10. 19 Dec, 2018 7 commits
  11. 18 Dec, 2018 5 commits
    • Adam Cozzette's avatar
      Merge pull request #5488 from acozzette/unused-kokoro · cbf89a64
      Adam Cozzette authored
      Removed Kokoro config for 64-bit Linux
      cbf89a64
    • Adam Cozzette's avatar
      Removed Kokoro config for 64-bit Linux · 453274b7
      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.
      453274b7
    • Paul Yang's avatar
      Php 7.3 fix (#5434) · d7c44095
      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
      d7c44095
    • Thomas Van Lenten's avatar
      If enum aliases overlap in ObjC names skip generating the extras. · d529720e
      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.
      d529720e
    • Thomas Van Lenten's avatar
      Small fix to -[GPBEnumDescriptor getValue:forEnumTextFormatName:] · 4c559316
      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.
      4c559316
  12. 15 Dec, 2018 6 commits
  13. 14 Dec, 2018 3 commits