aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/FieldSet.cs
Commit message (Expand)AuthorAgeFilesLines
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-141-4/+18
* More tests, and a bug fix.Jon Skeet2008-08-141-3/+4
* The great generics revisiting.Jon Skeet2008-08-141-14/+14
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-141-2/+7
* First unit test reading a complete message\!Jon Skeet2008-08-141-13/+5
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-0/+11
* Fix default instance behaviour for repeated typesJon Skeet2008-08-141-13/+14
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-141-3/+3
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-141-5/+58
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-141-7/+242
* Gradually implementing FieldSetJon Skeet2008-08-141-8/+297
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-141-0/+33