aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/ProtocolBuffers.csproj
Commit message (Expand)AuthorAgeFilesLines
* Renamed GeneratedRepeatException to GeneratedRepeatExtensionJon Skeet2008-09-041-1/+1
* 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/+4
* Evil reflection optimisation.Jon Skeet2008-08-141-0/+1
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-141-0/+3
* Optimisations of IsInitialized and removal of unnecessary references.Jon Skeet2008-08-141-2/+0
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-141-1/+0
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-141-1/+0
* Implemented text parsing.Jon Skeet2008-08-141-0/+1
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-141-0/+1
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-141-1/+3
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-0/+6
* Implemented TextFormatterJon Skeet2008-08-141-0/+1
* Field accessor implementations complete (hopefully)Jon Skeet2008-08-141-0/+6
* Finish implementing GeneratedBuilder.Jon Skeet2008-08-141-1/+0
* Descriptors are pretty much complete, with a slight issue of how to find the ...Jon Skeet2008-08-141-0/+5
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-141-0/+8
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-141-1/+6
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-141-0/+2
* Gradually implementing FieldSetJon Skeet2008-08-141-1/+4
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-141-0/+11
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-141-1/+7
* Added copyright noticesJon Skeet2008-08-141-0/+1
* First part of dotnet libraryJon Skeet2008-08-141-0/+60