1. 04 Jul, 2017 1 commit
  2. 29 Feb, 2016 1 commit
  3. 10 Aug, 2015 1 commit
    • Jon Skeet's avatar
      More TODOs done. · f2732c7a
      Jon Skeet authored
      - Removed a TODO without change in DescriptorPool.LookupSymbol - the TODOs were around performance, and this is only used during descriptor initialization
      - Make the CodedInputStream limits read-only, adding a static factory method for the rare cases when this is useful
      - Extracted IDeepCloneable into its own file.
      f2732c7a
  4. 05 Aug, 2015 1 commit
  5. 03 Aug, 2015 1 commit
  6. 17 Jul, 2015 1 commit
  7. 09 Jul, 2015 1 commit
    • Jon Skeet's avatar
      Minor fix-ups as suggested in PR #560. · 3cce11ce
      Jon Skeet authored
      - Added new line at the end of SampleEnum
      - Moved GeneratedMessageTest.GetSampleMessage to a new class, SampleMessages, and renamed it to CreateFullTestAllTypes.
      3cce11ce
  8. 30 Jun, 2015 3 commits
  9. 19 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Minor cleanup. · cdeda4b8
      Jon Skeet authored
      - Make some members internal
      - Remove a lot of FrameworkPortability that isn't required
      - Start adding documentation comments
      - Remove some more group-based members
      - Not passing in "the last tag read" into Read*Array, g
      cdeda4b8
  10. 17 Jun, 2015 1 commit
  11. 12 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Coded*Stream streamlining. · 96ddf01a
      Jon Skeet authored
      Remove ICodedInputStream and ICodedOutputStream, and rewrite CodedInputStream and CodedOutputStream to be specific to the binary format. If we want to support text-based formats, that can be a whole different serialization mechanism.
      96ddf01a
  12. 11 Jun, 2015 1 commit
  13. 09 Jun, 2015 1 commit
  14. 12 May, 2015 1 commit
    • Jon Skeet's avatar
      Convert back to using NUnit, which is now loaded via NuGet. · 90c8932f
      Jon Skeet authored
      This includes the NUnit test adapter which allows NUnit tests to be run under VS without any extra plugins.
      Unfortunate the compatibility tests using the abstract test fixture class show up as "external" tests, and aren't well presented - but they do run.
      90c8932f
  15. 30 Apr, 2015 1 commit