aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Collections/RepeatedField.cs
Commit message (Expand)AuthorAgeFilesLines
* Compare floating point values bitwise in C#Jon Skeet2017-12-091-2/+3
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-1/+1
* C#: Implement IReadOnlyList<T> in RepeatedField<T>Jon Skeet2017-01-301-0/+3
* Implement RepeatedField.AddRange (#1733)Jon Skeet2016-07-131-45/+68
* Replace StringBuilder with TextWriter in JsonFormatteravgweb2016-03-061-3/+4
* Fix handling of repeated wrappersJon Skeet2016-01-151-5/+4
* Support ToString in RepeatedField and MapField.Jon Skeet2015-10-011-0/+16
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-4/+2
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-2/+109
* More freezing tidy-up; generated code in next commit.Jon Skeet2015-07-301-2/+1
* Minor bits of left-over frozenness.Jon Skeet2015-07-301-1/+0
* remove the freeze APIJan Tattermusch2015-07-291-26/+3
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-271-4/+6
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+470