1. 07 Aug, 2017 3 commits
  2. 04 Aug, 2017 7 commits
    • Paul Yang's avatar
    • Paul Yang's avatar
      Fix the bug in php c extension that setting one field can change another field's value. (#3455) · 49b44bff
      Paul Yang authored
      * Fix the bug in php c extension that setting one field can change another
      field's value.
      
      The reason is that previously, in c extension, it was assumed that the
      order that fields were declared in php is the same as the order of
      fields in upb. This is not true. Now, for every field in upb, we will
      look up the actual property that is corresponding to the upb field.
      
      * Cleanup pull request
      
      * Fix indentation
      
      * Port to php5
      
      * Port with php7.1
      
      * Port to zts
      49b44bff
    • michaelbausor's avatar
      Update PHP descriptors (#3391) · 21b0e558
      michaelbausor authored
      * Add descriptors test
      
      * Update descriptors tests
      
      * Add public descriptors
      
      * Add test_desriptors.proto to test script
      
      * Update composer files
      
      * Remove references to GPBType, update tests to be compatible with c
      
      * Update for c extension compatibility
      
      * Remove nested enums for descriptor, update tests
      
      * Strip leading '.' from descriptor name
      
      * Update tests with test for getClass, fix OneofDescriptor
      
      * Add new files to Makefile.am
      21b0e558
    • Jie Luo's avatar
      PY26 tests compatibility · f5817b30
      Jie Luo authored
      1, Some tests in reflection_test PY26 raise TypeError but other versions raise ValueError for convert negative long to unsigned
      2, Change compare exception type to compare exception str for testDuplicateExtensionNumber. Original code raise 'Double registration of Extensions' is not an instance of (<type 'exceptions.AssertionError'>, <type 'exceptions.ValueError'>) for PY26 cpp implementation
      
      t
      f5817b30
    • Feng Xiao's avatar
      Merge pull request #3456 from giorgioazzinnaro/patch-1 · 1ab5adbd
      Feng Xiao authored
      Update third party addons with ProfaneDB
      1ab5adbd
    • Giorgio Azzinnaro's avatar
      Update third party addons with ProfaneDB · a3e17523
      Giorgio Azzinnaro authored
      I added my project ProfaneDB, it is a database for Protocol Buffers objects. Written in C++, it uses gRPC as an interface for other languages.
      It is still work in progress, but I'd love to get some feedback on it while I progress!
      a3e17523
    • Jie Luo's avatar
  3. 03 Aug, 2017 2 commits
  4. 02 Aug, 2017 2 commits
  5. 01 Aug, 2017 2 commits
  6. 31 Jul, 2017 2 commits
  7. 26 Jul, 2017 7 commits
  8. 25 Jul, 2017 4 commits
  9. 24 Jul, 2017 7 commits
  10. 23 Jul, 2017 2 commits
  11. 21 Jul, 2017 2 commits