aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs
Commit message (Expand)AuthorAge
* Remove the executable bit from several source code filesGravatar Sebastian Schuberth2018-06-25
* Fixes for .NET 3.5 compatibilityGravatar John Brock2017-02-23
* Support custom options in C#Gravatar Jon Skeet2017-01-19
* Adding conditional compiler symbol to support .NET 3.5 (#1713)Gravatar detlevschwabe2016-06-28
* Code review fixesGravatar alien2016-03-29
* csharp: add support for the json_name optionGravatar alien2016-03-18
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoGravatar Jon Skeet2016-02-04
* Allow the original field name (rather than camel-cased) when parsing JSONGravatar Jon Skeet2016-01-15
* Generated code changes for previous commit (basically InternalBuildGeneratedF...Gravatar Jon Skeet2015-11-22
* Tidy up reflection in advance of attempting to implement DynamicMessage.Gravatar Jon Skeet2015-11-22
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Gravatar Jon Skeet2015-11-19
* Move the creation of the "fields by JSON name" dictionary to the descriptor.Gravatar Jon Skeet2015-11-04
* Document everything, and turn on errors if we fail to document anything in th...Gravatar Jon Skeet2015-08-04
* Fix trivial bug in field orderings.Gravatar Jon Skeet2015-07-31
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Gravatar Jon Skeet2015-07-22
* Added newlinesGravatar Jon Skeet2015-07-22
* 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
* Revamp to reflection.Gravatar Jon Skeet2015-07-21
* First part of JSON formatting for well-known types. I think we need a reflect...Gravatar Jon Skeet2015-07-20
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Gravatar Jon Skeet2015-07-17