aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
Commit message (Collapse)AuthorAgeFilesLines
* Generated code from previous commit.Jon Skeet2015-07-301-66/+0
|
* regenerate codeJan Tattermusch2015-07-291-265/+0
|
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-149/+22
| | | | Instead, introduce GeneratedCodeInfo which passes in what we need, and adjust the codegen to take account of this.
* Generated code changes following previous commit.Jon Skeet2015-07-211-136/+149
|
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+4943
We'll see what I've missed when CI fails...