aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-041-1/+1
* Added access_level for typesGaurav Vaish2016-04-051-2/+2
* First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-011-0/+2
* remove the freeze APIJan Tattermusch2015-07-291-2/+0
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-1/+0
* Revamp to reflection.Jon Skeet2015-07-211-1/+2
* Codegen changes to support descriptor runtime changesJon Skeet2015-07-091-1/+1
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-301-39/+8
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-0/+5
* Implement Clone.Jon Skeet2015-06-231-0/+5
* Minor cleanup.Jon Skeet2015-06-191-1/+1
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-6/+16
* Move Count checks into the serialization codeJon Skeet2015-06-121-3/+3
* Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet2015-06-121-5/+1
* Coded*Stream streamlining.Jon Skeet2015-06-121-2/+2
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-1/+1
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-16/+9
* First stab at new proto3-only code generatorJon Skeet2015-06-051-116/+15
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-127/+151
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+226