aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/Descriptors
Commit message (Collapse)AuthorAgeFilesLines
* Signed the test assembly, and added InternalsVisibleTo. Some public members ↵Jon Skeet2008-08-141-4/+2
| | | | now internal again.
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-141-35/+0
|
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-1418-57/+302
| | | | directives.
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-143-1/+17
|
* Added DynamicMessage and ExtendableBuilder, along with the first supporting ↵Jon Skeet2008-08-141-2/+4
| | | | tests.
* First unit test reading a complete message\!Jon Skeet2008-08-142-7/+6
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-141-1/+2
| | | | generated unit test files to compile.
* 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
| | | | default type for a repeated field.
* Autogeneration now hopefully close to correct. Library builds! (Not finished ↵Jon Skeet2008-08-145-2/+119
| | | | though...)
* Descriptor framework skeleton. Somewhat generic to avoid lots of code ↵Jon Skeet2008-08-148-26/+133
| | | | duplication.
* Changed fixed size methods to return unsigned integers. Finished FieldSet. ↵Jon Skeet2008-08-147-24/+96
| | | | Introduced mapping from FieldType to WireType and MappedType.
* Gradually implementing FieldSetJon Skeet2008-08-144-0/+44
|
* Some work on AbstractBuilder, and complete implementation of UnknownField ↵Jon Skeet2008-08-143-1/+22
| | | | and UnknownFieldSet
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-145-0/+70