aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/CodedOutputStream.ComputeSize.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-304/+0
* First pass at wrapper types.Jon Skeet2015-07-161-5/+3
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-8/+1
* Tidying up and extra tests.Jon Skeet2015-06-301-21/+30
* Use our "local" copy of Encoding.UTF8 in CodedInputStream too.Jon Skeet2015-06-171-1/+1
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-200/+20
* Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.Jon Skeet2015-06-121-11/+1
* Coded*Stream streamlining.Jon Skeet2015-06-121-130/+2
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-6/+6
* Improve string encoding times.Jon Skeet2015-06-111-2/+2
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-46/+25
* Remove CLS compliance from runtime code.Jon Skeet2015-04-291-10/+0
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+653