Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
← Previous Change
Next Change
→
Changeset
3857
for
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS
Timestamp:
05/20/10 16:40:22 (
15 years
ago)
Author:
abeham
Message:
#866
Added protobuf-csharp-port project source to ExtLibs
Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS
Files:
227 added
.
(added)
0.9.1
(added)
0.9.1/ProtobufCS
(added)
0.9.1/ProtobufCS/ProtocolBuffers.build
(added)
0.9.1/ProtobufCS/benchmarks
(added)
0.9.1/ProtobufCS/benchmarks/google_message1.dat
(added)
0.9.1/ProtobufCS/benchmarks/google_message2.dat
(added)
0.9.1/ProtobufCS/benchmarks/google_size.proto
(added)
0.9.1/ProtobufCS/benchmarks/google_speed.proto
(added)
0.9.1/ProtobufCS/lib
(added)
0.9.1/ProtobufCS/lib/Rhino.Mocks.dll
(added)
0.9.1/ProtobufCS/lib/Rhino.Mocks.xml
(added)
0.9.1/ProtobufCS/lib/nunit-license.txt
(added)
0.9.1/ProtobufCS/lib/nunit.framework.dll
(added)
0.9.1/ProtobufCS/lib/protoc-license.txt
(added)
0.9.1/ProtobufCS/lib/protoc.exe
(added)
0.9.1/ProtobufCS/lib/rhino-license.txt
(added)
0.9.1/ProtobufCS/license.txt
(added)
0.9.1/ProtobufCS/mono
(added)
0.9.1/ProtobufCS/mono/buildall.sh
(added)
0.9.1/ProtobufCS/mono/generatesource.sh
(added)
0.9.1/ProtobufCS/mono/readme.txt
(added)
0.9.1/ProtobufCS/protos
(added)
0.9.1/ProtobufCS/protos/google
(added)
0.9.1/ProtobufCS/protos/google/protobuf
(added)
0.9.1/ProtobufCS/protos/google/protobuf/csharp_options.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/descriptor.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_csharp_options.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_custom_options.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_embed_optimize_for.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_import.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_mset.proto
(added)
0.9.1/ProtobufCS/protos/google/protobuf/unittest_optimize_for.proto
(added)
0.9.1/ProtobufCS/protos/tutorial
(added)
0.9.1/ProtobufCS/protos/tutorial/addressbook.proto
(added)
0.9.1/ProtobufCS/readme.txt
(added)
0.9.1/ProtobufCS/src
(added)
0.9.1/ProtobufCS/src/AddressBook
(added)
0.9.1/ProtobufCS/src/AddressBook/AddPerson.cs
(added)
0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj
(added)
0.9.1/ProtobufCS/src/AddressBook/AddressBookProtos.cs
(added)
0.9.1/ProtobufCS/src/AddressBook/ListPeople.cs
(added)
0.9.1/ProtobufCS/src/AddressBook/Program.cs
(added)
0.9.1/ProtobufCS/src/AddressBook/Properties
(added)
0.9.1/ProtobufCS/src/AddressBook/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/AddressBook/app.config
(added)
0.9.1/ProtobufCS/src/ProtoBench
(added)
0.9.1/ProtobufCS/src/ProtoBench/Program.cs
(added)
0.9.1/ProtobufCS/src/ProtoBench/Properties
(added)
0.9.1/ProtobufCS/src/ProtoBench/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj
(added)
0.9.1/ProtobufCS/src/ProtoBench/app.config
(added)
0.9.1/ProtobufCS/src/ProtoDump
(added)
0.9.1/ProtobufCS/src/ProtoDump/Program.cs
(added)
0.9.1/ProtobufCS/src/ProtoDump/Properties
(added)
0.9.1/ProtobufCS/src/ProtoDump/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.csproj
(added)
0.9.1/ProtobufCS/src/ProtoDump/app.config
(added)
0.9.1/ProtobufCS/src/ProtoGen
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test/DependencyResolutionTest.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test/Properties
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test/Properties/Google.ProtocolBuffers.ProtoGen.Test.snk
(added)
0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj
(added)
0.9.1/ProtobufCS/src/ProtoGen/DependencyResolutionException.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/DescriptorUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/EnumFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/EnumGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/ExtensionGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/FieldGeneratorBase.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/Generator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/GeneratorOptions.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/Helpers.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/IFieldSourceGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/ISourceGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/InvalidOptionsException.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/MessageFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/MessageGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/PrimitiveFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/Program.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/Properties
(added)
0.9.1/ProtobufCS/src/ProtoGen/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/Properties/Google.ProtocolBuffers.ProtoGen.snk
(added)
0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
(added)
0.9.1/ProtobufCS/src/ProtoGen/RepeatedEnumFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/RepeatedMessageFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/RepeatedPrimitiveFieldGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/ServiceGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/SourceGeneratorBase.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/SourceGenerators.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/UmbrellaClassGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtoGen/app.config
(added)
0.9.1/ProtobufCS/src/ProtoMunge
(added)
0.9.1/ProtobufCS/src/ProtoMunge/Program.cs
(added)
0.9.1/ProtobufCS/src/ProtoMunge/Properties
(added)
0.9.1/ProtobufCS/src/ProtoMunge/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj
(added)
0.9.1/ProtobufCS/src/ProtoMunge/app.config
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/AbstractMessageTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ByteStringTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/CSharpOptionsTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/CodedInputStreamTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/CodedOutputStreamTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Collections
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Collections/PopsicleListTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Descriptors
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Descriptors/MessageDescriptorTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/DescriptorsTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/DynamicMessageTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/GeneratedMessageTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/MessageStreamIteratorTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/MessageStreamWriterTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/MessageTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/MessageUtilTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/NameHelpersTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Properties
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Properties/Google.ProtocolBuffers.Test.snk
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ReflectionTester.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ServiceTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestCSharpOptionsProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestCustomOptionsProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestEmbedOptimizeForProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestImportProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestMessageSetProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestOptimizeForProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestProtos/UnitTestProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TestUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/TextFormatTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/UnknownFieldSetTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.Test/WireFormatTest.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers.sln
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/AbstractBuilder.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/AbstractMessage.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ByteString.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/CodedInputStream.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/CodedOutputStream.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/Dictionaries.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/Enumerables.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/IPopsicleList.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/Lists.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/PopsicleList.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Collections/ReadOnlyDictionary.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Delegates.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DescriptorProtos
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DescriptorProtos/CSharpOptions.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DescriptorProtos/DescriptorProtoFile.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DescriptorProtos/IDescriptorProto.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/DescriptorBase.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/DescriptorPool.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/DescriptorUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/DescriptorValidationException.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/EnumDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/EnumValueDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/FieldDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/FieldMappingAttribute.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/FieldType.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/FileDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/IDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/IndexedDescriptorBase.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/MappedType.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/MessageDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/MethodDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/PackageDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/ServiceDescriptor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/DynamicMessage.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ExtendableBuilder.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ExtendableMessage.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ExtensionInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ExtensionRegistry.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/FieldAccessorTable.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/IFieldAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/ReflectionUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/RepeatedEnumAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/RepeatedMessageAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/RepeatedPrimitiveAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/SingleEnumAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/SingleMessageAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldAccess/SinglePrimitiveAccessor.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/FieldSet.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/GeneratedBuilder.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/GeneratedExtensionBase.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/GeneratedMessage.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/GeneratedRepeatExtension.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/GeneratedSingleExtension.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/IBuilder.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/IMessage.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/IRpcChannel.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/IRpcController.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/IService.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/InvalidProtocolBufferException.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/MessageStreamIterator.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/MessageStreamWriter.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/MessageUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/NameHelpers.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Properties
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Properties/AssemblyInfo.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffersCF.csproj
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/RpcUtil.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/SilverlightCompatibility.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/SortedList.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/TextFormat.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/TextGenerator.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/TextTokenizer.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/ThrowHelper.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/UninitializedMessageException.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/UnknownField.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/UnknownFieldSet.cs
(added)
0.9.1/ProtobufCS/src/ProtocolBuffers/WireFormat.cs
(added)
0.9.1/ProtobufCS/testdata
(added)
0.9.1/ProtobufCS/testdata/golden_message
(added)
0.9.1/ProtobufCS/testdata/golden_packed_fields_message
(added)
0.9.1/ProtobufCS/testdata/text_format_unittest_data.txt
(added)
0.9.1/ProtobufCS/testdata/text_format_unittest_extensions_data.txt
(added)
0.9.1/ProtobufCS/todo.txt
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive