1. 12 Nov, 2017 1 commit
  2. 03 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) · bcda919c
      Paul Yang authored
      * Fix php well known type conformance tests
      
      * Properly generate code for test.proto
      
      * Provide GPBMetadata files in c extensions for generated files to import.
      
      * Remove unnecessary test
      
      * Clean up code
      
      * Add declaration for initOnce.
      
      * Refactoring
      bcda919c
  3. 06 Oct, 2017 1 commit
    • Paul Yang's avatar
      Add well known types to php runtime. (#3697) · 77f64bb7
      Paul Yang authored
      * Add well known types to php runtime.
      
      * Fix php7.0 tests
      
      * No longer generate empty.proto in test as it has been included in
      runtime.
      
      * Fix zts build
      
      * Clean code
      
      * Rename g_p_b_empty to empty.
      
      * Don't generate code for empty.proto in compatibility test
      
      * Fix 32-bit
      
      * Fix mac build
      
      * Fix Makefile.am to add new files
      77f64bb7
  4. 14 Sep, 2017 1 commit
    • Feng Xiao's avatar
      Fix go example test. · 8136ccb2
      Feng Xiao authored
      It needs "-I" flag to find imported file google/protobuf/timestamp.proto
      8136ccb2
  5. 12 Sep, 2017 1 commit
  6. 08 Sep, 2017 1 commit
  7. 24 Aug, 2017 1 commit
  8. 23 Aug, 2017 1 commit
  9. 22 Aug, 2017 2 commits
  10. 18 Aug, 2017 2 commits
  11. 03 Aug, 2017 1 commit
  12. 02 Aug, 2017 1 commit
  13. 25 Jul, 2017 1 commit
  14. 24 Jul, 2017 1 commit
    • Axel Huebl's avatar
      Travis: Exclude CMake .pc files · ebe659dc
      Axel Huebl authored
      Exclude the unconfigured .pc input files of the CMake
      based install: they shall not be packed/distributed,
      only their outputs are
      ebe659dc
  15. 23 Jul, 2017 1 commit
    • Axel Huebl's avatar
      Travis: Exclude CMake .pc files · 74dcf447
      Axel Huebl authored
      Exclude the unconfigured .pc input files of the CMake
      based install: they shall not be packed/distributed,
      only their outputs are
      74dcf447
  16. 18 Jul, 2017 1 commit
    • 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
  17. 30 Jun, 2017 1 commit
  18. 05 Jun, 2017 1 commit
    • Paul Yang's avatar
      Add new file option php_namespace. (#3162) · 6f325805
      Paul Yang authored
      * Add new file option php_namespace.
      
      Use this option to change the namespace of php generated classes.
      Default is empty. When this option is empty, the package name will be
      used for determining the namespace.
      
      * Uncomment commented tests
      
      * Revert gdb test change
      
      * Update csharp descriptor.
      
      * Add test for empty php_namespace.
      6f325805
  19. 24 May, 2017 1 commit
    • Jon Skeet's avatar
      Convert C# projects to MSBuild (csproj) format · f26e8c2a
      Jon Skeet authored
      This has one important packaging change: the netstandard version now
      depends (implicitly) on netstandard1.6.1 rather than on individual
      packages. This is the preferred style of dependency, and shouldn't
      affect any users - see http://stackoverflow.com/questions/42946951
      for details.
      
      The tests are still NUnit, but NUnit doesn't support "dotnet test"
      yet; the test project is now an executable using NUnitLite. (When
      NUnit supports dotnet test, we can adapt to it.)
      
      Note that the project will now only work in Visual Studio 2017 (and
      Visual Studio Code, and from the command line with the .NET Core
      1.0.0 SDK); Visual Studio 2015 does *not* support this project file
      format.
      f26e8c2a
  20. 10 May, 2017 1 commit
  21. 05 May, 2017 1 commit
  22. 20 Apr, 2017 1 commit
    • Paul Yang's avatar
      Allow proto files to import descriptor.proto (#2995) · 4523c9c2
      Paul Yang authored
      descriptor.proto uses proto2 syntax, which is not ready for external
      usage. However, some proto3 files import descriptor.proto and cannot be
      used. In this PR, all references (We cheated by only removing
      extensions, which is enough for now. User should avoid using messages
      defined in descriptor.proto as field type.) to content in
      descriptor.proto are removed from generated files. Those that import
      descriptor.proto can be used like other proto files.
      4523c9c2
  23. 19 Apr, 2017 1 commit
  24. 17 Mar, 2017 1 commit
  25. 08 Mar, 2017 1 commit
  26. 06 Mar, 2017 1 commit
  27. 12 Feb, 2017 1 commit
  28. 10 Feb, 2017 1 commit
  29. 08 Feb, 2017 1 commit
  30. 07 Feb, 2017 1 commit
  31. 01 Feb, 2017 1 commit
  32. 26 Jan, 2017 1 commit
  33. 09 Dec, 2016 4 commits
  34. 08 Dec, 2016 2 commits