aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Feng Xiao2018-08-081-0/+1
|
* Remove WriteGeneratedTypeAttributes which is a no-opJon Skeet2016-07-071-3/+0
| | | | | | This does not affect the generated code. If we decide we want to apply attributes to generated types, we should start by just reverting this change.
* Move DebuggerNonUserCodeAttribute to function membersJon Skeet2016-07-041-0/+5
| | | | | | | | | I think this has caught everything. I've left a stub for attributes to be applied to the types themselves, but we don't currently need anything. Follow-up commit will include the changes to generated code itself. Fixes #1671.
* Added access_level for typesGaurav Vaish2016-04-051-1/+5
| | | | | | | | | | | * `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit
* First stab at new proto3-only code generatorJon Skeet2015-06-051-17/+0
|
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-3/+1
|
* Remove ClsCompliant declarations from C# codeJie Luo2015-05-011-1/+0
|
* updated C# codegen to use restricted set of csharp options from descriptor.protoJan Tattermusch2015-04-131-0/+1
|
* Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-0/+83