aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors/EnumDescriptor.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changing reflection namespace (part 1)Jon Skeet2015-07-141-109/+0
| | | | | | | - Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2
* Initial implementation of JSON formattingJon Skeet2015-07-101-0/+1
| | | | | | - No parsing - Reflection based, so not hugely efficient - No line breaks or indentation
* Fix descriptor reflection in various waysJon Skeet2015-07-091-11/+11
| | | | | | | | - 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.
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-25/+6
| | | | pretty slow right now.
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+126