aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/DescriptorProtos
Commit message (Expand)AuthorAgeFilesLines
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-141-758/+756
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-142-5/+35
* The great generics revisiting.Jon Skeet2008-08-141-165/+165
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-141-60/+15
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-141-1/+60
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-181/+156
* Field accessor implementations complete (hopefully)Jon Skeet2008-08-141-2/+2
* Removed Descriptor.cs which was an early attempt at generationJon Skeet2008-08-141-5715/+0
* Descriptors are pretty much complete, with a slight issue of how to find the ...Jon Skeet2008-08-141-149/+0
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-144-6/+11155
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-143-0/+185