aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/Collections
Commit message (Collapse)AuthorAgeFilesLines
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-052-1/+56
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-284-21/+125
|
* Replaced copyright noticeJon Skeet2008-10-234-34/+82
|
* First cut at new layoutJon Skeet2008-10-224-0/+371