aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/CodedInputStreamTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup.Jon Skeet2015-06-191-2/+2
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-3/+6
* Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-121-2/+2
* Coded*Stream streamlining.Jon Skeet2015-06-121-34/+19
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-3/+3
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-35/+29
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-121-88/+88
* Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-301-171/+101
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+639