aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
Commit message (Expand)AuthorAgeFilesLines
* Provide simple access to descriptor declarations in C#Jon Skeet2018-09-221-0/+80
* Cross-link descriptor when building from byte stringsJon Skeet2018-09-101-0/+1
* Support creating FileDescriptors dynamically from binary data.Jon Skeet2018-08-201-12/+51
* Fix to allow AOT compilers to play nicely with reflectionJon Skeet2018-04-271-0/+24
* Support custom options in C#Jon Skeet2017-01-191-0/+5
* Rm check on dependency in the C# reflection API (#2051)Guillaume Turri2016-09-051-12/+1
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet2016-02-041-3/+3
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-86/+42
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-1/+1
* Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Jon Skeet2015-08-251-2/+3
* Allow public access to descriptor.proto as a dependency.Jon Skeet2015-08-131-0/+15
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-17/+17
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-13/+8
* expose original binary data for filedescriptorJan Tattermusch2015-07-241-4/+19
* First pass at making field access simpler.Jon Skeet2015-07-221-1/+1
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-24/+12
* Fix comment typoJon Skeet2015-07-211-1/+1
* Revamp to reflection.Jon Skeet2015-07-211-7/+29
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+352