aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/DescriptorProtos/CSharpOptions.cs
Commit message (Expand)AuthorAgeFilesLines
* Several performance tweakscsharptest2011-06-091-7/+7
* Finished adding find tag by namecsharptest2011-06-081-31/+91
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-48/+48
* Extracted ICodedInputStream interfacecsharptest2011-06-031-16/+16
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-24/+24
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-4/+4
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-24/+36
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-4/+4
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-16/+16
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+29
* ooops, accidentally formatting these generated filescsharptest2011-05-201-2209/+1451
* reformatted all code to .NET standard formattingcsharptest2011-05-201-1451/+2209
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-201-1/+1
* merged from protobuf-csharp-portcsharptest2011-05-191-1/+1
|\
| * version 2.3.0.277csharptest2011-05-191-1/+1
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-19/+20
* | Implementation of service interface generatorcsharptest2011-05-031-8/+527
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-031-966/+966
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+1
* Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-8/+178
* Add option to remove CLSCompliance attributeJon Skeet2010-05-191-8/+50
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+2
* Allow creation of namespace directoriesJon Skeet2010-02-081-9/+50
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-031-12/+54
* Workaround for Mono bug 516379Jon Skeet2009-06-251-6/+6
* Remove unused variable in static constructorsJon Skeet2009-06-171-2/+2
* Include missing generated filesJon Skeet2009-06-051-0/+218
* Fix custom options behaviourJon Skeet2009-06-051-36/+58
* Write/Read delimited messagesJon Skeet2009-05-291-0/+18
* Added field constant generationJon Skeet2009-05-281-0/+8
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+2
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-271-0/+3
* New options now work fine.Jon Skeet2008-11-131-11/+14
* Refactored optionsJon Skeet2008-11-121-23/+369
* First cut at new layoutJon Skeet2008-10-221-0/+49