summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc
AgeCommit message (Expand)Author
2018-11-04Revert "Merge tag 'v3.0.1-javalite'"android-wear-8.0.0_r2Colin Cross
2016-07-04Move DebuggerNonUserCodeAttribute to function membersJon Skeet
2016-04-06Line-wrapping changes only for C# generator codeJon Skeet
2016-04-05Added access_level for typesGaurav Vaish
2015-10-01First pass at generating XML documentation from .proto comments.Jon Skeet
2015-07-29remove the freeze APIJan Tattermusch
2015-07-16First pass at wrapper types.Jon Skeet
2015-07-09Codegen changes to support descriptor runtime changesJon Skeet
2015-06-30First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet
2015-06-24Implement freezing for messages and repeated fields.Jon Skeet
2015-06-23Implement Clone.Jon Skeet
2015-06-19Minor cleanup.Jon Skeet
2015-06-17Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet
2015-06-12Move Count checks into the serialization codeJon Skeet
2015-06-12Optimization of CalculateSize: avoid foreach over empty lists.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-03-26Rewrote C# protogen to C++ (initial version)Jan Tattermusch