summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_enum_field.cc
AgeCommit message (Expand)Author
2015-06-25First pass at map support.Jon Skeet
2015-06-17Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet
2015-06-12Coded*Stream streamlining.Jon Skeet
2015-06-11Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet
2015-06-09First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet
2015-06-05First stab at new proto3-only code generatorJon Skeet
2015-06-04Migrate writer to io::Printer for C#Jie Luo
2015-05-29Change the C# enum generator inherit from primitive generatorJie Luo
2015-05-29Add oneof support for C#Jie 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-03-26Rewrote C# protogen to C++ (initial version)Jan Tattermusch