aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen
Commit message (Expand)AuthorAgeFilesLines
* 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
| * First pass at interface breakupcsharptest2010-11-041-4/+0
* | Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all p...ArnoldZokas2010-11-291-0/+22
* | Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-291-9/+0
* | Fixed merge conflictsArnoldZokas2010-11-228-37/+413
|\|
| * A few stylistic issuesJon Skeet2010-11-037-405/+371
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-038-23/+433
* | Converted solution to VS2010ArnoldZokas2010-11-222-5/+43
|/
* Add option to remove CLSCompliance attributeJon Skeet2010-05-192-3/+4
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+2
* Release preparationJon Skeet2010-04-011-2/+2
* Allow creation of namespace directoriesJon Skeet2010-02-081-2/+19
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-031-1/+3
* Regionify copyright statementJon Skeet2009-09-0922-9/+66
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-091-1/+9
* Fixed bug spotted by danielrJon Skeet2009-09-061-2/+3
* Fix copyright noticesJon Skeet2009-06-2523-20/+716
* Workaround for Mono bug 516379Jon Skeet2009-06-251-3/+3
* Remove unused class (was going to be used for multi-file support)Jon Skeet2009-06-223-35/+1
* Remove unused variable in static constructorsJon Skeet2009-06-171-2/+5
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-053-3/+6
* Add CLSCompliance.Jon Skeet2009-06-055-0/+25
* Fix custom options behaviourJon Skeet2009-06-056-38/+161
* Write/Read delimited messagesJon Skeet2009-05-291-0/+9
* Added field constant generationJon Skeet2009-05-283-1/+7
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-053-5/+19