aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors/MessageDescriptor.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changing reflection namespace (part 1)Jon Skeet2015-07-141-173/+0
| | | | | | | - Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2
* Fix descriptor reflection in various waysJon Skeet2015-07-091-43/+14
| | | | | | | | - The protos are no longer publicly exposed at all - Oneof detection now works (as we default to -1, not 0) - OneofDescriptor exposes the fields in the oneof - Removed unnecessary code for replacing protos - remnant of extensions - There's now just the non-generic form of IDescriptor
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-3/+4
| | | | | | Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
* Remove a lot of code which wasn't needed any more.Jon Skeet2015-06-261-101/+5
|
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-15/+15
| | | | pretty slow right now.
* Add oneof support for C#Jie Luo2015-05-291-0/+28
|
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-281-19/+0
| | | | | | | | 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-161-0/+288