summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp
AgeCommit message (Expand)Author
2015-05-01Remove ClsCompliant declarations from C# codeJie Luo
2015-04-27fix bug for Field PresenceJie Luo
2015-04-27Field Presence: remove has methods for optional non-message fields in proto3Jie Luo
2015-04-17temporarily removing csharp_umbrella_namespace file optionJan Tattermusch
2015-04-17removing csharp_property_name field optionJan Tattermusch
2015-04-13integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Jan Tattermusch
2015-04-13fixing implementation of GetFileUmbrellaNamespaceJan Tattermusch
2015-04-13implemented HasRequiredFields logicJan Tattermusch
2015-04-13addressed TODO for lite runtimeJan Tattermusch
2015-04-13creating private ctor for builders is now the default (as it used to be for o...Jan Tattermusch
2015-04-13output file naming logic, configurable file extension, comment rewordingJan Tattermusch
2015-04-13added support for deprecated fields, reworded some todosJan Tattermusch
2015-04-13enable overriding of property name using csharp_property_nameJan Tattermusch
2015-04-13updated C# codegen to use restricted set of csharp options from descriptor.protoJan Tattermusch
2015-03-26Rewrote C# protogen to C++ (initial version)Jan Tattermusch