aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
Commit message (Expand)AuthorAge
* Fix to allow AOT compilers to play nicely with reflectionGravatar Jon Skeet2018-04-27
* Support custom options in C#Gravatar Jon Skeet2017-01-19
* Rm check on dependency in the C# reflection API (#2051)Gravatar Guillaume Turri2016-09-05
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoGravatar Jon Skeet2016-02-04
* Tidy up reflection in advance of attempting to implement DynamicMessage.Gravatar Jon Skeet2015-11-22
* Generated code changes and manual changes for previous commit.Gravatar Jon Skeet2015-11-09
* Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Gravatar Jon Skeet2015-08-25
* Allow public access to descriptor.proto as a dependency.Gravatar Jon Skeet2015-08-13
* Tidying up - fix a bunch of TODOs and remove outdated ones.Gravatar Jon Skeet2015-08-08
* Document everything, and turn on errors if we fail to document anything in th...Gravatar Jon Skeet2015-08-04
* expose original binary data for filedescriptorGravatar Jan Tattermusch2015-07-24
* First pass at making field access simpler.Gravatar Jon Skeet2015-07-22
* Remove the usage of attributes for field/method discovery.Gravatar Jon Skeet2015-07-22
* Fix comment typoGravatar Jon Skeet2015-07-21
* Revamp to reflection.Gravatar Jon Skeet2015-07-21
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Gravatar Jon Skeet2015-07-17