aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/csharp/csharp_field_base.cc
Commit message (Expand)AuthorAge
* Deleted scoped_ptr.hGravatar Adam Cozzette2018-03-14
* Add std:: namespace prefix to set and map (#3332)Gravatar tanderson-google2017-07-09
* Remove "using namespace std" from stubs/common.hGravatar Adam Cozzette2017-04-26
* 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
* Move DebuggerNonUserCodeAttribute to function membersGravatar Jon Skeet2016-07-04
* Use 0 as the default value for all enums, rather than finding the actual enum...Gravatar Jon Skeet2016-04-11
* Line-wrapping changes only for C# generator codeGravatar Jon Skeet2016-04-06
* Added access_level for typesGravatar Gaurav Vaish2016-04-05
* fix type initialization problem with FileDescriptorGravatar Jan Tattermusch2015-08-14
* Remove our own version of MakeTag now that the main one is fixed.Gravatar Jon Skeet2015-08-07
* Prohibit null values for string/bytes fields in generated code.Gravatar Jon Skeet2015-07-30
* Remove the usage of attributes for field/method discovery.Gravatar Jon Skeet2015-07-22
* Revamp to reflection.Gravatar Jon Skeet2015-07-21
* Merge pull request #611 from jskeet/csharp-wrappersGravatar Jon Skeet2015-07-17
|\
* \ Merge pull request #586 from jtattermusch/csharp_names_exportGravatar Jan Tattermusch2015-07-16
|\ \
| | * First pass at wrapper types.Gravatar Jon Skeet2015-07-16
| | * First part of implementing wrapper types. Not ready yet!Gravatar Jon Skeet2015-07-16
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into csharp-experimentalGravatar Jan Tattermusch2015-07-15
|\ \
| | * export c# naming routines publiclyGravatar Jan Tattermusch2015-07-10
| |/ |/|
* | Codegen changes to support descriptor runtime changesGravatar Jon Skeet2015-07-09
| * MinGW64+MSYS2 compilation issues and portable isnan using MathLimitsGravatar Karol Ostrovsky2015-07-01
* | First pass at map support.Gravatar Jon Skeet2015-06-25
* | Revert the change to wire_format.h.Gravatar Jon Skeet2015-06-24
* | Implement freezing for messages and repeated fields.Gravatar Jon Skeet2015-06-24
* | Use the fact that we know the tag size and bytes at codegen time to optimize.Gravatar Jon Skeet2015-06-17
* | First pass at the mutable API. Quite a bit more to do - in particular, it's p...Gravatar Jon Skeet2015-06-09
* | First stab at new proto3-only code generatorGravatar Jon Skeet2015-06-05
|/
* Migrate writer to io::Printer for C#Gravatar Jie Luo2015-06-04
* Add oneof support for C#Gravatar Jie Luo2015-05-29
* Remove ClsCompliant declarations from C# codeGravatar Jie Luo2015-05-01
* added support for deprecated fields, reworded some todosGravatar Jan Tattermusch2015-04-13
* updated C# codegen to use restricted set of csharp options from descriptor.protoGravatar Jan Tattermusch2015-04-13
* Rewrote C# protogen to C++ (initial version)Gravatar Jan Tattermusch2015-03-26