aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-2423-162/+384
* Down-integrate from google3.Josh Haberman2018-09-043-12/+24
* Down-integrate from google3.Feng Xiao2018-08-085-1/+8
* When running unit tests, read reference files in text modeStephen Oberholtzer2018-07-191-1/+1
* fix index out of range error in C# generation using msvc (#1329)Warren Falk2018-05-141-1/+1
* Write messages to backing field in generated C# cloning code (#4440)Sydney Acksman2018-04-191-1/+1
* Deleted scoped_ptr.hAdam Cozzette2018-03-146-23/+15
* Removed using statements from common.hAdam Cozzette2018-01-262-2/+2
* Add auto-generated header to C# generated files (#4038)Jan Tattermusch2017-12-131-2/+4
* Add unknown field support for csharp (#3936)Jie Luo2017-12-131-37/+65
* C# code generation changes to use bitwise comparisons for doublesJon Skeet2017-12-092-12/+30
* Fix merging with message-valued oneofJon Skeet2017-10-319-3/+30
* Exclude addressbook.proto from C# boostrap test.Feng Xiao2017-09-111-5/+0
* Merge 3.3.x into masterBo Yang2017-07-181-0/+8
|\
| * Skip C# test in C++ only distribution.Feng Xiao2017-05-041-0/+8
* | Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-093-9/+9
* | Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-261-4/+4
|/
* Add auto detect for generated code of WKT protos, addressbook.proto and confo...Jie Luo2017-03-101-18/+73
* Detect if Descriptor.cs changes for csharpJie Luo2017-03-022-1/+143
* There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-281-4/+13
* Support custom options in C#Jon Skeet2017-01-192-4/+34
* Fixing code formatting issuesAndrew Spiering2017-01-112-14/+5
* Added the support for class level deprecation which will in turn also depreca...Andrew Spiering2016-12-213-0/+22
* Merge pull request #2227 from KindDragon/3.1.xFeng Xiao2016-12-162-4/+6
|\
| * LIBPROTOC_EXPORT added to others functions in csharp_names.h and objectivec_h...Arkadiy Shapkin2016-12-011-1/+1
| * Missed LIBPROTOC_EXPORT for GRPC addedArkadiy Shapkin2016-12-012-3/+5
* | remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-1/+1
|/
* Merge pull request #1862 from pherl/3.0.0-GAJisi Liu2016-09-023-14/+2
|\
| * Remove legacy_enum_values flag for GA.Jon Skeet2016-07-273-14/+2
* | Add and fix C++ runtime docsJisi Liu2016-08-021-0/+6
|/
* Remove WriteGeneratedTypeAttributes which is a no-opJon Skeet2016-07-075-13/+2
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-0413-39/+73
* Attempt to fix AppVeyor build by exporting GetEnumValueNameJon Skeet2016-04-202-1/+9
* Add C# codegen changes to enum value names (mostly C++)Jon Skeet2016-04-206-6/+141
* Use 0 as the default value for all enums, rather than finding the actual enum...Jon Skeet2016-04-111-1/+3
* Fix to csharp_options - initialize internal_access to false.Jon Skeet2016-04-081-1/+2
* Added support for internal_access for C#Gaurav Vaish2016-04-073-1/+6
* Add more documentation for csharp_options.hJon Skeet2016-04-062-6/+18
* Line-wrapping changes only for C# generator codeJon Skeet2016-04-0620-44/+94
* Added access_level for typesGaurav Vaish2016-04-0530-84/+175
* Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-2/+2
* Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet2016-02-041-4/+4
* Prohibit null values in map fieldsJon Skeet2016-01-111-2/+1
* Make ToString() valid without a type registryJon Skeet2015-12-151-1/+1
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-1/+1
* Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-197-38/+33
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet2015-11-191-1/+1
* Change how the reflection descriptor class is generated.Jon Skeet2015-11-093-56/+12
* Stop removing all blank lines in doc comments.Jon Skeet2015-11-061-2/+18
* Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-241-0/+8