aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/GeneratorOptions.cs
Commit message (Collapse)AuthorAgeFilesLines
* reformatted all code to .NET standard formattingcsharptest2011-05-201-284/+329
|
* Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
|
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to ↵Jon Skeet2011-01-271-5/+24
| | | | be configured.
* A few stylistic issuesJon Skeet2010-11-031-177/+160
|
* Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-5/+185
| | | | | | | | | | | 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
* Regionify copyright statementJon Skeet2009-09-091-0/+3
|
* Fix copyright noticesJon Skeet2009-06-251-0/+31
|
* Replaced copyright noticeJon Skeet2008-10-231-1/+1
|
* First cut at new layoutJon Skeet2008-10-221-0/+69