aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/CodedInputStreamTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Minor fix-ups as suggested in PR #560.Jon Skeet2015-07-091-1/+1
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-6/+1
* Tidying up and extra tests.Jon Skeet2015-06-301-137/+16
* Tests changed enough to buildJon Skeet2015-06-301-10/+29
* 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