1. 05 Jun, 2017 2 commits
    • Garret Kelly's avatar
      Remove unused output_file variable from js_embed · 7ccb251b
      Garret Kelly authored
      The js_embed tool outputs to stdout, so the output_file variable is
      unnecessary and unused.
      7ccb251b
    • 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
  2. 01 Jun, 2017 4 commits
  3. 30 May, 2017 3 commits
  4. 29 May, 2017 3 commits
  5. 26 May, 2017 1 commit
  6. 25 May, 2017 1 commit
  7. 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
  8. 23 May, 2017 7 commits
  9. 22 May, 2017 1 commit
  10. 17 May, 2017 2 commits
  11. 15 May, 2017 1 commit
  12. 08 May, 2017 1 commit
  13. 05 May, 2017 2 commits
  14. 04 May, 2017 1 commit
  15. 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
  16. 02 May, 2017 2 commits
  17. 01 May, 2017 2 commits
  18. 27 Apr, 2017 3 commits
  19. 26 Apr, 2017 1 commit