aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_message.cc
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-18/+40
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-12/+10
* Add unknown field support for csharp (#3936)Jie Luo2017-12-131-37/+65
* Fix merging with message-valued oneofJon Skeet2017-10-311-3/+6
* Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-091-4/+4
* Support custom options in C#Jon Skeet2017-01-191-4/+18
* Fixing code formatting issuesAndrew Spiering2017-01-111-2/+1
* Added the support for class level deprecation which will in turn also depreca...Andrew Spiering2016-12-211-0/+10
* Remove WriteGeneratedTypeAttributes which is a no-opJon Skeet2016-07-071-1/+0
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-041-24/+49
* Line-wrapping changes only for C# generator codeJon Skeet2016-04-061-5/+10
* Added access_level for typesGaurav Vaish2016-04-051-5/+5
* Make ToString() valid without a type registryJon Skeet2015-12-151-1/+1
* Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-191-1/+1
* Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-241-0/+8
* First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-011-0/+5
* Fix typo in oneof case enum commentJon Skeet2015-09-301-1/+1
* Move the summary comments above the attributes.Jon Skeet2015-09-291-6/+6
* Added documentation to generated code.Jon Skeet2015-09-291-1/+5
* Skip groups properly.Jon Skeet2015-08-061-4/+1
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-051-3/+1
* Consume unknown fields when parsing.Jon Skeet2015-08-051-1/+2
* refactor umbrella class helpersJan Tattermusch2015-07-301-2/+1
* More freezing tidy-up; generated code in next commit.Jon Skeet2015-07-301-3/+1
* remove the freeze APIJan Tattermusch2015-07-291-28/+0
* Fix attribute mistake and regenerate code.Jon Skeet2015-07-221-2/+0
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-13/+0
* Revamp to reflection.Jon Skeet2015-07-211-79/+5
* Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-161-2/+3
|\
| * export c# naming routines publiclyJan Tattermusch2015-07-101-2/+3
* | Address requested change from code review.Jon Skeet2015-07-151-12/+12
* | Don't create nested types (or field accessors) for map types.Jon Skeet2015-07-151-2/+25
* | Generate the well-known types in C#Jon Skeet2015-07-141-1/+1
* | Changing reflection namespace (part 1)Jon Skeet2015-07-141-4/+4
* | Oneof reflection support. (Generated code changes in next commit.)Jon Skeet2015-07-101-0/+1
* | Use the new JsonFormatter to implement ToString on generated messages.Jon Skeet2015-07-101-1/+4
|/
* Codegen changes to support descriptor runtime changesJon Skeet2015-07-091-3/+6
* Implement reflection properly for fields.Jon Skeet2015-07-091-15/+22
* Tweaks and more tests for mapsJon Skeet2015-06-261-1/+1
* More map tests, and various production code improvements.Jon Skeet2015-06-251-1/+2
* First pass at map support.Jon Skeet2015-06-251-5/+1
* Revert the change to wire_format.h.Jon Skeet2015-06-241-2/+1
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-1/+35
* Implement requested changes for IMessage<T>Jon Skeet2015-06-231-1/+1
* Implement Clone.Jon Skeet2015-06-231-8/+51
* Coded*Stream streamlining.Jon Skeet2015-06-121-13/+4
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-26/+73
* First stab at new proto3-only code generatorJon Skeet2015-06-051-702/+153
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-545/+574
* Add oneof support for C#Jie Luo2015-05-291-6/+89