summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc
AgeCommit message (Expand)Author
2018-11-06Revert "Merge tag 'v3.0.1-javalite'"Colin Cross
2016-07-04Move DebuggerNonUserCodeAttribute to function membersJon Skeet
2016-04-05Added access_level for typesGaurav Vaish
2016-02-04Rename Preconditions to ProtoPreconditionsJon Skeet
2015-10-01First pass at generating XML documentation from .proto comments.Jon Skeet
2015-07-30Prohibit null values for string/bytes fields in generated code.Jon Skeet
2015-07-29remove the freeze APIJan Tattermusch
2015-07-09Codegen changes to support descriptor runtime changesJon Skeet
2015-06-25First pass at map support.Jon Skeet
2015-06-24Implement freezing for messages and repeated fields.Jon Skeet
2015-06-23Implement Clone.Jon Skeet
2015-06-17Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet
2015-06-12Fix oneof generator - forgot to provide variables...Jon Skeet
2015-06-12Use Length to check string/bytes fields for emptiness - it's faster than an e...Jon Skeet
2015-06-12Fix oneof behaviour in the face of default values.Jon Skeet
2015-06-12Coded*Stream streamlining.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-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