aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Collections
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-173-1182/+0
* Fixes from PR review.Jon Skeet2015-07-171-1/+1
* First pass at wrapper types.Jon Skeet2015-07-162-3/+33
* Remove the struct-based iterator for RepeatedField.Jon Skeet2015-07-161-57/+6
* C# cleanup - assorted nitsJan Tattermusch2015-07-151-2/+1
* Lots more tests for FieldCodec, MapField, RepeatedFieldJon Skeet2015-07-092-12/+45
* Implement reflection properly for fields.Jon Skeet2015-07-092-6/+126
* Fix copyright lines for all C# code.Jon Skeet2015-06-302-4/+37
* Tidying up and extra tests.Jon Skeet2015-06-302-4/+5
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-302-77/+115
* Remove a lot of code which wasn't needed any more.Jon Skeet2015-06-265-353/+10
* Tweaks and more tests for mapsJon Skeet2015-06-262-3/+2
* More map tests, and various production code improvements.Jon Skeet2015-06-251-15/+49
* First pass at map support.Jon Skeet2015-06-251-0/+400
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-2/+33
* Implement Clone.Jon Skeet2015-06-231-0/+30
* Use an empty array instead of a null reference for an empty repeated field.Jon Skeet2015-06-191-22/+10
* Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-121-33/+206
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-098-270/+219
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-166-0/+718