aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestGoogleSpeedProtoFile.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-091-63/+461
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-121-0/+4
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-15/+15
* Several performance tweakscsharptest2011-06-091-76/+76
* Finished adding find tag by namecsharptest2011-06-081-226/+301
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-334/+334
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-041-0/+3
* Extracted ICodedInputStream interfacecsharptest2011-06-031-20/+20
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-123/+121
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-5/+5
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-30/+45
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-6/+6
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-133/+119
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-0/+6131