aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestEmbedOptimizeForProtoFile.cs
Commit message (Expand)AuthorAgeFilesLines
* Post-release changescsharptest2011-10-151-1/+1
* version 2.4.1.473csharptest2011-10-151-4/+4
* merged issue-28csharptest2011-09-281-19/+23
|\
| * Regenerated code with changescsharptest2011-09-231-19/+23
* | merged issue-22csharptest2011-09-281-12/+50
|\|
| * First pass at implementation and testing of reusable builders.csharptest2011-09-091-12/+50
* | Fix for public constructor on messagescsharptest2011-09-231-0/+1
* | merge issue-26csharptest2011-09-161-2/+2
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-161-2/+2
| |/
* / 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-1/+1
* Finished adding find tag by namecsharptest2011-06-081-2/+17
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-5/+5
* Extracted ICodedInputStream interfacecsharptest2011-06-031-4/+4
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-4/+2
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-1/+1
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-6/+9
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-2/+2
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-3/+3
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+9
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-201-1/+1
* version 2.3.0.277csharptest2011-05-191-1/+1
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-031-370/+370
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+1
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+1
* Workaround for Mono bug 516379Jon Skeet2009-06-251-3/+3
* Remove unused variable in static constructorsJon Skeet2009-06-171-1/+1
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-1/+1
* Fix custom options behaviourJon Skeet2009-06-051-20/+40
* Write/Read delimited messagesJon Skeet2009-05-291-0/+9
* Added field constant generationJon Skeet2009-05-281-0/+2
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-051-4/+12
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+1
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-271-0/+7
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-161-9/+7
* Refactored optionsJon Skeet2008-11-121-3/+3
* First cut at new layoutJon Skeet2008-10-221-0/+324