aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/AddressBook/Addressbook.cs
Commit message (Expand)AuthorAgeFilesLines
* Use the new JsonFormatter to implement ToString on generated messages.Jon Skeet2015-07-101-0/+12
* Regenerated code due to previous commit.Jon Skeet2015-07-091-20/+32
* Changes to generated code due to previous commit.Jon Skeet2015-07-091-29/+20
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-301-20/+10
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-261-31/+31
* Generated code changes for previous commit.Jon Skeet2015-06-261-3/+3
* Generated code changes due to map changes.Jon Skeet2015-06-251-3/+6
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-10/+52
* Generated code changes from previous commit.Jon Skeet2015-06-231-3/+3
* Implement Clone.Jon Skeet2015-06-231-6/+28
* Minor cleanup.Jon Skeet2015-06-191-2/+2
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-12/+19
* Regenerate proto filesJon Skeet2015-06-121-22/+30
* Update the AddressBook tutorial to reflect the mutable design.Jon Skeet2015-06-121-975/+250
* Change the C# enum generator inherit from primitive generatorJie Luo2015-05-291-1/+1
* Update C# solution and AddressBook project.Jon Skeet2015-04-291-0/+1158