1. 07 Aug, 2017 1 commit
    • Thomas Van Lenten's avatar
      Fix up Xcode 8.3.x support. · ba81c59c
      Thomas Van Lenten authored
      - Xcode 8.3.3 bumped the simulators to 10.3.1, so 10.3 fails.  Just use
        the "latest" naming instead to avoid issues.
      - Also switch to just testing an old 32bit build and new 64bit build as
        there isn't any code in protobuf that should care about form facts.
        (Looks like the iPad Pro simulator names aren't always constantly, on
        some developer machines they are "iPad Pro (9.7 inch)" while on others
        they are "iPad Pro (9.7-inch)"; so just avoid using them.)
      ba81c59c
  2. 26 Jul, 2017 7 commits
  3. 25 Jul, 2017 4 commits
  4. 24 Jul, 2017 7 commits
  5. 23 Jul, 2017 2 commits
  6. 21 Jul, 2017 2 commits
  7. 20 Jul, 2017 2 commits
  8. 19 Jul, 2017 4 commits
  9. 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
  10. 17 Jul, 2017 6 commits