Skip to content
Snippets Groups Projects
  1. Dec 13, 2018
  2. Dec 12, 2018
    • Hao Nguyen's avatar
      Create a script to help update the version automatically (#5454) · 15c30d72
      Hao Nguyen authored
      * Create a script to help update the version automatically
      
      * Update comment in the update_version script
      
      * Update script to fix special handling for common.h and Makefile.am
      
      * Revise update_version script to only update the other constants in common.h if it is a major release. Reset Makefile.am version to 17:0:0
      15c30d72
  3. Dec 11, 2018
  4. Dec 10, 2018
  5. Dec 05, 2018
  6. Dec 03, 2018
    • Stephane Moore's avatar
      [protos/objc] Include more context in deprecation messages :warning: · 74fa8745
      Stephane Moore authored
      For deprecated fields, identify the deprecated field and source file in the deprecation message. For deprecated files, identify the deprecated file in deprecation messages of generated interfaces. This additional context in deprecation messages will help provide developers with more context which could help them seek recommended alternatives to deprecated interfaces.
      74fa8745
  7. Nov 28, 2018
    • Paul Yang's avatar
      Change MACOSX_DEPLOYMENT_TARGET to 10.9 (#5406) · 704037f2
      Paul Yang authored
      * Add kokoro build for python source package
      
      * Use libc++ for xcode 10 (#5303)
      
      The xcode 10 removes the deprecated libstdc++ library. We could set
      "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead.
      
      * Add python 3.7 build
      
      * Add build for python 3.7 on linux and windows
      
      * Remove unused source build
      
      * Add comment
      
      * Fix $MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Fix MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Add missing import for sysconfig
      
      * Add missing imports
      704037f2
    • michaelbausor's avatar
      PHP: Add Enum methods for converting to/from strings (#5342) · 0b9af83d
      michaelbausor authored
      * adds string-to-int and int-to-string methods to enums
      
      * remove check for valueToName property in EnumTrait
      
      * Remove unused imports
      
      * Update to avoid using EnumTrait
      
      * Remove EnumTrait
      
      * Update enum types
      
      * Move name and value methods into generated classes
      
      * Remove functions from GPBUtil
      
      * Test well known enums
      
      * Implement enum value to/from name in c extension
      
      * Only generate use statement when namespace is present
      0b9af83d
  8. Nov 27, 2018
  9. Nov 26, 2018
  10. Nov 21, 2018
  11. Nov 20, 2018
  12. Nov 19, 2018
  13. Nov 18, 2018
  14. Nov 15, 2018
  15. Nov 14, 2018
Loading