1. 03 Jun, 2017 1 commit
  2. 30 May, 2017 6 commits
  3. 29 May, 2017 3 commits
  4. 26 May, 2017 1 commit
  5. 25 May, 2017 1 commit
  6. 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
  7. 23 May, 2017 7 commits
  8. 22 May, 2017 1 commit
  9. 17 May, 2017 2 commits
  10. 15 May, 2017 1 commit
  11. 08 May, 2017 1 commit
  12. 05 May, 2017 2 commits
  13. 04 May, 2017 1 commit
  14. 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
  15. 02 May, 2017 2 commits
  16. 01 May, 2017 2 commits
  17. 27 Apr, 2017 3 commits
  18. 26 Apr, 2017 3 commits