aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen
Commit message (Expand)AuthorAgeFilesLines
* versioned assemblies to 2.3.0.277csharptest2011-05-191-3/+3
* 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
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+1
* Support packed primitive typesJon Skeet2009-02-184-13/+147
* Merge extensions correctlyJon Skeet2009-01-271-0/+4
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-275-1/+50
* Benchmarking, dumping and mungingJon Skeet2009-01-161-2/+0
* Fix property special-casingJon Skeet2008-11-248-106/+102
* New options now work fine.Jon Skeet2008-11-133-12/+4
* Refactored optionsJon Skeet2008-11-1210-195/+93
* Replaced copyright noticeJon Skeet2008-10-2325-25/+25
* First cut at new layoutJon Skeet2008-10-2228-0/+2144