1. 26 Jul, 2017 4 commits
  2. 25 Jul, 2017 4 commits
  3. 24 Jul, 2017 7 commits
  4. 23 Jul, 2017 2 commits
  5. 21 Jul, 2017 2 commits
  6. 20 Jul, 2017 2 commits
  7. 19 Jul, 2017 4 commits
  8. 18 Jul, 2017 5 commits
    • Feng Xiao's avatar
      Merge pull request #3390 from danielgtaylor-isp/patch-1 · 942a29ce
      Feng Xiao authored
      Add note about includes to README
      942a29ce
    • Bo Yang's avatar
      Merge 3.3.x into master · 6ec0b7e4
      Bo Yang authored
      6ec0b7e4
    • Jie Luo's avatar
      Merge pull request #3385 from anandolee/master · 33702998
      Jie Luo authored
      Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance
      33702998
    • Daniel Taylor's avatar
      Add note about includes to README · 4b5b1e6e
      Daniel Taylor authored
      Ran into an issue today where a machine had the `protoc` compiler but not the include files. Took a while to sort out, and this added note to the README included in every zip should help.
      4b5b1e6e
    • Matt A's avatar
      Support PHP generic services (#3269) · 9e745f77
      Matt A authored
      * Add php_generic_services option
      
      * Generate PHP generic services
      
      * Respect namespaces for generated PHP services
      
      * Test PHP generated services
      
      * Rename PHP generator service method doc comment function
      
      * Correct phpdoc service method case
      
      * Test namespaced PHP generic services
      
      * Always use the FQCN for PHP generic service input/output
      
      * Add generated_service_test to php test.sh
      
      * Add php service test protos to CI
      
      * Add php service files to php_EXTRA_DIST
      
      * Use Interface suffix for php generic services
      9e745f77
  9. 17 Jul, 2017 7 commits
  10. 15 Jul, 2017 1 commit
    • dylanetaft's avatar
      Expand documentation in Readme.md · 36fcc2a5
      dylanetaft authored
      Add some supporting documentation regarding Closure for those unfamiliar., Also substantiate details for "files in this directory" - including them all will result in a project that does not compile as some are used for test cases and aren't part of the core library.
      36fcc2a5
  11. 14 Jul, 2017 1 commit
    • Paul Yang's avatar
      Initial value in generated code cannot be used by c extension. (#3367) · c78dbd7c
      Paul Yang authored
      In the generated code of previous versions, each php field is given an
      initial value. In c extension, it was assumed that the field order in
      the generated code is consistent with upb fields order, so that the
      correct initial value can be bound to the correct upb field. However,
      this may not be true. The order of fields in generated code is decided
      by proto compiler, while the order of upb fields is decided by the hash
      function used in c extension.
      This PR fixes the issue by reset the initial value at runtime.
      c78dbd7c
  12. 13 Jul, 2017 1 commit