aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-1413-114/+48
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-1229-39/+130
* Fix for GetProperty(string, Type[]) incompatible with Silverlightcsharptest2012-10-102-11/+7
* addressbook.proto - Imported the options and set the expected namespace and u...csharptest2012-10-101-8/+15
* Removed TestProtoFileDisablingClsComplianceFlags, see Issue 38: Disable CLSCo...csharptest2012-10-101-30/+0
* Issue 40: import doesn't work / proto_path does not work for command-line fil...csharptest2012-10-102-3/+18
* regenerated proto files with recent changescsharptest2012-10-1028-58/+58
* Issue 38: Disable CLSCompliant warnings (3021)csharptest2012-10-101-292/+292
* Issue 49: Generated nested static Types class should be partialcsharptest2012-10-101-1/+1
* Merged local fix for Issue 50csharptest2012-10-1029-121/+464
|\
| * Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-0423-97/+97
| * Merge.Jon Skeet2012-06-047-24/+367
| |\
| | * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-047-22/+330
* | | Issue 50: The XML serializer will fail to deserialize a message with empty ch...csharptest2012-10-102-7/+44
|/ /
* | Post-release changescsharptest2011-10-1529-30/+30
* | version 2.4.1.473csharptest2011-10-1538-578/+578
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-052-34/+80
* | Merged issue-35csharptest2011-10-051-9/+51
|\ \
| * | Fixed issue-35csharptest2011-10-041-9/+51
* | | Bound to happen once in a whilecsharptest2011-10-041-2/+2
* | | Removed dependency on Rhino.Mockscsharptest2011-10-047-72/+102
* | | Removed the 2008 solution and created batch files to toggle the solution to thecsharptest2011-10-044-274/+16
* | | - Upgraded NUnitcsharptest2011-10-0481-1383/+2530
|/ /
* | Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-0212-17/+17