1. 25 May, 2017 1 commit
  2. 24 May, 2017 2 commits
    • Jon Skeet's avatar
      0b07d7eb
    • 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
  3. 23 May, 2017 6 commits
  4. 22 May, 2017 1 commit
  5. 17 May, 2017 2 commits
  6. 15 May, 2017 1 commit
  7. 08 May, 2017 1 commit
  8. 05 May, 2017 2 commits
  9. 04 May, 2017 1 commit
  10. 03 May, 2017 1 commit
    • Adam Cozzette's avatar
      Removed mention of Buffer in byteSourceToUint8Array · f00e06c9
      Adam Cozzette authored
      The Closure compiler complains about Buffer since that class exists only
      in Node. That logic does not seem to be needed (unit tests and conformance
      tests pass without it), so let's just remove it to solve the problem.
      f00e06c9
  11. 02 May, 2017 2 commits
  12. 01 May, 2017 2 commits
  13. 27 Apr, 2017 3 commits
  14. 26 Apr, 2017 4 commits
  15. 25 Apr, 2017 2 commits
  16. 24 Apr, 2017 4 commits
  17. 21 Apr, 2017 2 commits
  18. 20 Apr, 2017 3 commits
    • 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
    • Feng Xiao's avatar
      Fix python3 issue. · 478119fe
      Feng Xiao authored
      478119fe
    • Feng Xiao's avatar
      Merge pull request #2992 from xiaogaozi/patch-1 · 14afc3fd
      Feng Xiao authored
      Add gogoprotobuf to third-party add-ons list
      14afc3fd