aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/CodedOutputStream.cs
Commit message (Collapse)AuthorAgeFilesLines
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-031-565/+3
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-46/+94
| | | | | | | 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.
* big-endian support for float, and double on Silverlightcsharptest2011-06-021-7/+8
|
* Optimized access to ByteString from coded io.csharptest2011-06-021-9/+5
|
* reformatted all code to .NET standard formattingcsharptest2011-05-201-1146/+1423
|
* Implementation work for Lite runtime and generatorcsharptest2010-11-071-18/+13
|
* First pass at interface breakupcsharptest2010-11-041-14/+22
|
* Support Compact Framework 3.5Jon Skeet2009-11-031-2/+2
|
* Regionify copyright statementJon Skeet2009-09-091-0/+3
|
* Silverlight compatibility other than SortedListJon Skeet2009-09-091-6/+8
|
* Add CLSCompliance.Jon Skeet2009-06-051-0/+26
|
* Support packed primitive typesJon Skeet2009-02-181-16/+347
|
* Replaced copyright noticeJon Skeet2008-10-231-11/+27
|
* First cut at new layoutJon Skeet2008-10-221-0/+765