Protocol Buffers - Google's data interchange format
Find a file
Jon Skeet 8729cf4628 Added the ability to use an IEnumerable<T> when adding to a list, so you can do:
new Foo.Builder {
   RepeatedValue = { x.Select(y) }
};

... a bit like LINQ to XML.
2009-06-05 22:49:05 +01:00
benchmarks Benchmark data update. 2009-03-05 23:28:32 +00:00
lib Update protoc.exe to 2.1 release 2009-05-30 10:05:24 +01:00
protos Fix custom options behaviour 2009-06-05 19:29:36 +01:00
src Added the ability to use an IEnumerable<T> when adding to a list, so you can do: 2009-06-05 22:49:05 +01:00
testdata Commit earlier deletes 2009-03-05 13:22:15 +00:00
.gitignore Benchmarking, dumping and munging 2009-01-16 10:57:40 +00:00
ProtocolBuffers.build Fix custom options behaviour 2009-06-05 19:29:36 +01:00
readme.txt First cut at new layout 2008-10-22 13:30:34 +01:00
todo.txt Added the ability to use an IEnumerable<T> when adding to a list, so you can do: 2009-06-05 22:49:05 +01:00

Welcome! This is, of course, a placeholder file.