1. 21 Aug, 2015 1 commit
  2. 20 Aug, 2015 1 commit
  3. 14 Aug, 2015 6 commits
  4. 13 Aug, 2015 5 commits
  5. 12 Aug, 2015 2 commits
  6. 11 Aug, 2015 3 commits
  7. 10 Aug, 2015 6 commits
  8. 09 Aug, 2015 1 commit
  9. 08 Aug, 2015 9 commits
  10. 07 Aug, 2015 3 commits
  11. 06 Aug, 2015 3 commits
    • Bo Yang's avatar
      Remove unused .pb.h #includes. · 5e47a68b
      Bo Yang authored
      5e47a68b
    • Jon Skeet's avatar
      Generated code for previous commit. · 5bdc5729
      Jon Skeet authored
      5bdc5729
    • 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