aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* version 2.4.1.555csharptest2015-02-2241-59/+59
* Rebuild source for Issue 84 change to code generatorcsharptest2015-02-0726-6143/+7353
* Issue 84: warning CS0219: The variable `size' is assigned but its value is ne...csharptest2015-02-071-4/+12
* Fix build error for missing method Enum.GetValues() on some platformscsharptest2015-02-073-107/+128
* Fix build error for missing class HashSet on some platformscsharptest2015-02-071-2/+7
* Fix build error for missing assembly attribute AllowPartiallyTrustedCallerscsharptest2015-02-071-2/+5
* Fix build error for using namespace outside of conditional compilationcsharptest2015-02-071-1/+1
* Fix build error in profiles without extension methods.csharptest2015-02-071-1/+1
* Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarilycsharptest2015-02-072-1/+31
* Issue 70: Portable library project has some invalid Nunit-based code.csharptest2015-02-071-1/+1
* amended: Add SecurityCritical attributes to serializationcsharptest2015-02-071-0/+9
* Optimize enum parsing. In a small enum-heavy benchmark, this improved the timeJon Skeet2015-01-311-3/+81
* Add SecurityCritical attributes to serialization, and add the AllowPartiallyT...Jon Skeet2014-09-092-2/+8
* Add protoc plugin.Jon Skeet2014-08-0210-33/+2223
* Munge protoc's error format into a VS-C#-compatible output format.Jon Skeet2014-04-221-0/+5
* Add the ability to print a builder (not just a message),Jon Skeet2014-04-074-0/+60
* Add test for clearing fields with reflection.Jon Skeet2014-04-022-0/+22
* Regenerated proto code with string.Concat approach to descriptor data.Jon Skeet2013-09-2432-1796/+1822
* Upgrade solution format to Visual Studio 2012. This will lead to warningsJon Skeet2013-09-241-4/+4
* Use string.Concat instead of String.Concat to avoid potential import problems,Jon Skeet2013-09-241-5/+5
* fixed a bug in protogen causingSergey Geyn2013-09-181-2/+4
* Corrected code formatting and added TestCodedInputOutputPositioncsharptest2013-09-213-0/+105
* mergedcsharptest2013-09-214-1/+61
|\
| * Optimize FromBase64String to return Empty when presented with an empty string.Jon Skeet2013-08-132-1/+20
| * When we write a single character to a JSON output, make sure we actually haveJon Skeet2013-08-132-0/+41
* | Fix for bug in limited input stream's Position, Introduced Position on output...csharptest2013-05-162-2/+15
|/
* version 2.4.1.521csharptest2013-05-0741-58/+58
* Adde 'Unsafe' static type in ByteString to allow direct buffer manipulation w...csharptest2013-05-071-0/+24
* Added the ability to instantiate a coded input with a pre-existing buffercsharptest2013-05-072-2/+34
* Issue #43: Fix to correct identical 'umbrella_classname' options from trying ...csharptest2013-05-071-4/+26
* Issue #54: should retire all bytes in buffer (bufferSize)csharptest2013-05-073-1/+607
* Rewrote the PublishRelease.bat file in MSBuild (publish.csproj), updated nusp...csharptest2012-10-161-1/+3
* Cleanup of build batch files, todo - rework publishrelease.batcsharptest2012-10-161-4/+1
* Collision with known MSBuild property ProjectType was causing errors, renamed...csharptest2012-10-1652-1205/+143
* Adding generated projects/solutions for all environmentscsharptest2012-10-1673-0/+9101
* Working project templates for Silverlight testing of SL2..4 and PL4csharptest2012-10-163-3/+6
* Adding project templates and refactored buildcsharptest2012-10-1518-289/+33154
* Normalizing base project configurationscsharptest2012-10-1513-303/+127
* Build fixes from portable changescsharptest2012-10-142-4/+8
* Portability Changes -csharptest2012-10-1415-41/+51
* Removed uses of reflection for enumeration of enum memberscsharptest2012-10-141-30/+7
* Changes to support the Portable Library profilecsharptest2012-10-1411-96/+8
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-149-54/+33
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-1421-558/+401
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-1423-115/+527
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-141-0/+89
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-144-16/+68
* Refactored the use of Delegate.CreateDelegate to use FrameworkPortability.Cre...csharptest2012-10-144-105/+28
* Refactoring compatibility code to use FrameworkPortability classcsharptest2012-10-1411-49/+20
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-1438-1107/+100