aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_field_base.cc
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-53/+52
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-2/+0
* Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-091-2/+2
* Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-261-4/+4
* Fixing code formatting issuesAndrew Spiering2017-01-111-12/+4
* Added the support for class level deprecation which will in turn also depreca...Andrew Spiering2016-12-211-0/+10
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-041-1/+2
* Use 0 as the default value for all enums, rather than finding the actual enum...Jon Skeet2016-04-111-1/+3
* Line-wrapping changes only for C# generator codeJon Skeet2016-04-061-4/+6
* Added access_level for typesGaurav Vaish2016-04-051-2/+2
* fix type initialization problem with FileDescriptorJan Tattermusch2015-08-141-1/+1
* Remove our own version of MakeTag now that the main one is fixed.Jon Skeet2015-08-071-1/+1
* Prohibit null values for string/bytes fields in generated code.Jon Skeet2015-07-301-11/+0
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-221-5/+0
* Revamp to reflection.Jon Skeet2015-07-211-1/+1
* Merge pull request #611 from jskeet/csharp-wrappersJon Skeet2015-07-171-16/+37
|\
| * First pass at wrapper types.Jon Skeet2015-07-161-16/+25
| * First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-0/+12
* | Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-161-0/+1
|\ \ | |/ |/|
| * export c# naming routines publiclyJan Tattermusch2015-07-101-0/+1
* | Merge remote-tracking branch 'upstream/master' into csharp-experimentalJan Tattermusch2015-07-151-7/+3
|\ \ | |/ |/|
| * MinGW64+MSYS2 compilation issues and portable isnan using MathLimitsKarol Ostrovsky2015-07-011-7/+3
* | Codegen changes to support descriptor runtime changesJon Skeet2015-07-091-0/+1
* | First pass at map support.Jon Skeet2015-06-251-3/+13
* | Revert the change to wire_format.h.Jon Skeet2015-06-241-1/+1
* | Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-0/+5
* | Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-2/+13
* | First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-9/+10
* | First stab at new proto3-only code generatorJon Skeet2015-06-051-33/+4
|/
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-9/+45
* Add oneof support for C#Jie Luo2015-05-291-0/+8
* Remove ClsCompliant declarations from C# codeJie Luo2015-05-011-13/+0
* added support for deprecated fields, reworded some todosJan Tattermusch2015-04-131-5/+4
* updated C# codegen to use restricted set of csharp options from descriptor.protoJan Tattermusch2015-04-131-1/+1
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+394