aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/ICodedOutputStream.cs
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-1/+1
| | | | This makes repeated fields really awkward at the moment - but when we reimplement RepeatedField<T> to be backed by an array, we can cast the array directly...
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-62/+41
| | | | pretty slow right now.
* Remove CLS compliance from runtime code.Jon Skeet2015-04-291-7/+1
| | | | We need to remove it from the generator too; I'll raise a github issue for that.
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+374