aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs
Commit message (Expand)AuthorAgeFilesLines
* Provide simple access to descriptor declarations in C#Jon Skeet2018-09-221-0/+15
* Support creating FileDescriptors dynamically from binary data.Jon Skeet2018-08-201-6/+4
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-251-0/+0
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-1/+1
* Support custom options in C#Jon Skeet2017-01-191-0/+5
* Adding conditional compiler symbol to support .NET 3.5 (#1713)detlevschwabe2016-06-281-0/+4
* Code review fixesalien2016-03-291-3/+1
* csharp: add support for the json_name optionalien2016-03-181-0/+2
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet2016-02-041-1/+1
* Allow the original field name (rather than camel-cased) when parsing JSONJon Skeet2016-01-151-3/+15
* Generated code changes for previous commit (basically InternalBuildGeneratedF...Jon Skeet2015-11-221-1/+1
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-91/+71
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet2015-11-191-0/+11
* Move the creation of the "fields by JSON name" dictionary to the descriptor.Jon Skeet2015-11-041-0/+15
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-2/+4
* Fix trivial bug in field orderings.Jon Skeet2015-07-311-1/+1
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet2015-07-221-34/+42
* Added newlinesJon Skeet2015-07-221-1/+1
* First pass at making field access simpler.Jon Skeet2015-07-221-10/+70
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-19/+23
* Revamp to reflection.Jon Skeet2015-07-211-3/+31
* First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet2015-07-201-0/+25
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+172