1. 26 Jun, 2015 4 commits
    • Jon Skeet's avatar
      Fix or delete old projects. · e75a10d8
      Jon Skeet authored
      ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed.
      ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark.
      ProtoMunge: delete; not useful enough to merit fixing up.
      
      Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
      e75a10d8
    • Jon Skeet's avatar
      Tests for FieldCodec, along with a fix. · 286edc0f
      Jon Skeet authored
      286edc0f
    • Jon Skeet's avatar
      Generated code changes for previous commit. · e6fc9778
      Jon Skeet authored
      e6fc9778
    • Jon Skeet's avatar
      Tweaks and more tests for maps · c1283310
      Jon Skeet authored
      - Change the default message hash code to 1 to be consistent with other code
      - Change the empty list/map hash code to 0 as "empty map" is equivalent to "no map"
      - Removed map fields from unittest_proto3.proto
      - Created map_unittest_proto3.proto which is like map_unittest.proto but proto3-only
      - Fixed factory methods in FieldCodec highlighted by using all field types :)
      - Added tests for map serialization:
        - Extra fields within entries
        - Entries with value then key
        - Non-contiguous entries for the same map
        - Multiple entries for the same key
      
      Changes to generated code coming in next commit
      c1283310
  2. 25 Jun, 2015 7 commits
  3. 24 Jun, 2015 4 commits
  4. 23 Jun, 2015 6 commits
  5. 22 Jun, 2015 1 commit
  6. 19 Jun, 2015 6 commits
  7. 18 Jun, 2015 10 commits
  8. 17 Jun, 2015 2 commits