aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-0918-321/+85
| | | | pretty slow right now.
* Add oneof support for C#Jie Luo2015-05-293-1/+123
|
* fix commentsJie Luo2015-05-011-3/+3
|
* fix commends from Jon SkeetJie Luo2015-04-301-8/+3
|
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-292-11/+0
|\
| * Remove CLS compliance from runtime code.Jon Skeet2015-04-292-11/+0
| | | | | | | | We need to remove it from the generator too; I'll raise a github issue for that.
* | field presence Reflection and testsJie Luo2015-04-291-0/+16
|/
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-284-190/+98
| | | | | | | | 1) Remove CSharpOptions 2) A new version of DescriptorProtoFile (with manual changes from codegen - it would otherwise be Descriptor.cs) 3) Turn off CLS compliance (which we'll remove from the codebase entirely; I don't think it's actually relevant these days) 4) Add "public imports" to FileDescriptor, with code broadly copied from the Java codebase. Lots more changes to commit before it will build and tests run, but one step at a time...
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-1617-0/+2840