aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/ProtocolBuffers/Reflection
Commit message (Collapse)AuthorAge
* C# cleanup - assorted nitsGravatar Jan Tattermusch2015-07-15
|
* Generated code for well-known typesGravatar Jon Skeet2015-07-14
|
* Changing reflection namespace (part 4)Gravatar Jon Skeet2015-07-14
| | | | Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
* Changing reflection namespace (part 3)Gravatar Jon Skeet2015-07-14
| | | | | | | | Change the C# namespace in descriptor.proto to Google.Protobuf.Reflection. This then means changing where the generated code lives, which means updating the project file... It also involves regenerating the C++ - which has updated the well-known types as well, for no terribly obvious reason...
* Changing reflection namespace (part 1)Gravatar Jon Skeet2015-07-14
- Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2