aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen
Commit message (Expand)AuthorAgeFilesLines
* first pass at adding required changescsharptest2011-09-081-3/+3
* Merged branch for issue 16csharptest2011-08-131-294/+293
|\
| * Removed commented linecsharptest2011-08-131-294/+293
* | Merged branch for issue 16csharptest2011-08-131-0/+6
|\|
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-121-0/+6
* | Cleanup per review comments.csharptest2011-08-132-0/+4
* | Allow field names that begin with underscore and number '_0'csharptest2011-08-122-0/+6
|/
* MergeNathan Brown2011-08-091-3/+4
|\
| * Added tests for service generation and corrected internal access level error inNathan Brown2011-08-021-3/+4
* | Changes from review e805fdfd3a6bcsharptest2011-08-051-0/+4
* | Removed left-over commented codecsharptest2011-07-141-7/+0
* | Fix for unqualified ByteString references in LITE generationcsharptest2011-07-141-4/+3
* | Reformatted to include bracescsharptest2011-07-1418-65/+141
* | Fixed A few last methods taking CodedInputStreamcsharptest2011-06-171-1/+1
* | Fix for leaving Builder a public ctor on internal classescsharptest2011-06-171-1/+1
* | Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-103-6/+6
* | Several performance tweakscsharptest2011-06-093-2/+32
* | Finished adding find tag by namecsharptest2011-06-0811-226/+124
* | A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-083-11/+11
* | Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-042-7/+10
* | Extracted ICodedInputStream interfacecsharptest2011-06-031-4/+4
* | Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-036-55/+86
* | Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-1/+1
* | Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-9/+19
* | Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-032-2/+8
* | Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-036-29/+42
|/
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-1/+1
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-311-4/+4
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-231-12/+40
* Completed adding attributes to all generated typescsharptest2011-05-205-0/+31
* reformatted all code to .NET standard formattingcsharptest2011-05-2027-3903/+4607
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-204-9/+7
* Moved key file to /keys directorycsharptest2011-05-202-8/+7
* merged from protobuf-csharp-portcsharptest2011-05-191-3/+3
|\
| * versioned assemblies to 2.3.0.277csharptest2011-05-191-3/+3
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-0/+16
* | Implementation of service interface generatorcsharptest2011-05-034-125/+360
|/
* Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to b...Jon Skeet2011-01-273-10/+28
* Effectively revert previous change to Generator.csJon Skeet2011-01-271-19/+3
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-151-3/+19
* Merge from masterJon Skeet2010-12-141-21/+0
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-121-21/+0
* | First commit of lite code - more to comeJon Skeet2010-12-1213-95/+360
|\ \ | |/ |/|
| * Lite feature complete.csharptest2010-11-0910-2/+170
| * Testingcsharptest2010-11-091-0/+3
| * Testing and related fixescsharptest2010-11-081-1/+1
| * Fix for repeated extensions.csharptest2010-11-071-3/+5
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-078-56/+116
| * Implementation work for Lite runtime and generatorcsharptest2010-11-074-39/+75