1. 26 Jul, 2017 1 commit
  2. 25 Jul, 2017 1 commit
  3. 05 Jul, 2017 2 commits
  4. 01 Jul, 2017 1 commit
  5. 29 Jun, 2017 1 commit
  6. 28 Jun, 2017 4 commits
  7. 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
  8. 12 Dec, 2016 1 commit
  9. 03 Dec, 2016 1 commit
    • Joshua Haberman's avatar
      Factored Conformance and Benchmark test messages into shared test schema. (#1971) · f1ce60e7
      Joshua Haberman authored
      * Factored Conformance test messages into shared test schema.
      
      * Updated benchmarks to use new proto3 message locations.
      
      * Fixed include path.
      
      * Conformance: fixed include of Python test messages.
      
      * Make maven in Rakefile use --batch-mode.
      
      * Revert changes to benchmarks.
      
      On second thought I think a separate schema for
      CPU benchmarking makes sense.
      
      * Try regenerating C# protos for new test protos.
      
      * Removed benchmark messages from test proto.
      
      * Added Jon Skeet's fixes for C#.
      
      * Removed duplicate/old test messages C# file.
      
      * C# fixes for test schema move.
      
      * Fixed C# to use the correct TestAllTypes message.
      
      * Fixes for Objective C test schema move.
      
      * Added missing EXTRA_DIST file.
      f1ce60e7
  10. 16 Aug, 2016 1 commit
  11. 15 Aug, 2016 1 commit
  12. 14 Jul, 2016 2 commits
  13. 04 Jul, 2016 1 commit
  14. 20 Apr, 2016 1 commit
  15. 04 Feb, 2016 2 commits
  16. 15 Jan, 2016 1 commit
  17. 13 Jan, 2016 1 commit
    • Jon Skeet's avatar
      JSON conformance test fixes · f2fe50bf
      Jon Skeet authored
      - Spot an Any without a type URL
      - In the conformance test runner, catch exceptions due to generally-invalid JSON
      f2fe50bf
  18. 04 Jan, 2016 1 commit
  19. 16 Dec, 2015 1 commit
  20. 15 Dec, 2015 1 commit
  21. 22 Nov, 2015 1 commit
  22. 19 Nov, 2015 1 commit
  23. 09 Nov, 2015 1 commit
  24. 06 Nov, 2015 1 commit
  25. 24 Oct, 2015 1 commit
  26. 01 Oct, 2015 1 commit
  27. 30 Sep, 2015 1 commit
  28. 29 Sep, 2015 2 commits
  29. 01 Sep, 2015 1 commit
  30. 06 Aug, 2015 1 commit
  31. 05 Aug, 2015 3 commits