aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/Descriptors
Commit message (Expand)AuthorAgeFilesLines
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Jon Skeet2008-08-141-4/+2
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-141-35/+0
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-1418-57/+302
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-143-1/+17
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-141-2/+4
* First unit test reading a complete message\!Jon Skeet2008-08-142-7/+6
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-1/+2
* Field accessor implementations complete (hopefully)Jon Skeet2008-08-141-2/+0
* Fix default instance behaviour for repeated typesJon Skeet2008-08-141-4/+4
* Two more which should have been in the last commitJon Skeet2008-08-142-3/+10
* Descriptors are pretty much complete, with a slight issue of how to find the ...Jon Skeet2008-08-1414-65/+1169
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-145-2/+119
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-148-26/+133
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-147-24/+96
* Gradually implementing FieldSetJon Skeet2008-08-144-0/+44
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-143-1/+22
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-145-0/+70