summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
AgeCommit message (Expand)Author
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