aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/MessageGenerator.cs
Commit message (Expand)AuthorAgeFilesLines
* Fix for leaving Builder a public ctor on internal classescsharptest2011-06-171-1/+1
* Finished adding find tag by namecsharptest2011-06-081-11/+73
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-041-1/+6
* Extracted ICodedInputStream interfacecsharptest2011-06-031-4/+4
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-1/+1
* 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-9/+19
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-1/+1
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+9
* reformatted all code to .NET standard formattingcsharptest2011-05-201-617/+732
* Lite feature complete.csharptest2010-11-091-0/+47
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-33/+49
* Implementation work for Lite runtime and generatorcsharptest2010-11-071-31/+38
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+2
* Regionify copyright statementJon Skeet2009-09-091-0/+3
* Fix copyright noticesJon Skeet2009-06-251-4/+33
* Workaround for Mono bug 516379Jon Skeet2009-06-251-3/+3
* Remove unused variable in static constructorsJon Skeet2009-06-171-2/+5
* Fix custom options behaviourJon Skeet2009-06-051-12/+46
* Write/Read delimited messagesJon Skeet2009-05-291-0/+9
* Added field constant generationJon Skeet2009-05-281-1/+2
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-051-4/+12
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+1
* Support packed primitive typesJon Skeet2009-02-181-1/+1
* Merge extensions correctlyJon Skeet2009-01-271-0/+4
* Fix property special-casingJon Skeet2008-11-241-2/+2
* Refactored optionsJon Skeet2008-11-121-9/+9
* Replaced copyright noticeJon Skeet2008-10-231-1/+1
* First cut at new layoutJon Skeet2008-10-221-0/+453