aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_enum.cc
Commit message (Expand)AuthorAgeFilesLines
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-2/+0
* There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-281-4/+13
* Remove legacy_enum_values flag for GA.Jon Skeet2016-07-271-3/+1
* Remove WriteGeneratedTypeAttributes which is a no-opJon Skeet2016-07-071-1/+0
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-041-1/+1
* Add C# codegen changes to enum value names (mostly C++)Jon Skeet2016-04-201-3/+17
* Added access_level for typesGaurav Vaish2016-04-051-2/+2
* First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-011-1/+4
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-13/+12
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+79