1. 30 Jul, 2015 3 commits
  2. 27 Jul, 2015 1 commit
    • Jon Skeet's avatar
      First attempt at using profile 259 for Google.Protobuf. · 0dbd5ec8
      Jon Skeet authored
      This requires .NET 4.5, and there are a few compatibility changes required around reflection.
      Creating a PR from this to see how our CI systems handle it. Will want to add more documentation,
      validation and probably tests before merging.
      
      This is in aid of issue #590.
      0dbd5ec8
  3. 22 Jul, 2015 1 commit
  4. 21 Jul, 2015 1 commit
  5. 20 Jul, 2015 2 commits
  6. 17 Jul, 2015 1 commit
  7. 14 Jul, 2015 2 commits
  8. 10 Jul, 2015 2 commits
  9. 09 Jul, 2015 2 commits
  10. 30 Jun, 2015 2 commits
  11. 26 Jun, 2015 2 commits
  12. 25 Jun, 2015 1 commit
  13. 24 Jun, 2015 1 commit
  14. 23 Jun, 2015 2 commits
  15. 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
  16. 17 Jun, 2015 1 commit
  17. 12 Jun, 2015 2 commits
  18. 30 May, 2015 1 commit
  19. 12 May, 2015 1 commit
  20. 01 May, 2015 2 commits
  21. 29 Apr, 2015 2 commits
    • Jon Skeet's avatar
      Convert both the full and lite runtimes (and json/xml serialization assemblies)… · ce97e686
      Jon Skeet authored
      Convert both the full and lite runtimes (and json/xml serialization assemblies) to be Portable Class Libraries.
      All referring projects are now .NET 4 client rather than .NET 3.5.
      This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.)
      ce97e686
    • Jon Skeet's avatar
      Update C# solution and AddressBook project. · 5e0189ab
      Jon Skeet authored
      Move to a single solution file containing all of the C# projects, but no other solution folders - it's easier to edit those files outside VS than keep adding and removing them from the project.
      The AddressBook protos have been regenerated (with a change to the example proto which I haven't included in this change - I'll wait for us to decide exactly what we're doing with namespaces before changing protos outside the csharp directory.
      
      Note that now we've got Addressbook.cs which contains AddressBook and Addressbook classes. It's bad enough that we've got a class called AddressBook within a namespace of AddressBook (hard to get away from) but having things vary just by case is nasty.
      This is more evidence that an option for renaming the file and descriptor class would be welcome. (A single option can probably handle both.)
      5e0189ab