aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/csharp
Commit message (Expand)AuthorAge
* Add auto detect for generated code of WKT protos, addressbook.proto and confo...Gravatar Jie Luo2017-03-10
* Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-02
* There might be duplicated enum values when allow_alias is true. Add Preferred...Gravatar Jie Luo2017-02-28
* Support custom options in C#Gravatar Jon Skeet2017-01-19
* Fixing code formatting issuesGravatar Andrew Spiering2017-01-11
* Added the support for class level deprecation which will in turn also depreca...Gravatar Andrew Spiering2016-12-21
* Merge pull request #2227 from KindDragon/3.1.xGravatar Feng Xiao2016-12-16
|\
* | remove leading whitespace in C# xml commentsGravatar Jan Tattermusch2016-12-12
| * LIBPROTOC_EXPORT added to others functions in csharp_names.h and objectivec_h...Gravatar Arkadiy Shapkin2016-12-01
| * Missed LIBPROTOC_EXPORT for GRPC addedGravatar Arkadiy Shapkin2016-12-01
|/
* Merge pull request #1862 from pherl/3.0.0-GAGravatar Jisi Liu2016-09-02
|\
* | Add and fix C++ runtime docsGravatar Jisi Liu2016-08-02
| * Remove legacy_enum_values flag for GA.Gravatar Jon Skeet2016-07-27
|/
* Remove WriteGeneratedTypeAttributes which is a no-opGravatar Jon Skeet2016-07-07
* Move DebuggerNonUserCodeAttribute to function membersGravatar Jon Skeet2016-07-04
* Attempt to fix AppVeyor build by exporting GetEnumValueNameGravatar Jon Skeet2016-04-20
* Add C# codegen changes to enum value names (mostly C++)Gravatar Jon Skeet2016-04-20
* Use 0 as the default value for all enums, rather than finding the actual enum...Gravatar Jon Skeet2016-04-11
* Fix to csharp_options - initialize internal_access to false.Gravatar Jon Skeet2016-04-08
* Added support for internal_access for C#Gravatar Gaurav Vaish2016-04-07
* Add more documentation for csharp_options.hGravatar Jon Skeet2016-04-06
* Line-wrapping changes only for C# generator codeGravatar Jon Skeet2016-04-06
* Added access_level for typesGravatar Gaurav Vaish2016-04-05
* Rename Preconditions to ProtoPreconditionsGravatar Jon Skeet2016-02-04
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoGravatar Jon Skeet2016-02-04
* Prohibit null values in map fieldsGravatar Jon Skeet2016-01-11
* Make ToString() valid without a type registryGravatar Jon Skeet2015-12-15
* Tidy up reflection in advance of attempting to implement DynamicMessage.Gravatar Jon Skeet2015-11-22
* Rename "umbrella" to "reflection" consistently.Gravatar Jon Skeet2015-11-19
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Gravatar Jon Skeet2015-11-19
* Change how the reflection descriptor class is generated.Gravatar Jon Skeet2015-11-09
* Stop removing all blank lines in doc comments.Gravatar Jon Skeet2015-11-06
* Include the oneof-case in equality and hash code generated code.Gravatar Jon Skeet2015-10-24
* Merge pull request #824 from jtattermusch/expose_get_output_fileGravatar Jan Tattermusch2015-10-14
|\
* | First pass at generating XML documentation from .proto comments.Gravatar Jon Skeet2015-10-01
* | Fix typo in oneof case enum commentGravatar Jon Skeet2015-09-30
* | Move the summary comments above the attributes.Gravatar Jon Skeet2015-09-29
* | Added documentation to generated code.Gravatar Jon Skeet2015-09-29
| * expose GetOutputFile in csharp_names.hGravatar Jan Tattermusch2015-09-23
|/
* Stop adding a space to the end of lines for descriptor binary data.Gravatar Jon Skeet2015-09-01
* Generate a directory hierarchy based on namespace (C#)Gravatar Jon Skeet2015-09-01
* Remove vestigial reference to MakeFixedTagGravatar Jon Skeet2015-09-01
* Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Gravatar Jon Skeet2015-08-25
* fix type initialization problem with FileDescriptorGravatar Jan Tattermusch2015-08-14
* Allow public access to descriptor.proto as a dependency.Gravatar Jon Skeet2015-08-13
* Merge pull request #700 from jskeet/remove-packed-hackGravatar Jan Tattermusch2015-08-08
|\
| * Remove our own version of MakeTag now that the main one is fixed.Gravatar Jon Skeet2015-08-07
* | Skip groups properly.Gravatar Jon Skeet2015-08-06
|/
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Gravatar Jon Skeet2015-08-05
* Consume unknown fields when parsing.Gravatar Jon Skeet2015-08-05