aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestGoogleSpeedProtoFile.cs
Commit message (Expand)AuthorAgeFilesLines
* Rebuild source for Issue 84 change to code generatorcsharptest2015-02-071-413/+438
* Regenerated proto code with string.Concat approach to descriptor data.Jon Skeet2013-09-241-62/+63
* version 2.4.1.521csharptest2013-05-071-1/+1
* Adding project templates and refactored buildcsharptest2012-10-151-95/+96
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-141-24/+0
* regenerated proto files with recent changescsharptest2012-10-101-2/+2
* Post-release changescsharptest2011-10-151-1/+1
* version 2.4.1.473csharptest2011-10-151-13/+13
* merged issue-28csharptest2011-09-281-89/+109
|\
| * Regenerated code with changescsharptest2011-09-231-89/+109
* | merged issue-22csharptest2011-09-281-63/+461
|\|
| * First pass at implementation and testing of reusable builders.csharptest2011-09-091-63/+461
* | Fix for public constructor on messagescsharptest2011-09-231-0/+5
* | merge issue-26csharptest2011-09-161-16/+16
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-161-16/+16
| |/
* / Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-091-1/+1
|/
* 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