aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/TestProtos/UnitTestOptimizeForProtoFile.cs
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization check when an optional field has required subfieldsJon Skeet2008-09-041-5/+300
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Jon Skeet2008-08-211-1/+1
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-191-1/+1
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-141-6/+8
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-141-35/+33
* Extensions don't need to go under a separate type.Jon Skeet2008-08-141-2/+2
* The great generics revisiting.Jon Skeet2008-08-141-5/+9
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-141-4/+1
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-141-2/+1
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-141-2/+2
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-0/+243