aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_enum_field.cc
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-5/+5
* Fix merging with message-valued oneofJon Skeet2017-10-311-0/+4
* Line-wrapping changes only for C# generator codeJon Skeet2016-04-061-2/+2
* Added access_level for typesGaurav Vaish2016-04-051-4/+5
* First pass at map support.Jon Skeet2015-06-251-0/+6
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-4/+6
* Coded*Stream streamlining.Jon Skeet2015-06-121-11/+5
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-6/+9
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-4/+4
* First stab at new proto3-only code generatorJon Skeet2015-06-051-36/+13
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-55/+52
* Change the C# enum generator inherit from primitive generatorJie Luo2015-05-291-150/+18
* Add oneof support for C#Jie Luo2015-05-291-22/+95
* fix bug for Field PresenceJie Luo2015-04-271-1/+1
* Field Presence: remove has methods for optional non-message fields in proto3Jie Luo2015-04-271-20/+59
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+160