aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/EnumLite.cs
Commit message (Expand)AuthorAgeFilesLines
* Removed uses of reflection for enumeration of enum memberscsharptest2012-10-141-30/+7
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-121-1/+1
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-041-3/+3
* Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-021-1/+1
* Refactoring removed using statement for System.Reflection, added qualifiedcsharptest2011-07-141-1/+1
* Reformatted to include bracescsharptest2011-07-141-9/+10
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-0/+9
* reformatted all code to .NET standard formattingcsharptest2011-05-201-116/+133
* Fixed build for lite runtimeJon Skeet2010-12-141-0/+10
* Lite feature complete.csharptest2010-11-091-4/+8
* Testing and related fixescsharptest2010-11-081-7/+4
* Fix for repeated extensions.csharptest2010-11-071-2/+2
* First Lite tests are passing.csharptest2010-11-071-3/+8
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+70
* Implementation work for Lite runtime and generatorcsharptest2010-11-071-0/+31