aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/AbstractBuilder.cs
Commit message (Expand)AuthorAgeFilesLines
* Just comments.Jon Skeet2008-08-151-1/+1
* Beginning to fix the TODOsJon Skeet2008-08-141-1/+1
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-141-4/+18
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-141-0/+5
* The great generics revisiting.Jon Skeet2008-08-141-71/+91
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-141-2/+2
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-141-1/+12
* First unit test reading a complete message\!Jon Skeet2008-08-141-5/+9
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-141-21/+18
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-141-3/+3
* Gradually implementing FieldSetJon Skeet2008-08-141-11/+11
* Fix AbstractMessage and AbstractBuilder to get the explicit interface impleme...Jon Skeet2008-08-141-64/+40
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-141-0/+195