aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/CodedOutputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-121-1/+1
* Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-021-1/+1
* Changes from code reviewcsharptest2011-09-291-13/+1
* reintegration with tipcsharptest2011-09-281-2/+2
|\
| * Added support for negative enum values and testscsharptest2011-09-091-2/+2
* | Missing braces :)csharptest2011-09-091-0/+2
* | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-091-0/+3
* | Added IDisposable to ICodedOutputStreamcsharptest2011-09-081-1/+11
|/
* Changes from review e805fdfd3a6bcsharptest2011-08-051-1/+1
* Removal of #condition commented sourcecsharptest2011-08-011-57/+0
* renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTocsharptest2011-07-141-2/+2
* Reformatted to include bracescsharptest2011-07-141-112/+232
* Added the XmlFormatWriter/Readercsharptest2011-06-101-8/+30
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-282/+389
* Several performance tweakscsharptest2011-06-091-11/+18
* Renamed Bytes to ByteArray and added a Reverse method.csharptest2011-06-081-6/+6
* Performance fix for float/double write bytes. Performance fix, do not use Ar...csharptest2011-06-081-5/+28
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-84/+311
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-13/+1
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-031-565/+3
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-46/+94
* 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