aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/RepeatedPrimitiveFieldGenerator.cs
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the ICoded interfaces (again) removing the use of some generic ↵csharptest2011-06-101-3/+3
| | | | methods.
* Finished adding find tag by namecsharptest2011-06-081-31/+4
|
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-13/+14
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-12/+16
| | | | | | | Refactored 'speed' generated write of arrays to call Write???Array. This may have impacted speed write speeds for arrays of non-reference types due to the use of non-generic IEnumerable and the subsequent boxing of value types. This could be addressed later if desired.
* reformatted all code to .NET standard formattingcsharptest2011-05-201-187/+216
|
* Lite feature complete.csharptest2010-11-091-0/+15
|
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+1
|
* Regionify copyright statementJon Skeet2009-09-091-3/+3
|
* Fixed bug spotted by danielrJon Skeet2009-09-061-2/+3
|
* Fix copyright noticesJon Skeet2009-06-251-0/+31
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-1/+2
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Add CLSCompliance.Jon Skeet2009-06-051-0/+7
|
* Support packed primitive typesJon Skeet2009-02-181-5/+51
|
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-271-0/+2
|
* Fix property special-casingJon Skeet2008-11-241-15/+15
|
* Replaced copyright noticeJon Skeet2008-10-231-1/+1
|
* First cut at new layoutJon Skeet2008-10-221-0/+84