protobuf/csharp/ProtocolBuffers
2008-08-14 20:35:30 +01:00
..
Collections Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 2008-08-14 20:35:23 +01:00
DescriptorProtos The great generics revisiting. 2008-08-14 20:35:27 +01:00
Descriptors New unit tests and corresponding bug fixes. 2008-08-14 20:35:24 +01:00
FieldAccess The great generics revisiting. 2008-08-14 20:35:27 +01:00
Properties Autogeneration now hopefully close to correct. Library builds! (Not finished though...) 2008-08-14 20:35:14 +01:00
AbstractBuilder.cs UnknownFieldSet tests, and a fix to repeated extension elements. 2008-08-14 20:35:28 +01:00
AbstractMessage.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
ByteString.cs First unit test reading a complete message\! 2008-08-14 20:35:22 +01:00
CodedInputStream.cs Tidying up, and a couple of extra tests. 2008-08-14 20:35:27 +01:00
CodedOutputStream.cs First unit test reading a complete message\! 2008-08-14 20:35:22 +01:00
DynamicMessage.cs More tests, and a bug fix. 2008-08-14 20:35:28 +01:00
ExtendableBuilder.cs Tidying up, and a couple of extra tests. 2008-08-14 20:35:27 +01:00
ExtendableMessage.cs More tests, and a bug fix. 2008-08-14 20:35:28 +01:00
ExtensionInfo.cs Some work on AbstractBuilder, and complete implementation of UnknownField and UnknownFieldSet 2008-08-14 20:33:33 +01:00
ExtensionRegistry.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
FieldSet.cs More tests, and a bug fix. 2008-08-14 20:35:28 +01:00
GeneratedBuilder.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
GeneratedExtensionBase.cs UnknownFieldSet tests, and a fix to repeated extension elements. 2008-08-14 20:35:28 +01:00
GeneratedMessage.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
GeneratedRepeatException.cs UnknownFieldSet tests, and a fix to repeated extension elements. 2008-08-14 20:35:28 +01:00
GeneratedSingleExtension.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
IBuilder.cs More tests, and a bug fix. 2008-08-14 20:35:28 +01:00
IMessage.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
InvalidProtocolBufferException.cs The great generics revisiting. 2008-08-14 20:35:27 +01:00
IRpcChannel.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 2008-08-14 20:35:21 +01:00
IRpcController.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 2008-08-14 20:35:21 +01:00
IService.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 2008-08-14 20:35:21 +01:00
ProtocolBuffers.csproj Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 2008-08-14 20:35:23 +01:00
RpcUtil.cs More tests, and a bug fix. 2008-08-14 20:35:28 +01:00
TextFormat.cs Lots of text formatting tests, but ignored the parsing ones for the moment. 2008-08-14 20:35:30 +01:00
TextGenerator.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 2008-08-14 20:35:23 +01:00
UninitializedMessageException.cs More tests, and implementation of UninitializedMessageException description. 2008-08-14 20:35:25 +01:00
UnknownField.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 2008-08-14 20:35:21 +01:00
UnknownFieldSet.cs Gradually implementing FieldSet 2008-08-14 20:33:34 +01:00
WireFormat.cs Changed fixed size methods to return unsigned integers. Finished FieldSet. Introduced mapping from FieldType to WireType and MappedType. 2008-08-14 20:33:35 +01:00