1. 06 Aug, 2015 2 commits
    • Jon Skeet's avatar
      Skip groups properly. · e7f88ff1
      Jon Skeet authored
      Now the generated code doesn't need to check for end group tags, as it will skip whole groups at a time.
      Currently it will ignore extraneous end group tags, which may or may not be a good thing.
      Renamed ConsumeLastField to SkipLastField as it felt more natural.
      Removed WireFormat.IsEndGroupTag as it's no longer useful.
      
      This mostly fixes issue 688.
      
      (Generated code changes coming in next commit.)
      e7f88ff1
    • Jan Tattermusch's avatar
      Merge pull request #692 from jskeet/tag-0 · ad8a889d
      Jan Tattermusch authored
      Change ReadTag/PeekTag behaviour to return 0 at EOF
      ad8a889d
  2. 05 Aug, 2015 12 commits
  3. 04 Aug, 2015 3 commits
  4. 03 Aug, 2015 15 commits
  5. 02 Aug, 2015 4 commits
  6. 01 Aug, 2015 2 commits
  7. 31 Jul, 2015 2 commits