aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-2/+2
* 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
* 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-51/+12
* 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-5/+16
* Move Count checks into the serialization codeJon Skeet2015-06-121-9/+6
* Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet2015-06-121-5/+5
* Coded*Stream streamlining.Jon Skeet2015-06-121-3/+3
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-6/+4
* First stab at new proto3-only code generatorJon Skeet2015-06-051-105/+14
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-118/+138
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+219