aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/TestProtos
Commit message (Expand)AuthorAgeFilesLines
* Add aliases into enumsJon Skeet2008-08-151-0/+2
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-147-240/+320
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-149-1692/+1674
* Extensions don't need to go under a separate type.Jon Skeet2008-08-143-11/+11
* The great generics revisiting.Jon Skeet2008-08-148-571/+583
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-149-152/+637
* More tests, more fixes.Jon Skeet2008-08-141-4/+4
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-145-36/+179
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-143-150/+150
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-145-0/+15438